Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/scrub/
Dxfarray.h71 static inline int xfarray_append(struct xfarray *array, const void *ptr) in xfarray_append() function
Dbmap_repair.c165 error = xfarray_append(rb->bmap_records, &rbe); in xrep_bmap_from_rmap()
394 error = xfarray_append(rb->bmap_records, &rbe); in xrep_bmap_find_delalloc()
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()
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()
Drefcount_repair.c194 return xfarray_append(rr->refcount_records, &irec); in xrep_refc_stash()
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()
Dialloc_repair.c199 error = xfarray_append(ri->inode_records, &ri->rie); in xrep_ibt_stash()
Dalloc_repair.c215 error = xfarray_append(ra->free_records, &arec); in xrep_abt_stash()
Dparent.c509 error = xfarray_append(pp->pptr_entries, &save_pp); in xchk_parent_scan_attr()
Ddirtree.c183 error = xfarray_append(dl->path_steps, &step); in xchk_dirpath_append()
Dxfarray.c264 return xfarray_append(array, ptr); in xfarray_store_anywhere()
Ddir.c194 error = xfarray_append(sd->dir_entries, &save_de); in xchk_dir_check_pptr_fast()
/linux-6.12.1/Documentation/filesystems/xfs/
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.