Home
last modified time | relevance | path

Searched refs:xfarray_load (Results 1 – 15 of 15) sorted by relevance

/linux-6.12.1/fs/xfs/scrub/
Dxfarray.h43 int xfarray_load(struct xfarray *array, xfarray_idx_t idx, void *ptr);
61 int error = xfarray_load(array, idx, rec); in xfarray_load_sparse()
Dialloc_repair.c538 error = xfarray_load(ri->inode_records, in xrep_fibt_get_records()
567 error = xfarray_load(ri->inode_records, ri->array_cur++, irec); in xrep_ibt_get_records()
616 error = xfarray_load(ri->inode_records, cur, &irec); in xrep_ibt_check_overlap()
Dbmap_repair.c331 error = xfarray_load(rb->bmap_records, array_cur, &rec); in xrep_bmap_sort_records()
446 error = xfarray_load(rb->bmap_records, rb->array_cur++, in xrep_bmap_get_records()
536 error = xfarray_load(rb->bmap_records, array_cur, &rec); in xrep_bmap_extents_load()
Dxfarray.c131 xfarray_load( in xfarray_load() function
359 error = xfarray_load(array, cur, rec); in xfarray_load_next()
393 return xfarray_load(si->array, idx, ptr); in xfarray_sort_load()
Drefcount_repair.c346 error = xfarray_load(rr->refcount_records, cur, &irec); in xrep_refc_sort_records()
532 error = xfarray_load(rr->refcount_records, rr->array_cur++, in xrep_refc_get_records()
Ddirtree_repair.c105 error = xfarray_load(dl->path_steps, path->first_step, &step); in xrep_dirpath_retain_parent()
269 error = xfarray_load(dl->path_steps, path->first_step, step); in xrep_dirtree_prep_path()
Ddirtree.c594 error = xfarray_load(dl->path_steps, step_idx, &step); in xchk_dirpath_step_is_stale()
755 error = xfarray_load(dl->path_steps, path->first_step, &step); in xchk_dirtree_load_path()
Dparent_repair.c339 error = xfarray_load(rp->pptr_recs, array_cur, &pptr); in xrep_parent_replay_updates()
1086 error = xfarray_load(rp->xattr_records, array_cur, &key); in xrep_parent_flush_xattrs()
Dattr_repair.c733 error = xfarray_load(rx->xattr_records, array_cur, &key); in xrep_xattr_flush_stashed()
1157 error = xfarray_load(rx->pptr_recs, array_cur, &pptr); in xrep_xattr_replay_pptr_updates()
Dalloc_repair.c480 error = xfarray_load(ra->free_records, record_nr, &arec); in xrep_abt_reserve_space()
Dparent.c637 error = xfarray_load(pp->pptr_entries, array_cur, &pptr); in xchk_parent_finish_slow_pptrs()
Dagheader_repair.c1557 error = xfarray_load(ragi->iunlink_prev, agino, &prev_agino); in xrep_iunlink_relink_next()
1619 error = xfarray_load(ragi->iunlink_prev, agino, &next_agino); in xrep_iunlink_relink_prev()
Ddir.c1035 error = xfarray_load(sd->dir_entries, array_cur, &dirent); in xchk_dir_finish_slow_dirents()
Ddir_repair.c845 error = xfarray_load(rd->dir_entries, array_cur, &dirent); in xrep_dir_replay_updates()
/linux-6.12.1/Documentation/filesystems/xfs/
Dxfs-online-fsck-design.rst2011 Access to array elements is performed programmatically via ``xfarray_load`` and
2054 xfarray_load(array, i, &rec);