Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c389 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()
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h174 __u32 mnt_point; /* [str] Mountpoint relative to current root */ member
/linux-6.15/include/uapi/linux/
H A Dmount.h174 __u32 mnt_point; /* [str] Mountpoint relative to current root */ member
/linux-6.15/samples/vfs/
H A Dsamples-vfs.h37 __u32 mnt_point; /* [str] Mountpoint relative to current root */ member
H A Dtest-list-all-mounts.c145 (stmnt->mask & STATMOUNT_MNT_POINT) ? stmnt->str + stmnt->mnt_point : "", in main()
H A Dmountinfo.c150 &buf->str[buf->mnt_point]); in dump_mountinfo()
/linux-6.15/tools/testing/selftests/ftrace/test.d/
H A Dfunctions222 local mnt_point="$1"
223 local opts=$(mount | grep -m1 "$mnt_point" | sed -e 's/.*(\(.*\)).*/\1/')
/linux-6.15/fs/
H A Dnamespace.c5671 offp = &sm->mnt_point; in statmount_string()