Home
last modified time | relevance | path

Searched refs:abort_error (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/xfs/
H A Dxfs_refcount_item.c549 goto abort_error; in xfs_refcount_recover_work()
553 abort_error: in xfs_refcount_recover_work()
H A Dxfs_rmap_item.c602 goto abort_error; in xfs_rmap_recover_work()
606 abort_error: in xfs_rmap_recover_work()
H A Dxfs_extfree_item.c681 goto abort_error; in xfs_extent_free_recover_work()
685 abort_error: in xfs_extent_free_recover_work()
/linux-6.15/fs/btrfs/
H A Dtransaction.c283 const int abort_error = cur_trans->aborted; in join_transaction() local
286 return abort_error; in join_transaction()