Lines Matching refs:root_id
108 static uint64_t root_id, parent_id; variable
185 root_id = get_mnt_id("root", "/", STATX_MNT_ID_UNIQUE); in setup_namespace()
226 if (list[0] != root_id) { in test_listmount_empty_root()
229 (unsigned long long) root_id); in test_listmount_empty_root()
241 ret = statmount(root_id, 0, 0, &sm, sizeof(sm), 0); in test_statmount_zero_mask()
267 ret = statmount(root_id, 0, mask, &sm, sizeof(sm), 0); in test_statmount_mnt_basic()
283 if (sm.mnt_id != root_id) { in test_statmount_mnt_basic()
286 (unsigned long long) root_id); in test_statmount_mnt_basic()
327 ret = statmount(root_id, 0, mask, &sm, sizeof(sm), 0); in test_statmount_sb_basic()
379 sm = statmount_alloc(root_id, STATMOUNT_MNT_POINT, 0); in test_statmount_mnt_point()
405 sm = statmount_alloc(root_id, STATMOUNT_MNT_ROOT, 0); in test_statmount_mnt_root()
434 sm = statmount_alloc(root_id, STATMOUNT_FS_TYPE, 0); in test_statmount_fs_type()
459 sm = statmount_alloc(root_id, STATMOUNT_MNT_BASIC | STATMOUNT_MNT_OPTS, in test_statmount_mnt_opts()
541 sm = statmount_alloc(root_id, mask, 0); in test_statmount_string()
570 ret = statmount(root_id, 0, mask, sm, exactsize, 0); in test_statmount_string()
577 ret = statmount(root_id, 0, mask, sm, shortsize, 0); in test_statmount_string()