Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dspace-info.c1148 const int abort_error = BTRFS_FS_ERROR(fs_info); in maybe_fail_all_tickets() local
1161 if (unlikely(abort_error)) { in maybe_fail_all_tickets()
1162 remove_ticket(space_info, ticket, abort_error); in maybe_fail_all_tickets()
H A Dtransaction.c286 const int abort_error = cur_trans->aborted; in join_transaction() local
289 return abort_error; in join_transaction()