Home
last modified time | relevance | path

Searched refs:xfs_defer_finish (Results 1 – 16 of 16) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_defer.h43 int xfs_defer_finish(struct xfs_trans **tp);
Dxfs_defer.c729 xfs_defer_finish( in xfs_defer_finish() function
Dxfs_ag.c925 error = xfs_defer_finish(tpp); in xfs_ag_shrink_space()
Dxfs_bmap.c6370 error = xfs_defer_finish(tpp); in xfs_bunmapi_range()
/linux-6.12.1/fs/xfs/scrub/
Dtempfile.c357 error = xfs_defer_finish(&sc->tp); in xrep_tempfile_prealloc()
772 error = xfs_defer_finish(&sc->tp); in xrep_tempexch_contents()
Dsymlink_repair.c295 error = xfs_defer_finish(&sc->tp); in xrep_symlink_swap_prep()
Drepair.c233 error = xfs_defer_finish(&sc->tp); in xrep_defer_finish()
1038 error = xfs_defer_finish(&sub->sc.tp); in xrep_metadata_inode_subtype()
Dcow_repair.c482 error = xfs_defer_finish(&sc->tp); in xrep_cow_replace_range()
Dquota_repair.c447 error = xfs_defer_finish(&sc->tp); in xrep_quota_data_fork()
Dreap.c1041 error = xfs_defer_finish(&sc->tp); in xrep_reap_ifork()
Dattr_repair.c1309 error = xfs_defer_finish(&sc->tp); in xrep_xattr_swap_prep()
Ddir_repair.c1476 error = xfs_defer_finish(&sc->tp); in xrep_dir_swap_prep()
/linux-6.12.1/fs/xfs/
Dxfs_bmap_util.c1012 error = xfs_defer_finish(&tp); in xfs_collapse_file_space()
1088 error = xfs_defer_finish(&tp); in xfs_insert_file_space()
1327 error = xfs_defer_finish(tpp); in xfs_swap_extent_rmap()
Dxfs_reflink.c611 error = xfs_defer_finish(tpp); in xfs_reflink_cancel_cow_blocks()
Dxfs_trace.h2695 DEFINE_DEFER_EVENT(xfs_defer_finish);
/linux-6.12.1/Documentation/filesystems/xfs/
Dxfs-online-fsck-design.rst4127 2. Call ``xfs_defer_finish`` to process the exchange.