Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hardware/eicon/
Ddivasi.c42 int aborted; member
235 if (p_os->aborted) { in um_idi_read()
291 p_os->aborted = 0; in um_idi_open_adapter()
324 if (p_os->aborted) { in um_idi_write()
366 || p_os->aborted) { in um_idi_poll()
372 if (p_os->aborted) { in um_idi_poll()
450 p_os->aborted = 1; in diva_um_timer_function()
479 if (!divas_um_idi_entity_assigned(entity) || p_os->aborted) { in remove_entity()
501 || p_os->aborted) { in remove_entity()
518 || p_os->aborted) { in remove_entity()
[all …]
/linux-4.19.296/include/net/
Dstrparser.h72 u32 aborted : 1; member
112 if (strp->aborted) in save_strp_stats()
Dcfg80211.h1699 bool aborted; member
/linux-4.19.296/fs/btrfs/
Dtransaction.c186 if (cur_trans->aborted) { in join_transaction()
188 return cur_trans->aborted; in join_transaction()
286 cur_trans->aborted = 0; in join_transaction()
406 !trans->aborted); in is_transaction_blocked()
425 cur_trans->aborted); in wait_current_trans()
918 if (trans->aborted || in __btrfs_end_transaction()
1780 trans->state >= TRANS_STATE_COMMIT_START || trans->aborted); in wait_current_trans_commit_start()
1792 trans->state >= TRANS_STATE_UNBLOCKED || trans->aborted); in wait_current_trans_commit_start_and_unblock()
1966 if (unlikely(READ_ONCE(cur_trans->aborted))) { in btrfs_commit_transaction()
1967 ret = cur_trans->aborted; in btrfs_commit_transaction()
[all …]
Dtransaction.h48 int aborted; member
122 short aborted; member
Dsuper.c241 trans->aborted = errno; in __btrfs_abort_transaction()
253 WRITE_ONCE(trans->transaction->aborted, errno); in __btrfs_abort_transaction()
Dextent-tree.c2240 if (trans->aborted) in run_delayed_extent_op()
2360 if (trans->aborted) { in run_one_delayed_ref()
2927 if (trans->aborted) in btrfs_run_delayed_refs()
3348 if (trans->aborted) in cache_save_setup()
6628 while (!trans->aborted) { in btrfs_finish_extent_commit()
6660 if (!trans->aborted) in btrfs_finish_extent_commit()
Ddelayed-inode.c1156 if (trans->aborted) in __btrfs_run_delayed_items()
/linux-4.19.296/fs/xfs/
Dxfs_buf_item.c546 bool aborted; in xfs_buf_item_put() local
559 aborted = test_bit(XFS_LI_ABORTED, &lip->li_flags) || in xfs_buf_item_put()
562 if (dirty && !aborted) in xfs_buf_item_put()
571 if (aborted) in xfs_buf_item_put()
Dxfs_trans_priv.h24 xfs_lsn_t commit_lsn, int aborted);
Dxfs_log.c60 int aborted,
1257 int aborted = 0; in xlog_iodone() local
1277 aborted = XFS_LI_ABORTED; in xlog_iodone()
1279 aborted = XFS_LI_ABORTED; in xlog_iodone()
1284 xlog_state_done_syncing(iclog, aborted); in xlog_iodone()
2701 int aborted, in xlog_state_do_callback() argument
2843 cb->cb_func(cb->cb_arg, aborted); in xlog_state_do_callback()
2938 int aborted) in xlog_state_done_syncing() argument
2971 xlog_state_do_callback(log, aborted, iclog); /* also cleans log */ in xlog_state_done_syncing()
Dxfs_trans.c836 int aborted) in xfs_trans_committed_bulk() argument
853 if (aborted) in xfs_trans_committed_bulk()
865 if (aborted) { in xfs_trans_committed_bulk()
Dxfs_ioctl.c1655 bool aborted = false; in xfs_ioc_getfsmap() local
1680 aborted = true; in xfs_ioc_getfsmap()
1685 if (!aborted && info.idx) { in xfs_ioc_getfsmap()
/linux-4.19.296/fs/ext4/
Dioctl.c637 bool aborted = false; in ext4_ioc_getfsmap() local
670 aborted = true; in ext4_ioc_getfsmap()
675 if (!aborted && info.gi_idx) { in ext4_ioc_getfsmap()
Dsuper.c979 int aborted = 0; in ext4_put_super() local
988 aborted = is_journal_aborted(sbi->s_journal); in ext4_put_super()
991 if ((err < 0) && !aborted) in ext4_put_super()
1002 if (!sb_rdonly(sb) && !aborted) { in ext4_put_super()
/linux-4.19.296/fs/fuse/
Dfuse_i.h530 bool aborted; member
Ddev.c1293 err = (fc->aborted && fc->abort_err) ? -ECONNABORTED : -ENODEV; in fuse_dev_do_read()
1349 err = (fc->aborted && fc->abort_err) ? -ECONNABORTED : -ENODEV; in fuse_dev_do_read()
2169 fc->aborted = is_abort; in fuse_abort_conn()