Home
last modified time | relevance | path

Searched refs:last_error (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_discard.c161 int error, last_error = 0; in xfs_ioc_trim() local
205 last_error = error; in xfs_ioc_trim()
211 if (last_error) in xfs_ioc_trim()
212 return last_error; in xfs_ioc_trim()
H A Dxfs_icache.c781 int last_error = 0; in xfs_inode_walk_ag() local
857 if (error && last_error != -EFSCORRUPTED) in xfs_inode_walk_ag()
858 last_error = error; in xfs_inode_walk_ag()
873 return last_error; in xfs_inode_walk_ag()
902 int last_error = 0; in xfs_inode_walk() local
911 last_error = error; in xfs_inode_walk()
916 return last_error; in xfs_inode_walk()
H A Dxfs_qm.c57 int last_error = 0; in xfs_qm_dquot_walk() local
89 if (error && last_error != -EFSCORRUPTED) in xfs_qm_dquot_walk()
90 last_error = error; in xfs_qm_dquot_walk()
96 if (last_error == -EFSCORRUPTED) { in xfs_qm_dquot_walk()
110 return last_error; in xfs_qm_dquot_walk()
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Di2c-cdns.c156 unsigned int last_error, current_error; in cdns_i2c_calc_divs() local
168 last_error = -1; in cdns_i2c_calc_divs()
184 if (last_error > current_error) { in cdns_i2c_calc_divs()
188 last_error = current_error; in cdns_i2c_calc_divs()
/OK3568_Linux_fs/kernel/security/apparmor/include/
H A Dlabel.h137 #define last_error(E, FN) \ macro
185 last_error(__E, (FN)); \
225 last_error(__E, (FN)); \
236 last_error(__E, (FN)); \
249 last_error(__E, (FN)); \
/OK3568_Linux_fs/kernel/include/linux/
H A Dlp.h59 unsigned int last_error; member
/OK3568_Linux_fs/kernel/drivers/crypto/nx/
H A Dnx_debugfs.c55 root, &drv->stats.last_error.counter); in nx_debugfs_init()
H A Dnx.h72 atomic_t last_error; member
H A Dnx.c57 atomic_set(&(nx_ctx->stats->last_error), op->hcall_err); in nx_hcall_sync()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-cadence.c966 unsigned int last_error, current_error; in cdns_i2c_calc_divs() local
978 last_error = -1; in cdns_i2c_calc_divs()
994 if (last_error > current_error) { in cdns_i2c_calc_divs()
998 last_error = current_error; in cdns_i2c_calc_divs()
/OK3568_Linux_fs/kernel/drivers/hwmon/occ/
H A Dcommon.h111 int last_error; /* latest transfer error */ member
H A Dcommon.c144 occ->last_error = rc; in occ_poll()
153 occ->last_error = 0; in occ_poll()
216 rc = occ->last_error; in occ_update_response()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Ddebugfs-pfo-nx-crypto17 last_error:
/OK3568_Linux_fs/kernel/drivers/char/
H A Dlp.c242 unsigned int last = lp_table[minor].last_error; in lp_check_status()
270 lp_table[minor].last_error = last; in lp_check_status()
1040 lp_table[i].last_error = 0; in lp_init()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Dprocfs.c45 seq_printf(p, "\tlast_error : %d\n", stat->last_error); in crypto_show_stat()
H A Drk_crypto_core.h62 int last_error; member
H A Drk_crypto_core.c349 rk_dev->stat.last_error = err; in rk_complete_op()
/OK3568_Linux_fs/kernel/drivers/dma/
H A Ddmatest.c142 int last_error; member
1192 ret = info->last_error; in dmatest_run_set()
1275 info->last_error = ret; in dmatest_chan_set()
1282 info->last_error = ret; in dmatest_chan_set()
/OK3568_Linux_fs/kernel/net/ceph/
H A Dosd_client.c2966 lwork->error.err = lreq->last_error; in queue_watch_error()
3043 lreq, lreq->linger_id, req->r_result, lreq->last_error); in linger_reconnect_cb()
3045 if (!lreq->last_error) { in linger_reconnect_cb()
3046 lreq->last_error = normalize_watch_error(req->r_result); in linger_reconnect_cb()
3126 lreq->last_error); in linger_ping_cb()
3130 } else if (!lreq->last_error) { in linger_ping_cb()
3131 lreq->last_error = normalize_watch_error(req->r_result); in linger_ping_cb()
3401 if (lreq->is_watch && lreq->committed && !lreq->last_error) in handle_timeout()
4521 if (!lreq->last_error) { in handle_watch_notify()
4522 lreq->last_error = -ENOTCONN; in handle_watch_notify()
[all …]
H A Ddebugfs.c257 lreq->last_error); in dump_linger_request()
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dosd_client.h281 int last_error; member
/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dindirect.c167 unsigned int last_error = GetLastError(); in glxWinErrorMessage() local
171 FORMAT_MESSAGE_MAX_WIDTH_MASK, NULL, last_error, 0, in glxWinErrorMessage()
180 sprintf(errorbuffer + strlen(errorbuffer), " (%08x)", last_error); in glxWinErrorMessage()
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dzatm.c437 static int last_error = 0; in poll_rx() local
439 if (error != last_error || in poll_rx()
444 last_error = error; in poll_rx()
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dfile.c578 last_error(error, aa_sock_file_perm(flabel, op, request, sock)); in __file_sock_perm()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dgdth.h361 u32 last_error; /* sense key or drive state */ member