Searched refs:tx (Results 1 – 6 of 6) sorted by relevance
| /fs/xfs/scrub/ |
| A D | tempfile.c | 611 struct xrep_tempexch *tx) in xrep_tempexch_prep_request() argument 613 struct xfs_exchmaps_req *req = &tx->req; in xrep_tempexch_prep_request() 659 struct xrep_tempexch *tx) in xrep_tempexch_estimate() argument 661 struct xfs_exchmaps_req *req = &tx->req; in xrep_tempexch_estimate() 743 const struct xrep_tempexch *tx) in xrep_tempexch_reserve_quota() argument 804 struct xrep_tempexch *tx) in xrep_tempexch_trans_reserve() argument 842 struct xrep_tempexch *tx) in xrep_tempexch_trans_alloc() argument 851 tx); in xrep_tempexch_trans_alloc() 855 error = xrep_tempexch_estimate(sc, tx); in xrep_tempexch_trans_alloc() 863 tx->req.resblks, 0, flags, &sc->tp); in xrep_tempexch_trans_alloc() [all …]
|
| A D | symlink_repair.c | 329 struct xrep_tempexch *tx = sc->buf; in xrep_symlink_swap() local 352 return xrep_tempexch_contents(sc, tx); in xrep_symlink_swap() 390 struct xrep_tempexch *tx; in xrep_symlink_rebuild() local 462 tx = sc->buf; in xrep_symlink_rebuild() 463 error = xrep_tempexch_trans_alloc(sc, XFS_DATA_FORK, tx); in xrep_symlink_rebuild()
|
| A D | attr_repair.h | 11 int xrep_xattr_swap(struct xfs_scrub *sc, struct xrep_tempexch *tx);
|
| A D | attr_repair.c | 89 struct xrep_tempexch tx; member 1342 struct xrep_tempexch *tx) in xrep_xattr_swap() argument 1373 return xrep_tempexch_contents(sc, tx); in xrep_xattr_swap() 1389 return xrep_tempexch_trans_alloc(sc, XFS_ATTR_FORK, &rx->tx); in xrep_xattr_finalize_tempfile() 1402 error = xrep_tempexch_trans_alloc(sc, XFS_ATTR_FORK, &rx->tx); in xrep_xattr_finalize_tempfile() 1481 error = xrep_xattr_swap(sc, &rx->tx); in xrep_xattr_rebuild_tree()
|
| A D | dir_repair.c | 128 struct xrep_tempexch tx; member 1605 return xrep_tempexch_trans_alloc(sc, XFS_DATA_FORK, &rd->tx); in xrep_dir_finalize_tempdir() 1618 error = xrep_tempexch_trans_alloc(sc, XFS_DATA_FORK, &rd->tx); in xrep_dir_finalize_tempdir() 1667 rd->pscan.parent_ino, rd->tx.req.resblks); in xrep_dir_swap() 1712 return xrep_tempexch_contents(sc, &rd->tx); in xrep_dir_swap()
|
| A D | parent_repair.c | 130 struct xrep_tempexch tx; member 1238 error = xrep_tempexch_trans_alloc(sc, XFS_ATTR_FORK, &rp->tx); in xrep_parent_finalize_tempfile() 1308 error = xrep_xattr_swap(sc, &rp->tx); in xrep_parent_rebuild_pptrs()
|
Completed in 22 milliseconds