Searched refs:STATMOUNT_MNT_BASIC (Results 1 – 6 of 6) sorted by relevance
273 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 |
214 #define STATMOUNT_MNT_BASIC 0x00000002U /* Want/got mnt_... */200 #define STATMOUNT_MNT_BASIC global() macro
218 #define STATMOUNT_MNT_BASIC 0x00000002U /* Want/got mnt_... */214 #define STATMOUNT_MNT_BASIC global() macro
218 #define STATMOUNT_MNT_BASIC 0x00000002U /* Want/got mnt_... */ macro
132 const __u64 mask = STATMOUNT_SB_BASIC | STATMOUNT_MNT_BASIC | in dump_mountinfo()
5278 s->sm.mask |= STATMOUNT_MNT_BASIC; in statmount_mnt_basic()5668 STATMOUNT_MNT_BASIC | \5751 if (s->mask & STATMOUNT_MNT_BASIC) in do_statmount()