Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c273 uint64_t mask = STATMOUNT_MNT_BASIC; in test_statmount_mnt_basic()
479 sm = statmount_alloc(root_id, 0, STATMOUNT_MNT_BASIC | STATMOUNT_MNT_OPTS, in test_statmount_mnt_opts()
487 if (!(sm->mask & STATMOUNT_MNT_BASIC)) { in test_statmount_mnt_opts()
488 ksft_test_result_fail("missing STATMOUNT_MNT_BASIC in mask\n"); in test_statmount_mnt_opts()
895 uint64_t all_mask = STATMOUNT_SB_BASIC | STATMOUNT_MNT_BASIC |
/linux/tools/include/uapi/linux/
H A Dmount.h214 #define STATMOUNT_MNT_BASIC 0x00000002U /* Want/got mnt_... */
200 #define STATMOUNT_MNT_BASIC global() macro
/linux/include/uapi/linux/
H A Dmount.h218 #define STATMOUNT_MNT_BASIC 0x00000002U /* Want/got mnt_... */
214 #define STATMOUNT_MNT_BASIC global() macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h218 #define STATMOUNT_MNT_BASIC 0x00000002U /* Want/got mnt_... */ macro
/linux/samples/vfs/
H A Dmountinfo.c132 const __u64 mask = STATMOUNT_SB_BASIC | STATMOUNT_MNT_BASIC | in dump_mountinfo()
/linux/fs/
H A Dnamespace.c5278 s->sm.mask |= STATMOUNT_MNT_BASIC; in statmount_mnt_basic()
5668 STATMOUNT_MNT_BASIC | \
5751 if (s->mask & STATMOUNT_MNT_BASIC) in do_statmount()