Searched refs:xfarray_append (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
D | xfarray.h | 71 static inline int xfarray_append(struct xfarray *array, const void *ptr) in xfarray_append() function
|
D | bmap_repair.c | 165 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()
|
D | parent_repair.c | 390 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()
|
D | attr_repair.c | 236 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()
|
D | refcount_repair.c | 194 return xfarray_append(rr->refcount_records, &irec); in xrep_refc_stash()
|
D | dir_repair.c | 343 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()
|
D | ialloc_repair.c | 199 error = xfarray_append(ri->inode_records, &ri->rie); in xrep_ibt_stash()
|
D | alloc_repair.c | 215 error = xfarray_append(ra->free_records, &arec); in xrep_abt_stash()
|
D | parent.c | 509 error = xfarray_append(pp->pptr_entries, &save_pp); in xchk_parent_scan_attr()
|
D | dirtree.c | 183 error = xfarray_append(dl->path_steps, &step); in xchk_dirpath_append()
|
D | xfarray.c | 264 return xfarray_append(array, ptr); in xfarray_store_anywhere()
|
D | dir.c | 194 error = xfarray_append(sd->dir_entries, &save_de); in xchk_dir_check_pptr_fast()
|
/linux-6.12.1/Documentation/filesystems/xfs/ |
D | xfs-online-fsck-design.rst | 2024 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.
|