Searched refs:array_cur (Results 1 – 9 of 9) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | bmap_repair.c | 81 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 D | ialloc_repair.c | 124 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 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 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 D | parent_repair.c | 332 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 D | rtrefcount_repair.c | 120 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 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 | dir.c | 1034 xfarray_idx_t array_cur; in xchk_dir_finish_slow_dirents() local 1037 foreach_xfarray_idx(sd->dir_entries, array_cur) { in xchk_dir_finish_slow_dirents() 1043 error = xfarray_load(sd->dir_entries, array_cur, &dirent); in xchk_dir_finish_slow_dirents()
|
H A D | dir_repair.c | 843 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()
|