Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c398 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");
/linux/tools/include/uapi/linux/
H A Dmount.h174 __u32 mnt_point; /* [str] Mountpoint relative to current root */ member
217 #define STATMOUNT_MNT_POINT 0x00000010U /* Want/got mnt_point */
/linux/include/uapi/linux/
H A Dmount.h175 __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
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h175 __u32 mnt_point; /* [str] Mountpoint relative to current root */ member
/linux/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/samples/vfs/
H A Dmountinfo.c150 &buf->str[buf->mnt_point]); in dump_mountinfo()
/linux/fs/
H A Dnamespace.c5543 offp = &sm->mnt_point; in statmount_string()