| /linux-6.15/fs/xfs/scrub/ |
| H A D | xfarray.h | 43 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 D | ialloc_repair.c | 534 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 D | bmap_repair.c | 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() 666 error = xfarray_load(rb->bmap_records, array_cur, &rec); in xrep_bmap_extents_load()
|
| H A D | refcount_repair.c | 346 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 D | xfarray.c | 131 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 D | rtrefcount_repair.c | 334 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 D | dirtree_repair.c | 105 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 D | dirtree.c | 605 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 D | parent_repair.c | 339 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 D | attr_repair.c | 733 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 D | parent.c | 651 error = xfarray_load(pp->pptr_entries, array_cur, &pptr); in xchk_parent_finish_slow_pptrs()
|
| H A D | alloc_repair.c | 479 error = xfarray_load(ra->free_records, record_nr, &arec); in xrep_abt_reserve_space()
|
| H A D | agheader_repair.c | 1551 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 D | dir.c | 1043 error = xfarray_load(sd->dir_entries, array_cur, &dirent); in xchk_dir_finish_slow_dirents()
|
| H A D | dir_repair.c | 851 error = xfarray_load(rd->dir_entries, array_cur, &dirent); in xrep_dir_replay_updates()
|
| /linux-6.15/Documentation/filesystems/xfs/ |
| H A D | xfs-online-fsck-design.rst | 2011 Access to array elements is performed programmatically via ``xfarray_load`` and 2054 xfarray_load(array, i, &rec);
|