Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/scrub/
H A 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()
H A Dialloc_repair.c534 error = xfarray_load(ri->inode_records, in xrep_fibt_get_records()
563 error = xfarray_load(ri->inode_records, ri->array_cur++, irec); in xrep_ibt_get_records()
612 error = xfarray_load(ri->inode_records, cur, &irec); in xrep_ibt_check_overlap()
H A Dbmap_repair.c338 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()
666 error = xfarray_load(rb->bmap_records, array_cur, &rec); in xrep_bmap_extents_load()
H A 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()
H A 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()
H A Drtrefcount_repair.c334 error = xfarray_load(rr->refcount_records, cur, &irec); in xrep_rtrefc_sort_records()
573 error = xfarray_load(rr->refcount_records, rr->array_cur++, in xrep_rtrefc_get_records()
H A 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()
H A Ddirtree.c605 error = xfarray_load(dl->path_steps, step_idx, &step); in xchk_dirpath_step_is_stale()
766 error = xfarray_load(dl->path_steps, path->first_step, &step); in xchk_dirtree_load_path()
H A 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()
H A 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()
H A Dparent.c651 error = xfarray_load(pp->pptr_entries, array_cur, &pptr); in xchk_parent_finish_slow_pptrs()
H A Dalloc_repair.c479 error = xfarray_load(ra->free_records, record_nr, &arec); in xrep_abt_reserve_space()
H A Dagheader_repair.c1551 error = xfarray_load(ragi->iunlink_prev, agino, &prev_agino); in xrep_iunlink_relink_next()
1611 error = xfarray_load(ragi->iunlink_prev, agino, &next_agino); in xrep_iunlink_relink_prev()
H A Ddir.c1043 error = xfarray_load(sd->dir_entries, array_cur, &dirent); in xchk_dir_finish_slow_dirents()
H A Ddir_repair.c851 error = xfarray_load(rd->dir_entries, array_cur, &dirent); in xrep_dir_replay_updates()
/linux-6.15/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst2011 Access to array elements is performed programmatically via ``xfarray_load`` and
2054 xfarray_load(array, i, &rec);