Home
last modified time | relevance | path

Searched refs:xfarray_append (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/fs/xfs/scrub/
H A Dxfarray.h71 static inline int xfarray_append(struct xfarray *array, const void *ptr) in xfarray_append() function
H A Dparent_repair.c390 return xfarray_append(rp->pptr_recs, &pptr); in xrep_parent_stash_parentadd()
416 return xfarray_append(rp->pptr_recs, &pptr); in xrep_parent_stash_parentremove()
977 return xfarray_append(rp->xattr_records, &key); in xrep_parent_stash_xattr()
H A Dbmap_repair.c174 error = xfarray_append(rb->bmap_records, &rbe); in xrep_bmap_from_rmap()
509 error = xfarray_append(rb->bmap_records, &rbe); in xrep_bmap_find_delalloc()
H A Dattr_repair.c236 error = xfarray_append(rx->xattr_records, &key); in xrep_xattr_salvage_key()
1207 return xfarray_append(rx->pptr_recs, &pptr); in xrep_xattr_stash_parentadd()
1233 return xfarray_append(rx->pptr_recs, &pptr); in xrep_xattr_stash_parentremove()
H A Drefcount_repair.c194 return xfarray_append(rr->refcount_records, &irec); in xrep_refc_stash()
H A Drtrefcount_repair.c191 return xfarray_append(rr->refcount_records, &irec); in xrep_rtrefc_stash()
H A Dparent.c523 error = xfarray_append(pp->pptr_entries, &save_pp); in xchk_parent_scan_attr()
H A Dialloc_repair.c197 error = xfarray_append(ri->inode_records, &ri->rie); in xrep_ibt_stash()
H A Dalloc_repair.c214 error = xfarray_append(ra->free_records, &arec); in xrep_abt_stash()
H A Ddir_repair.c343 return xfarray_append(rd->dir_entries, &dirent); in xrep_dir_stash_createname()
370 return xfarray_append(rd->dir_entries, &dirent); in xrep_dir_stash_removename()
H A Ddirtree.c183 error = xfarray_append(dl->path_steps, &step); in xchk_dirpath_append()
H A Dxfarray.c264 return xfarray_append(array, ptr); in xfarray_store_anywhere()
H A Ddir.c202 error = xfarray_append(sd->dir_entries, &save_de); in xchk_dir_check_pptr_fast()
/linux-6.15/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst2024 via the ``xfarray_append`` function, which stores a record at the end of the
2618 ``xfarray_append`` to add the inode btree record to the xfarray.