如何从super_block结构获取mountpoint信息

时间:2016-09-20 11:44:50

标签: android linux-kernel filesystems linux-device-driver ext4

我想知道我的设备从super_block结构安装了哪个挂载点。

在这个函数中,我有super_block结构地址。无论如何要知道安装此设备的安装点。 https://android.googlesource.com/kernel/tegra/+/android-tegra-moto-2.6.39/fs/ext4/super.c#407

Struct super_block 
{ ....
  char *s_id;

}

s_id给出了装载路径的名称。

例如

        MOUNT           SUPERBLK     TYPE   DEVNAME             DIRNAME
   ffffffc0b6da0c00 ffffffc0336ec000 ext4   /dev/block/system   /system

s_id会给我命名系统。

我想知道我的设备从super_block结构安装了哪个挂载点。

有没有办法得到它。

提前感谢您的回答。

0 个答案:

没有答案