Home
last modified time | relevance | path

Searched refs:aborted (Results 1 – 12 of 12) sorted by relevance

/fs/btrfs/
Dtransaction.c139 if (cur_trans->aborted) { in join_transaction()
141 return cur_trans->aborted; in join_transaction()
230 cur_trans->aborted = 0; in join_transaction()
326 !trans->aborted); in is_transaction_blocked()
345 cur_trans->aborted); in wait_current_trans()
482 h->aborted = 0; in start_transaction()
794 if (trans->aborted || in __btrfs_end_transaction()
1502 trans->aborted); in wait_current_trans_commit_start()
1514 trans->aborted); in wait_current_trans_commit_start_and_unblock()
1693 if (unlikely(ACCESS_ONCE(cur_trans->aborted))) { in btrfs_commit_transaction()
[all …]
Dtransaction.h62 int aborted; member
95 short aborted; member
Dsuper.c262 trans->aborted = errno; in __btrfs_abort_transaction()
274 ACCESS_ONCE(trans->transaction->aborted) = errno; in __btrfs_abort_transaction()
Ddelayed-inode.c1168 if (trans->aborted) in __btrfs_run_delayed_items()
Dextent-tree.c2138 if (trans->aborted) in run_delayed_extent_op()
2281 if (trans->aborted) { in run_one_delayed_ref()
2774 if (trans->aborted) in btrfs_run_delayed_refs()
5790 if (trans->aborted) in btrfs_finish_extent_commit()
Dqgroup.c2120 if (!ret || !trans->aborted) in btrfs_delayed_qgroup_accounting()
/fs/fuse/
Ddev.c432 if (req->aborted) in request_wait_answer()
433 goto aborted; in request_wait_answer()
450 if (req->aborted) in request_wait_answer()
451 goto aborted; in request_wait_answer()
475 if (!req->aborted) in request_wait_answer()
478 aborted: in request_wait_answer()
614 if (req->aborted) in lock_request()
633 if (req->aborted) in unlock_request()
856 if (cs->req->aborted) in fuse_try_move_page()
1260 if (req->aborted) { in fuse_dev_do_read()
[all …]
Dfuse_i.h279 unsigned aborted:1; member
/fs/xfs/
Dxfs_buf_item.c578 bool aborted; in xfs_buf_item_unlock() local
590 aborted = (lip->li_flags & XFS_LI_ABORTED) ? true : false; in xfs_buf_item_unlock()
607 if (!aborted) { in xfs_buf_item_unlock()
648 else if (aborted) { in xfs_buf_item_unlock()
Dxfs_trans_priv.h37 xfs_lsn_t commit_lsn, int aborted);
Dxfs_trans.c764 int aborted) in xfs_trans_committed_bulk() argument
781 if (aborted) in xfs_trans_committed_bulk()
793 if (aborted) { in xfs_trans_committed_bulk()
Dxfs_log.c72 int aborted,
1172 int aborted = 0; in xlog_iodone() local
1187 aborted = XFS_LI_ABORTED; in xlog_iodone()
1189 aborted = XFS_LI_ABORTED; in xlog_iodone()
1194 xlog_state_done_syncing(iclog, aborted); in xlog_iodone()
2572 int aborted, in xlog_state_do_callback() argument
2715 cb->cb_func(cb->cb_arg, aborted); in xlog_state_do_callback()
2804 int aborted) in xlog_state_done_syncing() argument
2837 xlog_state_do_callback(log, aborted, iclog); /* also cleans log */ in xlog_state_done_syncing()