Searched refs:mnt_point (Results 1 – 8 of 8) sorted by relevance
389 if (strcmp(sm->str + sm->mnt_point, "/") != 0) { in test_statmount_mnt_point()391 sm->str + sm->mnt_point); in test_statmount_mnt_point()689 test_statmount_string(STATMOUNT_MNT_POINT, str_off(mnt_point), "mount point"); in main()692 test_statmount_string(all_mask, str_off(mnt_point), "mount point & all"); in main()
174 __u32 mnt_point; /* [str] Mountpoint relative to current root */ member
37 __u32 mnt_point; /* [str] Mountpoint relative to current root */ member
145 (stmnt->mask & STATMOUNT_MNT_POINT) ? stmnt->str + stmnt->mnt_point : "", in main()
150 &buf->str[buf->mnt_point]); in dump_mountinfo()
222 local mnt_point="$1"223 local opts=$(mount | grep -m1 "$mnt_point" | sed -e 's/.*(\(.*\)).*/\1/')
5671 offp = &sm->mnt_point; in statmount_string()