Home
last modified time | relevance | path

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

/linux-6.15/samples/vfs/
H A Dsamples-vfs.h125 #ifndef STATMOUNT_MNT_ROOT
126 #define STATMOUNT_MNT_ROOT 0x00000008U /* Want/got mnt_root */ macro
H A Dtest-list-all-mounts.c127 STATMOUNT_MNT_ROOT | in main()
144 (stmnt->mask & STATMOUNT_MNT_ROOT) ? stmnt->str + stmnt->mnt_root : "", 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.c408 sm = statmount_alloc(root_id, STATMOUNT_MNT_ROOT, 0); in test_statmount_mnt_root()
414 if (!(sm->mask & STATMOUNT_MNT_ROOT)) { in test_statmount_mnt_root()
667 STATMOUNT_PROPAGATE_FROM | STATMOUNT_MNT_ROOT | in main()
688 test_statmount_string(STATMOUNT_MNT_ROOT, str_off(mnt_root), "mount root"); in main()
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h216 #define STATMOUNT_MNT_ROOT 0x00000008U /* Want/got mnt_root */ macro
/linux-6.15/include/uapi/linux/
H A Dmount.h216 #define STATMOUNT_MNT_ROOT 0x00000008U /* Want/got mnt_root */ macro
/linux-6.15/fs/
H A Dnamespace.c5666 case STATMOUNT_MNT_ROOT: in statmount_string()
5798 STATMOUNT_MNT_ROOT | \
5855 if (!err && s->mask & STATMOUNT_MNT_ROOT) in do_statmount()
5856 err = statmount_string(s, STATMOUNT_MNT_ROOT); in do_statmount()
5910 #define STATMOUNT_STRING_REQ (STATMOUNT_MNT_ROOT | STATMOUNT_MNT_POINT | \