Home
last modified time | relevance | path

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

/linux-6.15/samples/vfs/
H A Dsamples-vfs.h117 #ifndef STATMOUNT_MNT_BASIC
118 #define STATMOUNT_MNT_BASIC 0x00000002U /* Want/got mnt_... */ macro
H A Dtest-list-all-mounts.c126 STATMOUNT_MNT_BASIC | in main()
H A Dmountinfo.c132 const __u64 mask = STATMOUNT_SB_BASIC | STATMOUNT_MNT_BASIC | in dump_mountinfo()
/linux-6.15/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c264 uint64_t mask = STATMOUNT_MNT_BASIC; in test_statmount_mnt_basic()
470 sm = statmount_alloc(root_id, STATMOUNT_MNT_BASIC | STATMOUNT_MNT_OPTS, in test_statmount_mnt_opts()
478 if (!(sm->mask & STATMOUNT_MNT_BASIC)) { in test_statmount_mnt_opts()
666 uint64_t all_mask = STATMOUNT_SB_BASIC | STATMOUNT_MNT_BASIC | in main()
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h214 #define STATMOUNT_MNT_BASIC 0x00000002U /* Want/got mnt_... */ macro
/linux-6.15/include/uapi/linux/
H A Dmount.h214 #define STATMOUNT_MNT_BASIC 0x00000002U /* Want/got mnt_... */ macro
/linux-6.15/fs/
H A Dnamespace.c5406 s->sm.mask |= STATMOUNT_MNT_BASIC; in statmount_mnt_basic()
5796 STATMOUNT_MNT_BASIC | \
5846 if (s->mask & STATMOUNT_MNT_BASIC) in do_statmount()