Searched refs:STATMOUNT_MNT_BASIC (Results 1 – 5 of 5) sorted by relevance
237 uint64_t mask = STATMOUNT_MNT_BASIC; in test_statmount_zero_mask() 443 sm = statmount_alloc(root_id, 0, STATMOUNT_MNT_BASIC | STATMOUNT_MNT_OPTS, in test_statmount_fs_type() 451 if (!(sm->mask & STATMOUNT_MNT_BASIC)) { in test_statmount_fs_type() 452 ksft_test_result_fail("missing STATMOUNT_MNT_BASIC in mask\n"); in test_statmount_fs_type() 859 uint64_t all_mask = STATMOUNT_SB_BASIC | STATMOUNT_MNT_BASIC |
219 #define STATMOUNT_MNT_BASIC 0x00000002U /* Want/got mnt_... */200 #define STATMOUNT_MNT_BASIC global() macro
219 #define STATMOUNT_MNT_BASIC 0x00000002U /* Want/got mnt_... */ macro
132 const __u64 mask = STATMOUNT_SB_BASIC | STATMOUNT_MNT_BASIC | in dump_mountinfo()
5326 s->sm.mask |= STATMOUNT_MNT_BASIC; in statmount_mnt_basic()5716 STATMOUNT_MNT_BASIC | \5799 if (s->mask & STATMOUNT_MNT_BASIC) in do_statmount()