Home
last modified time | relevance | path

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

/fs/afs/
A Dmisc.c146 e->aborted = false; in afs_prioritise_error()
193 e->aborted = false; in afs_prioritise_error()
198 e->aborted = true; in afs_prioritise_error()
202 e->aborted = false; in afs_prioritise_error()
A Dfs_operation.c309 } else if (op->cumul_error.aborted) { in afs_wait_for_operation()
310 if (op->ops->aborted) in afs_wait_for_operation()
311 op->ops->aborted(op); in afs_wait_for_operation()
A Ddir.c735 .aborted = afs_check_for_remote_deletion,
1309 .aborted = afs_check_for_remote_deletion,
1402 .aborted = afs_check_for_remote_deletion,
1548 .aborted = afs_check_for_remote_deletion,
1631 .aborted = afs_check_for_remote_deletion,
1707 .aborted = afs_check_for_remote_deletion,
1771 .aborted = afs_check_for_remote_deletion,
A Dfile.c232 .aborted = afs_fetch_data_aborted,
254 else if (op->cumul_error.aborted) in afs_end_read()
A Ddir_silly.c183 .aborted = afs_check_for_remote_deletion,
A Dinternal.h784 bool aborted; /* T if ->error is from an abort */ member
833 void (*aborted)(struct afs_operation *op); member
A Dflock.c185 .aborted = afs_check_for_remote_deletion,
A Dinode.c444 .aborted = afs_check_for_remote_deletion,
/fs/btrfs/
A Dtransaction.h73 int aborted; member
160 short aborted; member
177 #define TRANS_ABORTED(trans) (unlikely(READ_ONCE((trans)->aborted)))
A Dtransaction.c283 const int abort_error = cur_trans->aborted; in join_transaction()
393 cur_trans->aborted = 0; in join_transaction()
996 ret = cur_trans->aborted; in btrfs_wait_for_commit()
1099 ret = trans->aborted; in __btrfs_end_transaction()
2197 ret = cur_trans->aborted; in btrfs_commit_transaction()
2268 ret = cur_trans->aborted; in btrfs_commit_transaction()
2292 ret = READ_ONCE(prev_trans->aborted); in btrfs_commit_transaction()
2399 ret = cur_trans->aborted; in btrfs_commit_transaction()
2471 ret = cur_trans->aborted; in btrfs_commit_transaction()
2687 WRITE_ONCE(trans->aborted, error); in __btrfs_abort_transaction()
[all …]
A Dspace-info.c1092 const bool aborted = BTRFS_FS_ERROR(fs_info); in maybe_fail_all_tickets() local
1106 if (!aborted && steal_from_global_rsv(fs_info, space_info, ticket)) in maybe_fail_all_tickets()
1109 if (!aborted && btrfs_test_opt(fs_info, ENOSPC_DEBUG)) in maybe_fail_all_tickets()
1114 if (aborted) in maybe_fail_all_tickets()
1126 if (!aborted) in maybe_fail_all_tickets()
/fs/xfs/scrub/
A Ddirtree.c711 if (dl->stale || dl->aborted) in xchk_dirtree_live_update()
717 dl->aborted = true; in xchk_dirtree_live_update()
846 if (dl->aborted) in xchk_dirtree_find_paths_to_root()
974 if (dl->aborted) { in xchk_dirtree()
A Ddirtree.h150 bool aborted:1; member
/fs/xfs/
A Dxfs_log_cil.c745 bool aborted) in xlog_cil_ail_insert() argument
766 aborted); in xlog_cil_ail_insert()
789 if (aborted) { in xlog_cil_ail_insert()
813 if (aborted) { in xlog_cil_ail_insert()
A Dxfs_buf_item.c689 bool aborted = test_bit(XFS_LI_ABORTED, in xfs_buf_item_release() local
740 if (aborted || xlog_is_shutdown(lip->li_log)) { in xfs_buf_item_release()
/fs/fuse/
A Dcontrol.c41 fc->aborted = true; in fuse_conn_abort_write()
A Dfuse_i.h710 bool aborted; member
A Ddev.c1428 err = fc->aborted ? -ECONNABORTED : -ENODEV; in fuse_dev_do_read()
1484 err = fc->aborted ? -ECONNABORTED : -ENODEV; in fuse_dev_do_read()
A Ddev_uring.c1154 if (fc->aborted) in fuse_uring_cmd()
/fs/ext4/
A Dioctl.c889 bool aborted = false; in ext4_ioc_getfsmap() local
921 aborted = true; in ext4_ioc_getfsmap()
926 if (!aborted && info.gi_idx) { in ext4_ioc_getfsmap()
A Dsuper.c1270 int aborted = 0; in ext4_put_super() local
1296 aborted = is_journal_aborted(sbi->s_journal); in ext4_put_super()
1298 if ((err < 0) && !aborted) { in ext4_put_super()
1311 if (!aborted) { in ext4_put_super()
/fs/ceph/
A Dmds_client.c4011 bool aborted = false; in handle_forward() local
4041 aborted = true; in handle_forward()
4058 if (aborted) in handle_forward()

Completed in 782 milliseconds