Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dmount.h218 #define STATMOUNT_SB_BASIC 0x00000001U /* Want/got sb_... */
199 #define STATMOUNT_SB_BASIC global() macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h218 #define STATMOUNT_SB_BASIC 0x00000001U /* Want/got sb_... */ macro
/linux/samples/vfs/
H A Dmountinfo.c132 const __u64 mask = STATMOUNT_SB_BASIC | STATMOUNT_MNT_BASIC | in dump_mountinfo()
/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c295 uint64_t mask = STATMOUNT_SB_BASIC; in test_statmount_mnt_basic()
859 uint64_t all_mask = STATMOUNT_SB_BASIC | STATMOUNT_MNT_BASIC |