Searched refs:xrep_tempexch_trans_alloc (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
D | tempexch.h | 16 int xrep_tempexch_trans_alloc(struct xfs_scrub *sc, int whichfork,
|
D | symlink_repair.c | 462 error = xrep_tempexch_trans_alloc(sc, XFS_DATA_FORK, tx); in xrep_symlink_rebuild()
|
D | attr_repair.c | 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()
|
D | dir_repair.c | 1603 return xrep_tempexch_trans_alloc(sc, XFS_DATA_FORK, &rd->tx); in xrep_dir_finalize_tempdir() 1616 error = xrep_tempexch_trans_alloc(sc, XFS_DATA_FORK, &rd->tx); in xrep_dir_finalize_tempdir()
|
D | tempfile.c | 723 xrep_tempexch_trans_alloc( in xrep_tempexch_trans_alloc() function
|
D | parent_repair.c | 1244 error = xrep_tempexch_trans_alloc(sc, XFS_ATTR_FORK, &rp->tx); in xrep_parent_finalize_tempfile()
|
/linux-6.12.1/Documentation/filesystems/xfs/ |
D | xfs-online-fsck-design.rst | 4277 4. Call ``xrep_tempexch_trans_alloc`` to allocate a new scrub transaction with
|