Searched refs:mnt_point (Results 1 – 7 of 7) sorted by relevance
398 if (strcmp(sm->str + sm->mnt_point, "/") != 0) {400 sm->str + sm->mnt_point); in test_statmount_mnt_root() 775 if (strcmp(subdir, sm->str + sm->mnt_point) != 0) {776 ksft_test_result_fail("statmount returned incorrect mnt_point,"777 "statmount mnt_point: %s != %s\n", sm->str + sm->mnt_point, subdir);918 test_statmount_string(STATMOUNT_MNT_POINT, str_off(mnt_point), "mount point");921 test_statmount_string(all_mask, str_off(mnt_point), "mount point & all");
174 __u32 mnt_point; /* [str] Mountpoint relative to current root */ member 217 #define STATMOUNT_MNT_POINT 0x00000010U /* Want/got mnt_point */
175 __u32 mnt_point; /* [str] Mountpoint relative to current root */221 #define STATMOUNT_MNT_POINT 0x00000010U /* Want/got mnt_point */174 __u32 mnt_point; /* [str] Mountpoint relative to current root */ global() member
175 __u32 mnt_point; /* [str] Mountpoint relative to current root */ member
222 local mnt_point="$1"223 local opts=$(mount | grep -m1 "$mnt_point" | sed -e 's/.*(\(.*\)).*/\1/')
150 &buf->str[buf->mnt_point]); in dump_mountinfo()
5543 offp = &sm->mnt_point; in statmount_string()