Searched refs:array_cur (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | alloc_repair.c | 115 xfarray_idx_t array_cur; member 617 error = xfarray_load_next(ra->free_records, &ra->array_cur, in xrep_abt_get_records() 773 ra->array_cur = XFARRAY_CURSOR_INIT; in xrep_abt_build_new_trees() 784 ra->array_cur = XFARRAY_CURSOR_INIT; in xrep_abt_build_new_trees()
|
| H A D | refcount_repair.c | 115 xfarray_idx_t array_cur; member 526 error = xfarray_load(rr->refcount_records, rr->array_cur++, in xrep_refc_get_records() 633 rr->array_cur = XFARRAY_CURSOR_INIT; in xrep_refc_build_new_tree()
|
| H A D | attr_repair.c | 692 xfarray_idx_t array_cur; in xrep_xattr_flush_stashed() local 730 foreach_xfarray_idx(rx->xattr_records, array_cur) { in xrep_xattr_flush_stashed() 733 error = xfarray_load(rx->xattr_records, array_cur, &key); in xrep_xattr_flush_stashed() 1150 xfarray_idx_t array_cur; in xrep_xattr_replay_pptr_updates() local 1154 foreach_xfarray_idx(rx->pptr_recs, array_cur) { in xrep_xattr_replay_pptr_updates() 1157 error = xfarray_load(rx->pptr_recs, array_cur, &pptr); in xrep_xattr_replay_pptr_updates()
|
| H A D | parent.c | 641 xfarray_idx_t array_cur; in xchk_parent_finish_slow_pptrs() local 644 foreach_xfarray_idx(pp->pptr_entries, array_cur) { in xchk_parent_finish_slow_pptrs() 650 error = xfarray_load(pp->pptr_entries, array_cur, &pptr); in xchk_parent_finish_slow_pptrs()
|