Searched refs:aborted (Results 1 – 18 of 18) sorted by relevance
/fs/btrfs/ |
D | transaction.h | 47 int aborted; member 134 short aborted; member 151 #define TRANS_ABORTED(trans) (unlikely(READ_ONCE((trans)->aborted)))
|
D | transaction.c | 299 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()
|
D | super.c | 301 WRITE_ONCE(trans->aborted, errno); in __btrfs_abort_transaction() 302 WRITE_ONCE(trans->transaction->aborted, errno); in __btrfs_abort_transaction()
|
/fs/xfs/ |
D | xfs_buf_item.c | 605 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()
|
D | xfs_trans_priv.h | 22 xfs_lsn_t commit_lsn, bool aborted);
|
D | xfs_trans.c | 739 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/ |
D | fs_operation.c | 201 if (op->ops->aborted) in afs_wait_for_operation() 202 op->ops->aborted(op); in afs_wait_for_operation()
|
D | dir.c | 792 .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,
|
D | dir_silly.c | 185 .aborted = afs_check_for_remote_deletion,
|
D | file.c | 259 .aborted = afs_check_for_remote_deletion,
|
D | flock.c | 186 .aborted = afs_check_for_remote_deletion,
|
D | inode.c | 334 .aborted = afs_check_for_remote_deletion,
|
D | internal.h | 757 void (*aborted)(struct afs_operation *op); member
|
/fs/ext4/ |
D | ioctl.c | 635 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()
|
D | super.c | 1169 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/ |
D | control.c | 40 fc->aborted = true; in fuse_conn_abort_write()
|
D | dev.c | 1266 err = fc->aborted ? -ECONNABORTED : -ENODEV; in fuse_dev_do_read() 1322 err = fc->aborted ? -ECONNABORTED : -ENODEV; in fuse_dev_do_read()
|
D | fuse_i.h | 708 bool aborted; member
|