Searched refs:error (Results 701 - 725 of 4558) sorted by relevance

<<21222324252627282930>>

/linux-master/fs/xfs/libxfs/
H A Dxfs_btree_mem.c93 int error; local
95 error = xfs_buf_get(xfbt->target, xfbno_to_daddr(bno), XFBNO_BBSIZE,
97 if (error)
98 return error;
123 int error; local
148 error = xfbtree_init_leaf_block(mp, xfbt, ops);
149 if (error)
158 return error;
274 int error = 0; local
298 if (!error)
[all...]
H A Dxfs_parent.c196 int error; local
198 error = xfs_parent_iread_extents(tp, child);
199 if (error)
200 return error;
218 int error; local
220 error = xfs_parent_iread_extents(tp, child);
221 if (error)
222 return error;
242 int error; local
244 error
[all...]
H A Dxfs_dir2_node.c240 /* try read returns without an error or *bpp if it lands in a hole */
332 int error; local
335 error = xfs_da_get_buf(tp, dp, xfs_dir2_db_to_da(args->geo, fbno),
337 if (error)
338 return error;
410 int /* error */
416 int error; /* error return value */ local
435 if ((error = xfs_dir2_grow_inode(args, XFS_DIR2_FREE_SPACE, &fdb))) {
436 return error;
643 int error; /* error return value */ local
797 int error; /* error return value */ local
1244 int error; local
1352 int error; /* error return value */ local
1435 int error; /* error return value */ local
1503 int error; /* error return value */ local
1704 int error; local
1820 int error; local
1921 int error; /* error return value */ local
2020 int error; /* error return value */ local
2088 int error; /* error return value */ local
2141 int error; /* error return value */ local
2203 int error; /* error return value */ local
2296 int error; /* error return code */ local
[all...]
/linux-master/fs/ext2/
H A Dxattr.c192 * Returns a negative error number on failure, or the number of bytes
203 int error, not_found; local
216 error = -ENODATA;
221 error = -EIO;
232 error = -EIO;
254 error = -ENODATA;
261 error = -ERANGE;
268 error = size;
274 return error;
284 * Returns a negative error numbe
295 int error; local
414 int not_found = 1, error; local
711 int error; local
875 int error; local
[all...]
/linux-master/tools/perf/util/
H A Dparse-regs-options.c55 goto error;
64 goto error;
80 error:
/linux-master/drivers/input/serio/
H A Dxilinx_ps2.c84 * the data, otherwise it returns error.
117 dev_warn(drvdata->dev, "receive overrun error\n");
151 * Otherwise it returns error. Transmission fails only when nothing is connected
185 int error; local
188 error = request_irq(drvdata->irq, &xps2_interrupt, 0,
190 if (error) {
193 return error;
227 * value if there is an error.
237 int error; local
242 error
[all...]
/linux-master/fs/btrfs/
H A Dmessages.c14 * Characters to print to indicate error conditions or uncommon filesystem state.
15 * RO is not an error.
59 * Generally the error codes correspond to their respective errors, but there
67 * EROFS: If we check BTRFS_FS_STATE_ERROR and fail out with a return error, we
70 * over the error. Each subsequent error that doesn't have any context
71 * of the original error should use EROFS when handling BTRFS_FS_STATE_ERROR.
73 const char * __attribute_const__ btrfs_decode_error(int error) argument
77 switch (error) {
111 * Decodes expected errors from the caller and invokes the appropriate error
115 __btrfs_handle_fs_error(struct btrfs_fs_info *fs_info, const char *function, unsigned int line, int error, const char *fmt, ...) argument
288 __btrfs_panic(const struct btrfs_fs_info *fs_info, const char *function, unsigned int line, int error, const char *fmt, ...) argument
[all...]
/linux-master/fs/lockd/
H A Dclntxdr.c24 # error "NLM host name cannot be larger than XDR_MAX_NETOBJ!"
256 int error; local
270 error = decode_netobj(xdr, &lock->oh);
271 if (unlikely(error))
289 error = 0;
291 return error;
498 int error; local
500 error = decode_nlm_stat(xdr, &result->status);
501 if (unlikely(error))
504 error
514 int error; local
535 int error; local
[all...]
/linux-master/fs/xfs/
H A Dxfs_exchmaps_item.c101 * is either inserted in the AIL or aborted in the event of a log I/O error. In
104 * and commit the XMD or drop the XMD's reference in the event of error. Simply
300 int error; local
312 error = xfs_exchmaps_finish_one(tp, xmi);
313 if (error != -EAGAIN)
315 return error;
368 int error; local
377 error = xlog_recover_iget_handle(mp, xlf->xmi_inode1, xlf->xmi_igen1,
379 if (error) {
382 return ERR_PTR(error);
434 int error = 0; local
[all...]
/linux-master/drivers/md/
H A Ddm-flakey.c72 r = dm_read_arg_group(_args, as, &argc, &ti->error);
81 ti->error = "Insufficient feature arguments";
90 ti->error = "Feature error_reads duplicated";
101 ti->error = "Feature drop_writes duplicated";
104 ti->error = "Feature drop_writes conflicts with feature error_writes";
116 ti->error = "Feature error_writes duplicated";
120 ti->error = "Feature error_writes conflicts with feature drop_writes";
132 ti->error = "Feature corrupt_bio_byte requires parameters";
136 r = dm_read_arg(_args + 1, as, &fc->corrupt_bio_byte, &ti->error);
150 ti->error
553 flakey_end_io(struct dm_target *ti, struct bio *bio, blk_status_t *error) argument
[all...]
/linux-master/arch/alpha/kernel/
H A Dtraps.c380 long error, tmp1, tmp2, tmp3, tmp4; local
403 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2)
405 if (error)
419 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2)
421 if (error)
435 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2)
437 if (error)
462 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2),
465 if (error)
486 : "=r"(error), "
670 long error; local
[all...]
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_guest.c256 * an error code otherwise.
585 int error; local
589 error = pcim_enable_device(pdev);
590 if (error) {
592 "Failed to enable VMCI device: %d\n", error);
593 return error;
616 error = pcim_iomap_regions(pdev, BIT(0), KBUILD_MODNAME);
617 if (error) {
619 return error;
628 error
[all...]
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_msgs.c39 inst->error = HFI_ERR_NONE;
46 inst->error = HFI_ERR_SESSION_INVALID_PARAMETER;
54 inst->error = HFI_ERR_SESSION_INSUFFICIENT_RESOURCES;
145 inst->error = HFI_ERR_NONE;
154 "sys error (session id:%x, data1:%x, data2:%x)\n",
167 dev_dbg(dev, VDBGH "session error: event id:%x, session id:%x\n",
179 inst->error = HFI_ERR_NONE;
182 dev_err(dev, "session error: event id:%x (%x), session id:%x\n",
186 inst->error = pkt->event_data1;
225 u32 error; local
417 unsigned int error = HFI_ERR_NONE; local
452 u32 error; local
509 unsigned int error; local
[all...]
/linux-master/kernel/power/
H A Dmain.c188 int error; local
190 error = pm_autosleep_lock();
191 if (error)
192 return error;
195 error = -EBUSY;
203 error = -EINVAL;
207 return error ? error : n;
283 int error = -EINVAL; local
297 error
719 int error; local
793 int error; local
846 int error; local
874 int error = pm_wake_lock(buf); local
891 int error = pm_wake_unlock(buf); local
1020 int error = pm_start_workqueue(); local
[all...]
/linux-master/fs/reiserfs/
H A Dxattr_acl.c24 int error, error2; local
41 error = journal_begin(&th, inode->i_sb, jcreate_blocks);
43 if (error == 0) {
45 error = posix_acl_update_mode(&nop_mnt_idmap, inode,
47 if (error)
51 error = __reiserfs_set_acl(&th, inode, type, acl);
52 if (!error && update_mode)
59 error = error2;
62 return error;
256 int error; local
[all...]
/linux-master/drivers/pmdomain/renesas/
H A Drcar-gen4-sysc.c223 int error; local
271 error = pm_genpd_init(genpd, &simple_qos_governor, false);
272 if (error)
273 pr_err("Failed to init PM domain %s: %d\n", name, error);
275 return error;
309 int error; local
320 error = -ENOMEM;
328 error = -ENOMEM;
349 error = -ENOMEM;
358 error
[all...]
/linux-master/fs/nfs/
H A Dclient.c281 int error; local
294 error = nfs_wait_client_init_complete(clp);
297 if (error < 0)
298 return ERR_PTR(error);
377 int error; local
379 error = nfs_wait_client_init_complete(clp);
380 if (error < 0) {
386 error = clp->cl_cons_state;
388 return ERR_PTR(error);
647 int error; local
689 int error; local
843 int error; local
891 int error; local
1054 int error; local
1121 int error; local
[all...]
H A Dnfs4namespace.c363 * nfs_follow_referral - set up mountpoint when hitting a referral on moved error
372 int loc, error; local
380 error = nfs4_validate_fspath(ctx->clone_data.dentry, locations, ctx);
381 if (error < 0)
382 return error;
384 error = -ENOENT;
392 error = try_location(fc, location);
393 if (error == 0)
397 return error;
491 int error; local
545 int loc, error; local
[all...]
/linux-master/drivers/w1/slaves/
H A Dw1_ds28e17.c135 /* Check error conditions. */
154 int error; local
179 /* Check error conditions. */
180 error = w1_f19_error(sl, w1_buf);
181 if (error < 0)
182 return error;
266 int error; local
290 /* Check error conditions. */
291 error = w1_f19_error(sl, w1_buf);
292 if (error <
305 int error; local
593 int error; local
[all...]
/linux-master/fs/dlm/
H A Dmember.c312 int error; local
317 error = dlm_lowcomms_connect_node(nodeid);
318 if (error < 0)
319 return error;
328 int error; local
338 error = add_remote_member(node->nodeid);
339 if (error < 0) {
341 return error;
455 int error = 0; local
459 error
483 int error; local
552 int i, error, neg = 0, low = -1; local
714 int error, count; local
[all...]
/linux-master/drivers/input/touchscreen/
H A Dauo-pixcir-ts.c490 int error; local
549 error = PTR_ERR_OR_ZERO(ts->gpio_int);
550 if (error) {
552 "request of int gpio failed: %d\n", error);
553 return error;
561 error = PTR_ERR_OR_ZERO(ts->gpio_rst);
562 if (error) {
564 "request of reset gpio failed: %d\n", error);
565 return error;
570 error
[all...]
H A Dtsc2007_iio.c110 int error; local
127 error = devm_iio_device_register(&ts->client->dev, indio_dev);
128 if (error) {
130 "iio_device_register() failed: %d\n", error);
131 return error;
/linux-master/arch/nios2/boot/compressed/
H A Dmisc.c55 # define Assert(cond, msg) {if (!(cond)) error(msg); }
71 static void error(char *m);
82 static void error(char *m);
121 error("ran out of input data");
151 static void error(char *x) function
/linux-master/arch/powerpc/include/asm/
H A Dhead-64.h125 .error "Fixed section exception vector misalignment"; \
128 .error "Fixed section exception vector bad size"; \
131 .error "Fixed section underflow"; \
140 .error "Fixed section overflow"; \
144 .error "Fixed entry overflow"; \
/linux-master/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_dec.c31 int error; local
97 error = ctx->current_codec->setup(ctx, &run);
98 if (error)
100 "Failed to setup decoding job: %d\n", error);
108 if (!error) {

Completed in 229 milliseconds

<<21222324252627282930>>