Searched refs:aborted (Results 1 – 22 of 22) sorted by relevance
| /fs/afs/ |
| A D | misc.c | 146 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 D | fs_operation.c | 309 } 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 D | dir.c | 735 .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 D | file.c | 232 .aborted = afs_fetch_data_aborted, 254 else if (op->cumul_error.aborted) in afs_end_read()
|
| A D | dir_silly.c | 183 .aborted = afs_check_for_remote_deletion,
|
| A D | internal.h | 784 bool aborted; /* T if ->error is from an abort */ member 833 void (*aborted)(struct afs_operation *op); member
|
| A D | flock.c | 185 .aborted = afs_check_for_remote_deletion,
|
| A D | inode.c | 444 .aborted = afs_check_for_remote_deletion,
|
| /fs/btrfs/ |
| A D | transaction.h | 73 int aborted; member 160 short aborted; member 177 #define TRANS_ABORTED(trans) (unlikely(READ_ONCE((trans)->aborted)))
|
| A D | transaction.c | 283 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 D | space-info.c | 1092 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 D | dirtree.c | 711 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 D | dirtree.h | 150 bool aborted:1; member
|
| /fs/xfs/ |
| A D | xfs_log_cil.c | 745 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 D | xfs_buf_item.c | 689 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 D | control.c | 41 fc->aborted = true; in fuse_conn_abort_write()
|
| A D | fuse_i.h | 710 bool aborted; member
|
| A D | dev.c | 1428 err = fc->aborted ? -ECONNABORTED : -ENODEV; in fuse_dev_do_read() 1484 err = fc->aborted ? -ECONNABORTED : -ENODEV; in fuse_dev_do_read()
|
| A D | dev_uring.c | 1154 if (fc->aborted) in fuse_uring_cmd()
|
| /fs/ext4/ |
| A D | ioctl.c | 889 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 D | super.c | 1270 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 D | mds_client.c | 4011 bool aborted = false; in handle_forward() local 4041 aborted = true; in handle_forward() 4058 if (aborted) in handle_forward()
|
Completed in 77 milliseconds