Home
last modified time | relevance | path

Searched refs:array_cur (Results 1 – 8 of 8) sorted by relevance

/linux/fs/xfs/scrub/
H A Dbmap_repair.c81 xfarray_idx_t array_cur; member
324 xfarray_idx_t array_cur; in xrep_bmap_sort_records() local
332 foreach_xfarray_idx(rb->bmap_records, array_cur) { in xrep_bmap_sort_records()
338 error = xfarray_load(rb->bmap_records, array_cur, &rec); in xrep_bmap_sort_records()
576 error = xfarray_load(rb->bmap_records, rb->array_cur++, in xrep_bmap_get_records()
656 xfarray_idx_t array_cur; in xrep_bmap_extents_load() local
663 foreach_xfarray_idx(rb->bmap_records, array_cur) { in xrep_bmap_extents_load()
666 error = xfarray_load(rb->bmap_records, array_cur, &rec); in xrep_bmap_extents_load()
723 rb->array_cur = XFARRAY_CURSOR_INIT; in xrep_bmap_btree_load()
H A Dialloc_repair.c124 xfarray_idx_t array_cur; member
535 ri->array_cur++, irec); in xrep_fibt_get_records()
563 error = xfarray_load(ri->inode_records, ri->array_cur++, irec); in xrep_ibt_get_records()
706 ri->array_cur = XFARRAY_CURSOR_INIT; in xrep_ibt_build_new_trees()
713 ri->array_cur = XFARRAY_CURSOR_INIT; in xrep_ibt_build_new_trees()
H A Dalloc_repair.c115 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 Dparent_repair.c332 xfarray_idx_t array_cur; in xrep_parent_replay_updates() local
336 foreach_xfarray_idx(rp->pptr_recs, array_cur) { in xrep_parent_replay_updates()
339 error = xfarray_load(rp->pptr_recs, array_cur, &pptr); in xrep_parent_replay_updates()
1045 xfarray_idx_t array_cur; in xrep_parent_flush_xattrs() local
1079 foreach_xfarray_idx(rp->xattr_records, array_cur) { in xrep_parent_flush_xattrs()
1082 error = xfarray_load(rp->xattr_records, array_cur, &key); in xrep_parent_flush_xattrs()
H A Drefcount_repair.c115 xfarray_idx_t array_cur; member
532 error = xfarray_load(rr->refcount_records, rr->array_cur++, in xrep_refc_get_records()
639 rr->array_cur = XFARRAY_CURSOR_INIT; in xrep_refc_build_new_tree()
H A Drtrefcount_repair.c120 xfarray_idx_t array_cur; member
573 error = xfarray_load(rr->refcount_records, rr->array_cur++, in xrep_rtrefc_get_records()
674 rr->array_cur = XFARRAY_CURSOR_INIT; in xrep_rtrefc_build_new_tree()
H A Dparent.c642 xfarray_idx_t array_cur; in xchk_parent_finish_slow_pptrs() local
645 foreach_xfarray_idx(pp->pptr_entries, array_cur) { in xchk_parent_finish_slow_pptrs()
651 error = xfarray_load(pp->pptr_entries, array_cur, &pptr); in xchk_parent_finish_slow_pptrs()
H A Ddir_repair.c843 xfarray_idx_t array_cur; in xrep_dir_replay_updates() local
848 foreach_xfarray_idx(rd->dir_entries, array_cur) { in xrep_dir_replay_updates()
851 error = xfarray_load(rd->dir_entries, array_cur, &dirent); in xrep_dir_replay_updates()