Home
last modified time | relevance | path

Searched refs:mnt_point (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c359 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");
/linux/tools/include/uapi/linux/
H A Dmount.h176 __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
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h176 __u32 mnt_point; /* [str] Mountpoint relative to current root */ member
/linux/tools/testing/selftests/ftrace/test.d/
H A Dfunctions226 local mnt_point="$1"
227 local opts=$(mount | grep -m1 "$mnt_point" | sed -e 's/.*(\(.*\)).*/\1/')
/linux/samples/vfs/
H A Dmountinfo.c150 &buf->str[buf->mnt_point]); in dump_mountinfo()
/linux/fs/
H A Dnamespace.c5573 offp = &sm->mnt_point; in statmount_string()