Home
last modified time | relevance | path

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

/linux-6.15/samples/vfs/
H A Dsamples-vfs.h113 #ifndef STATMOUNT_SB_BASIC
114 #define STATMOUNT_SB_BASIC 0x00000001U /* Want/got sb_... */ macro
H A Dtest-list-all-mounts.c125 STATMOUNT_SB_BASIC | in main()
H A Dmountinfo.c132 const __u64 mask = STATMOUNT_SB_BASIC | STATMOUNT_MNT_BASIC | in dump_mountinfo()
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h213 #define STATMOUNT_SB_BASIC 0x00000001U /* Want/got sb_... */ macro
/linux-6.15/include/uapi/linux/
H A Dmount.h213 #define STATMOUNT_SB_BASIC 0x00000001U /* Want/got sb_... */ macro
/linux-6.15/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c322 uint64_t mask = STATMOUNT_SB_BASIC; in test_statmount_sb_basic()
666 uint64_t all_mask = STATMOUNT_SB_BASIC | STATMOUNT_MNT_BASIC | in main()
/linux-6.15/fs/
H A Dnamespace.c5395 s->sm.mask |= STATMOUNT_SB_BASIC; in statmount_sb_basic()
5795 #define STATMOUNT_SUPPORTED (STATMOUNT_SB_BASIC | \
5843 if (s->mask & STATMOUNT_SB_BASIC) in do_statmount()