/linux/fs/xfs/ |
H A D | xfs_discard.c | 414 int last_error = 0, error; in xfs_trim_datadev_extents() local 431 last_error = error; in xfs_trim_datadev_extents() 440 return last_error; in xfs_trim_datadev_extents() 770 int last_error = 0, error; in xfs_trim_rtdev_extents() local 804 last_error = error; in xfs_trim_rtdev_extents() 813 return last_error; in xfs_trim_rtdev_extents() 843 int error, last_error = 0; in xfs_ioc_trim() local 889 last_error = error; in xfs_ioc_trim() 895 last_error = error; in xfs_ioc_trim() 898 if (last_error) in xfs_ioc_trim() [all …]
|
H A D | xfs_icache.c | 1747 int last_error = 0; in xfs_icwalk_ag() local 1817 if (error && last_error != -EFSCORRUPTED) in xfs_icwalk_ag() 1818 last_error = error; in xfs_icwalk_ag() 1844 return last_error; in xfs_icwalk_ag() 1856 int last_error = 0; in xfs_icwalk() local 1861 last_error = error; in xfs_icwalk() 1868 return last_error; in xfs_icwalk()
|
H A D | xfs_qm.c | 63 int last_error = 0; in xfs_qm_dquot_walk() local 95 if (error && last_error != -EFSCORRUPTED) in xfs_qm_dquot_walk() 96 last_error = error; in xfs_qm_dquot_walk() 102 if (last_error == -EFSCORRUPTED) { in xfs_qm_dquot_walk() 116 return last_error; in xfs_qm_dquot_walk()
|
/linux/include/linux/ |
H A D | lp.h | 59 unsigned int last_error; member
|
/linux/drivers/crypto/nx/ |
H A D | nx_debugfs.c | 55 root, &drv->stats.last_error.counter); in nx_debugfs_init()
|
H A D | nx.h | 72 atomic_t last_error; member
|
H A D | nx.c | 57 atomic_set(&(nx_ctx->stats->last_error), op->hcall_err); in nx_hcall_sync()
|
/linux/drivers/hwmon/occ/ |
H A D | common.h | 112 int last_error; /* latest transfer error */ member
|
H A D | common.c | 151 occ->last_error = rc; in occ_poll() 160 occ->last_error = 0; in occ_poll() 222 rc = occ->last_error; in occ_update_response()
|
/linux/Documentation/ABI/testing/ |
H A D | debugfs-pfo-nx-crypto | 17 last_error:
|
/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-trans.c | 23 time64_t last_error; member 66 data->last_error = ktime_get_boottime_seconds(); in iwl_trans_inc_restart_count() 128 if (ktime_get_boottime_seconds() - data->last_error >= in iwl_trans_determine_restart_mode()
|
/linux/drivers/char/ |
H A D | lp.c | 244 unsigned int last = lp_table[minor].last_error; in lp_check_status() 272 lp_table[minor].last_error = last; in lp_check_status() 1040 lp_table[i].last_error = 0; in lp_init()
|
/linux/drivers/dma/ |
H A D | dmatest.c | 147 int last_error; member 1209 ret = info->last_error; in dmatest_run_set() 1292 info->last_error = ret; in dmatest_chan_set() 1299 info->last_error = ret; in dmatest_chan_set()
|
/linux/fs/afs/ |
H A D | vl_rotate.c | 117 WRITE_ONCE(alist->addrs[vc->addr_index].last_error, error); in afs_select_vlserver()
|
H A D | fs_probe.c | 150 WRITE_ONCE(addr->last_error, ret); in afs_fileserver_probe_result()
|
H A D | rotate.c | 179 WRITE_ONCE(op->estate->addresses->addrs[op->addr_index].last_error, error); in afs_select_fileserver()
|
H A D | proc.c | 471 addr->last_error, addr->prio); in afs_proc_servers_show()
|
H A D | internal.h | 100 short last_error; /* Last error from this address */ member
|
/linux/net/ceph/ |
H A D | osd_client.c | 3055 lwork->error.err = lreq->last_error; in queue_watch_error() 3132 lreq, lreq->linger_id, req->r_result, lreq->last_error); in linger_reconnect_cb() 3134 if (!lreq->last_error) { in linger_reconnect_cb() 3135 lreq->last_error = normalize_watch_error(req->r_result); in linger_reconnect_cb() 3215 lreq->last_error); in linger_ping_cb() 3219 } else if (!lreq->last_error) { in linger_ping_cb() 3220 lreq->last_error = normalize_watch_error(req->r_result); in linger_ping_cb() 3497 if (lreq->is_watch && lreq->committed && !lreq->last_error) in handle_timeout() 4620 if (!lreq->last_error) { in handle_watch_notify() 4621 lreq->last_error = -ENOTCONN; in handle_watch_notify()
|
H A D | debugfs.c | 257 lreq->last_error); in dump_linger_request()
|
/linux/include/linux/ceph/ |
H A D | osd_client.h | 339 int last_error; member
|
/linux/security/apparmor/ |
H A D | file.c | 551 last_error(error, aa_sock_file_perm(subj_cred, flabel, op, in __file_sock_perm()
|