Home
last modified time | relevance | path

Searched refs:error (Results 9001 - 9025 of 15055) sorted by relevance

1...<<361362363364365366367368369370>>...603

/kernel/linux/linux-5.10/fs/ceph/
H A Dcache.c101 /* all other fs ignore this error */ in ceph_fscache_register_fs()
208 static void ceph_readpage_from_fscache_complete(struct page *page, void *data, int error) in ceph_readpage_from_fscache_complete() argument
210 if (!error) in ceph_readpage_from_fscache_complete()
248 dout("%s: unknown error ret = %i\n", __func__, ret); in ceph_readpage_from_fscache()
277 dout("%s: unknown error ret = %i\n", __func__, ret); in ceph_readpages_from_fscache()
/kernel/linux/linux-5.10/fs/fscache/
H A Dcache.c246 goto error; in fscache_add_cache()
292 error: in fscache_add_cache()
304 * fscache_io_error - Note a cache I/O error
307 * Note that an I/O error occurred in a cache and that it should no longer be
308 * used for anything. This also reports the error into the kernel log.
316 pr_err("Cache '%s' stopped due to I/O error\n", in fscache_io_error()
/kernel/linux/linux-5.10/drivers/watchdog/
H A Dhpwdt.c247 goto error; in hpwdt_init_nmi_decoding()
264 error: in hpwdt_init_nmi_decoding()
/kernel/linux/linux-5.10/fs/afs/
H A Dxattr.c161 goto error; in afs_xattr_get_yfs()
216 error: in afs_xattr_get_yfs()
H A Ddynroot.c355 goto error; in afs_dynroot_populate()
363 error: in afs_dynroot_populate()
/kernel/linux/linux-5.10/fs/9p/
H A Dcache.c228 int error) in v9fs_vfs_readpage_complete()
230 if (!error) in v9fs_vfs_readpage_complete()
240 * 1 if the pages are not in cache and -error otherwise.
275 * 1 if the pages are not in cache and -error otherwise.
227 v9fs_vfs_readpage_complete(struct page *page, void *data, int error) v9fs_vfs_readpage_complete() argument
/kernel/linux/linux-5.10/lib/zstd/
H A Dfse_decompress.c75 #error "FSE_FUNCTION_EXTENSION must be defined"
78 #error "FSE_FUNCTION_TYPE must be defined"
324 return FSE_decompress_usingDTable(dst, dstCapacity, ip, cSrcSize, dt); /* always return, even if it is an error code */ in FSE_decompress_wksp()
/kernel/linux/linux-5.10/kernel/
H A Dcapability.c80 * array, or a negative value on error.
146 * Returns 0 on success and < 0 on error.
189 * An alternative would be to return an error here in SYSCALL_DEFINE2()
220 * Returns 0 on success and < 0 on error.
272 goto error; in SYSCALL_DEFINE2()
278 error: in SYSCALL_DEFINE2()
/kernel/linux/linux-5.10/net/ipv6/
H A Dxfrm6_policy.c45 err = dst->error; in xfrm6_dst_lookup()
46 if (dst->error) { in xfrm6_dst_lookup()
H A Dnetfilter.c44 err = dst->error; in ip6_route_me_harder()
108 err = result->error; in __nf_ip6_route()
/kernel/linux/linux-5.10/net/ipv6/netfilter/
H A Dnft_fib_ipv6.c85 route_err = rt->dst.error; in __nft_fib6_eval_type()
192 if (rt->dst.error) in nft_fib6_eval()
/kernel/linux/linux-5.10/net/l2tp/
H A Dl2tp_eth.c132 goto error; in l2tp_eth_dev_recv()
160 error: in l2tp_eth_dev_recv()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_dp_aux_dev.c312 goto error; in drm_dp_aux_register_devnode()
318 error: in drm_dp_aux_register_devnode()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dtegra.c129 goto error; in nvkm_device_tegra_probe_iommu()
167 error: in nvkm_device_tegra_probe_iommu()
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
H A Duvc_status.c43 goto error; in uvc_input_init()
48 error: in uvc_input_init()
111 "Stream %u error event %02x len %d.\n", in uvc_event_streaming()
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H A Dvp702x-fe.c328 goto error; in vp702x_fe_attach()
339 error: in vp702x_fe_attach()
/kernel/linux/linux-5.10/drivers/media/usb/tm6000/
H A Dtm6000-alsa.c364 goto error; in tm6000_audio_init()
395 error: in tm6000_audio_init()
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
H A Dvsp1_rpf.c372 goto error; in vsp1_rpf_create()
379 error: in vsp1_rpf_create()
H A Dvsp1_sru.c386 if (sru->ctrls.error) { in vsp1_sru_create()
388 ret = sru->ctrls.error; in vsp1_sru_create()
/kernel/linux/linux-5.10/drivers/media/radio/
H A Dradio-sf16fmi.c333 if (hdl->error) { in fmi_init()
334 res = hdl->error; in fmi_init()
H A Dradio-sf16fmr2.c192 if (tea->ctrl_handler.error) { in fmr2_tea_ext_init()
194 return tea->ctrl_handler.error; in fmr2_tea_ext_init()
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Dtv8532.c315 if (hdl->error) { in sd_init_controls()
317 return hdl->error; in sd_init_controls()
H A Dvicam.c79 pr_err("control msg req %02X error %d\n", request, ret); in vicam_control_msg()
299 if (hdl->error) { in sd_init_controls()
301 return hdl->error; in sd_init_controls()
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Dshpchp_core.c76 goto error; in init_slots()
108 ctrl_err(ctrl, "pci_hp_register failed with error %d\n", in init_slots()
126 error: in init_slots()
/kernel/linux/linux-5.10/drivers/gpu/drm/udl/
H A Dudl_main.c275 goto error; in udl_get_urb()
290 error: in udl_get_urb()
305 DRM_ERROR("usb_submit_urb error %x\n", ret); in udl_submit_urb()
319 drm_warn(dev, "buffer sharing not supported"); /* not an error */ in udl_init()

Completed in 21 milliseconds

1...<<361362363364365366367368369370>>...603