Home
last modified time | relevance | path

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

/fs/btrfs/
Dtransaction.h47 int aborted; member
134 short aborted; member
151 #define TRANS_ABORTED(trans) (unlikely(READ_ONCE((trans)->aborted)))
Dtransaction.c299 return cur_trans->aborted; in join_transaction()
400 cur_trans->aborted = 0; in join_transaction()
945 ret = cur_trans->aborted; in btrfs_wait_for_commit()
1039 err = trans->aborted; in __btrfs_end_transaction()
2148 ret = cur_trans->aborted; in btrfs_commit_transaction()
2221 ret = cur_trans->aborted; in btrfs_commit_transaction()
2245 ret = READ_ONCE(prev_trans->aborted); in btrfs_commit_transaction()
2309 ret = cur_trans->aborted; in btrfs_commit_transaction()
2401 ret = cur_trans->aborted; in btrfs_commit_transaction()
Dsuper.c301 WRITE_ONCE(trans->aborted, errno); in __btrfs_abort_transaction()
302 WRITE_ONCE(trans->transaction->aborted, errno); in __btrfs_abort_transaction()
/fs/xfs/
Dxfs_buf_item.c605 bool aborted; in xfs_buf_item_put() local
618 aborted = test_bit(XFS_LI_ABORTED, &lip->li_flags) || in xfs_buf_item_put()
621 if (dirty && !aborted) in xfs_buf_item_put()
630 if (aborted) in xfs_buf_item_put()
667 bool aborted = test_bit(XFS_LI_ABORTED, in xfs_buf_item_release() local
697 ASSERT(!stale || aborted); in xfs_buf_item_release()
Dxfs_trans_priv.h22 xfs_lsn_t commit_lsn, bool aborted);
Dxfs_trans.c739 bool aborted) in xfs_trans_committed_bulk() argument
756 if (aborted) in xfs_trans_committed_bulk()
777 if (aborted) { in xfs_trans_committed_bulk()
/fs/afs/
Dfs_operation.c201 if (op->ops->aborted) in afs_wait_for_operation()
202 op->ops->aborted(op); in afs_wait_for_operation()
Ddir.c792 .aborted = afs_check_for_remote_deletion,
1375 .aborted = afs_check_for_remote_deletion,
1460 .aborted = afs_check_for_remote_deletion,
1593 .aborted = afs_check_for_remote_deletion,
1674 .aborted = afs_check_for_remote_deletion,
1746 .aborted = afs_check_for_remote_deletion,
1805 .aborted = afs_check_for_remote_deletion,
Ddir_silly.c185 .aborted = afs_check_for_remote_deletion,
Dfile.c259 .aborted = afs_check_for_remote_deletion,
Dflock.c186 .aborted = afs_check_for_remote_deletion,
Dinode.c334 .aborted = afs_check_for_remote_deletion,
Dinternal.h757 void (*aborted)(struct afs_operation *op); member
/fs/ext4/
Dioctl.c635 bool aborted = false; in ext4_ioc_getfsmap() local
667 aborted = true; in ext4_ioc_getfsmap()
672 if (!aborted && info.gi_idx) { in ext4_ioc_getfsmap()
Dsuper.c1169 int aborted = 0; in ext4_put_super() local
1192 aborted = is_journal_aborted(sbi->s_journal); in ext4_put_super()
1195 if ((err < 0) && !aborted) { in ext4_put_super()
1206 if (!sb_rdonly(sb) && !aborted) { in ext4_put_super()
/fs/fuse/
Dcontrol.c40 fc->aborted = true; in fuse_conn_abort_write()
Ddev.c1266 err = fc->aborted ? -ECONNABORTED : -ENODEV; in fuse_dev_do_read()
1322 err = fc->aborted ? -ECONNABORTED : -ENODEV; in fuse_dev_do_read()
Dfuse_i.h708 bool aborted; member