Searched refs:mnt_point (Results 1 – 6 of 6) sorted by relevance
359 if (strcmp(sm->str + sm->mnt_point, "/") != 0) { in test_statmount_sb_basic() 361 sm->str + sm->mnt_point); in test_statmount_sb_basic() 736 if (strcmp(subdir, sm->str + sm->mnt_point) != 0) {737 ksft_test_result_fail("statmount returned incorrect mnt_point,"738 "statmount mnt_point: %s != %s\n", sm->str + sm->mnt_point, subdir);879 test_statmount_string(STATMOUNT_MNT_POINT, str_off(mnt_point), "mount point");882 test_statmount_string(all_mask, str_off(mnt_point), "mount point & all");
176 __u32 mnt_point; /* [str] Mountpoint relative to current root */222 #define STATMOUNT_MNT_POINT 0x00000010U /* Want/got mnt_point */174 __u32 mnt_point; /* [str] Mountpoint relative to current root */ global() member
176 __u32 mnt_point; /* [str] Mountpoint relative to current root */ member
226 local mnt_point="$1"227 local opts=$(mount | grep -m1 "$mnt_point" | sed -e 's/.*(\(.*\)).*/\1/')
150 &buf->str[buf->mnt_point]); in dump_mountinfo()
5573 offp = &sm->mnt_point; in statmount_string()