Searched refs:STATMOUNT_MNT_ROOT (Results 1 – 4 of 4) sorted by relevance
381 sm = statmount_alloc(root_id, 0, STATMOUNT_MNT_ROOT, 0); in test_statmount_mnt_point() 387 if (!(sm->mask & STATMOUNT_MNT_ROOT)) { in test_statmount_mnt_point() 388 ksft_test_result_fail("missing STATMOUNT_MNT_ROOT in mask\n"); in test_statmount_mnt_point() 682 sm = statmount_alloc_by_fd(fd, STATMOUNT_MNT_ROOT | STATMOUNT_MNT_POINT); in main() 699 if (!(sm->mask & STATMOUNT_MNT_ROOT)) { in main() 700 ksft_test_result_fail("STATMOUNT_MNT_ROOT not set in statmount\n"); in main() 717 sm = statmount_alloc_by_fd(fd, STATMOUNT_MNT_ROOT | STATMOUNT_MNT_POINT);734 if (!(sm->mask & STATMOUNT_MNT_ROOT)) {735 ksft_test_result_fail("STATMOUNT_MNT_ROOT not set in statmount\n");811 sm = statmount_alloc_by_fd(fd, STATMOUNT_MNT_POINT | STATMOUNT_MNT_ROOT);[all...]
221 #define STATMOUNT_MNT_ROOT 0x00000008U /* Want/got mnt_root */202 #define STATMOUNT_MNT_ROOT global() macro
221 #define STATMOUNT_MNT_ROOT 0x00000008U /* Want/got mnt_root */ macro
134 STATMOUNT_MNT_ROOT | STATMOUNT_MNT_POINT | in dump_mountinfo()