Searched refs:xfarray_append (Results 1 - 12 of 12) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Dxfarray.h71 static inline int xfarray_append(struct xfarray *array, const void *ptr) function
H A Dbmap_repair.c165 error = xfarray_append(rb->bmap_records, &rbe);
394 error = xfarray_append(rb->bmap_records, &rbe);
H A Dparent_repair.c390 return xfarray_append(rp->pptr_recs, &pptr);
416 return xfarray_append(rp->pptr_recs, &pptr);
977 return xfarray_append(rp->xattr_records, &key);
H A Dattr_repair.c236 error = xfarray_append(rx->xattr_records, &key);
1207 return xfarray_append(rx->pptr_recs, &pptr);
1233 return xfarray_append(rx->pptr_recs, &pptr);
H A Drefcount_repair.c194 return xfarray_append(rr->refcount_records, &irec);
H A Dialloc_repair.c199 error = xfarray_append(ri->inode_records, &ri->rie);
H A Dalloc_repair.c215 error = xfarray_append(ra->free_records, &arec);
H A Dparent.c509 error = xfarray_append(pp->pptr_entries, &save_pp);
H A Ddirtree.c183 error = xfarray_append(dl->path_steps, &step);
H A Ddir_repair.c343 return xfarray_append(rd->dir_entries, &dirent);
370 return xfarray_append(rd->dir_entries, &dirent);
H A Ddir.c194 error = xfarray_append(sd->dir_entries, &save_de);
H A Dxfarray.c264 return xfarray_append(array, ptr);

Completed in 305 milliseconds