Home
last modified time | relevance | path

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

/linux-6.15/samples/vfs/
H A Dsamples-vfs.h129 #ifndef STATMOUNT_MNT_POINT
130 #define STATMOUNT_MNT_POINT 0x00000010U /* Want/got mnt_point */ macro
H A Dtest-list-all-mounts.c128 STATMOUNT_MNT_POINT | in main()
145 (stmnt->mask & STATMOUNT_MNT_POINT) ? stmnt->str + stmnt->mnt_point : "", in main()
H A Dmountinfo.c134 STATMOUNT_MNT_ROOT | STATMOUNT_MNT_POINT | in dump_mountinfo()
/linux-6.15/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c378 sm = statmount_alloc(root_id, STATMOUNT_MNT_POINT, 0); in test_statmount_mnt_point()
385 if (!(sm->mask & STATMOUNT_MNT_POINT)) { in test_statmount_mnt_point()
668 STATMOUNT_MNT_POINT | STATMOUNT_FS_TYPE | STATMOUNT_MNT_NS_ID; in main()
689 test_statmount_string(STATMOUNT_MNT_POINT, str_off(mnt_point), "mount point"); in main()
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h217 #define STATMOUNT_MNT_POINT 0x00000010U /* Want/got mnt_point */ macro
/linux-6.15/include/uapi/linux/
H A Dmount.h217 #define STATMOUNT_MNT_POINT 0x00000010U /* Want/got mnt_point */ macro
/linux-6.15/fs/
H A Dnamespace.c5670 case STATMOUNT_MNT_POINT: in statmount_string()
5799 STATMOUNT_MNT_POINT | \
5858 if (!err && s->mask & STATMOUNT_MNT_POINT) in do_statmount()
5859 err = statmount_string(s, STATMOUNT_MNT_POINT); in do_statmount()
5910 #define STATMOUNT_STRING_REQ (STATMOUNT_MNT_ROOT | STATMOUNT_MNT_POINT | \