Home
last modified time | relevance | path

Searched refs:ENOENT (Results 1 – 200 of 1752) sorted by relevance

123456789

/linux-4.4.14/samples/bpf/
Dtest_maps.c50 assert(bpf_lookup_elem(map_fd, &key, &value) == -1 && errno == ENOENT); in test_hashmap_sanity()
55 errno == ENOENT); in test_hashmap_sanity()
68 assert(bpf_delete_elem(map_fd, &key) == -1 && errno == ENOENT); in test_hashmap_sanity()
76 errno == ENOENT); in test_hashmap_sanity()
83 assert(bpf_delete_elem(map_fd, &key) == -1 && errno == ENOENT); in test_hashmap_sanity()
88 errno == ENOENT); in test_hashmap_sanity()
128 assert(bpf_lookup_elem(map_fd, &key, &value) == -1 && errno == ENOENT); in test_arraymap_sanity()
136 errno == ENOENT); in test_arraymap_sanity()
175 assert(bpf_get_next_key(map_fd, &key, &key) == -1 && errno == ENOENT); in test_map_large()
180 assert(bpf_lookup_elem(map_fd, &key, &value) == -1 && errno == ENOENT); in test_map_large()
[all …]
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddisplay-sysfs.c85 return -ENOENT; in display_tear_store()
103 return -ENOENT; in display_timings_show()
120 return -ENOENT; in display_timings_store()
155 return -ENOENT; in display_rotate_show()
166 return -ENOENT; in display_rotate_store()
183 return -ENOENT; in display_mirror_show()
195 return -ENOENT; in display_mirror_store()
213 return -ENOENT; in display_wss_show()
227 return -ENOENT; in display_wss_store()
290 return -ENOENT; in display_attr_show()
[all …]
/linux-4.4.14/net/9p/
Derror.c60 {"No such file or directory", ENOENT},
61 {"directory entry not found", ENOENT},
62 {"file not found", ENOENT},
138 {"file does not exist", ENOENT},
169 {"illegal path element", ENOENT},
175 {"directory entry is not allocated", ENOENT},
/linux-4.4.14/drivers/char/hw_random/
Docteon-rng.c77 return -ENOENT; in octeon_rng_probe()
81 return -ENOENT; in octeon_rng_probe()
88 return -ENOENT; in octeon_rng_probe()
94 return -ENOENT; in octeon_rng_probe()
101 return -ENOENT; in octeon_rng_probe()
/linux-4.4.14/arch/powerpc/platforms/44x/
Dwarp.c78 return -ENOENT; in warp_post_info()
83 return -ENOENT; in warp_post_info()
180 return -ENOENT; in pika_setup_leds()
242 return -ENOENT; in pika_dtm_thread()
247 return -ENOENT; in pika_dtm_thread()
283 return -ENOENT; in pika_dtm_start()
288 return -ENOENT; in pika_dtm_start()
/linux-4.4.14/tools/testing/selftests/memfd/
Dfuse_mnt.c38 return -ENOENT; in memfd_getattr()
51 return -ENOENT; in memfd_readdir()
63 return -ENOENT; in memfd_open()
83 return -ENOENT; in memfd_read()
/linux-4.4.14/tools/perf/util/
Ddwarf-aux.c96 return *lineno ?: -ENOENT; in cu_find_lineinfo()
116 int ret = -ENOENT; in cu_walk_functions_at()
175 return -ENOENT; in die_get_call_lineno()
245 return -ENOENT; in die_get_attr_udata()
258 return -ENOENT; in die_get_attr_sdata()
327 return -ENOENT; in die_get_data_member_location()
333 return -ENOENT; in die_get_data_member_location()
353 return -ENOENT; in die_get_call_fileno()
364 return -ENOENT; in die_get_decl_fileno()
629 .retval = -ENOENT, in die_walk_instances()
[all …]
Dprobe-finder.c92 return -ENOENT; in debuginfo__init_offline_dwarf()
194 return -ENOENT; in convert_variable_location()
201 return -ENOENT; in convert_variable_location()
206 return -ENOENT; in convert_variable_location()
216 return -ENOENT; in convert_variable_location()
221 return -ENOENT; in convert_variable_location()
314 return -ENOENT; in convert_variable_type()
323 return -ENOENT; in convert_variable_type()
341 return -ENOENT; in convert_variable_type()
406 return -ENOENT; in convert_variable_fields()
[all …]
Dprobe-file.c36 if (err == -ENOENT) { in print_open_warning()
60 else if (kerr == -ENOENT && uerr == -ENOENT) in print_both_open_warning()
275 int ret = -ENOENT; in probe_file__get_events()
282 return -ENOENT; in probe_file__get_events()
Dprobe-event.c154 return -ENOENT; in kernel_get_symbol_address_by_name()
287 return -ENOENT; in kernel_get_module_dso()
317 int ret = -ENOENT; in find_alternative_probe_point()
336 ret = -ENOENT; in find_alternative_probe_point()
345 ret = (!ret) ? -ENOENT : ret; in find_alternative_probe_point()
482 int fd, ret = -ENOENT; in get_text_start_address()
515 int ret = -ENOENT; in find_perf_probe_point_from_dwarf()
544 ret = -ENOENT; in find_perf_probe_point_from_dwarf()
552 return ret ? : -ENOENT; in find_perf_probe_point_from_dwarf()
674 return -ENOENT; in try_to_find_probe_trace_events()
[all …]
Dllvm-utils.c77 ret = -ENOENT; in search_program()
250 return -ENOENT; in detect_kbuild_dir()
352 return -ENOENT; in llvm__compile_bpf()
/linux-4.4.14/arch/arm/kvm/
Dcoproc.c697 return -ENOENT; in get_invariant_cp15()
701 return -ENOENT; in get_invariant_cp15()
703 ret = -ENOENT; in get_invariant_cp15()
722 return -ENOENT; in set_invariant_cp15()
725 return -ENOENT; in set_invariant_cp15()
727 err = -ENOENT; in set_invariant_cp15()
798 return -ENOENT; in demux_c15_get()
803 return -ENOENT; in demux_c15_get()
807 return -ENOENT; in demux_c15_get()
811 return -ENOENT; in demux_c15_get()
[all …]
Dguest.c56 return -ENOENT; in get_core_reg()
61 return -ENOENT; in get_core_reg()
73 return -ENOENT; in set_core_reg()
78 return -ENOENT; in set_core_reg()
/linux-4.4.14/net/netlabel/
Dnetlabel_kapi.c343 return -ENOENT; in netlbl_cfg_cipsov4_map_add()
489 return -ENOENT; in netlbl_catmap_walk()
514 return -ENOENT; in netlbl_catmap_walk()
520 return -ENOENT; in netlbl_catmap_walk()
545 return -ENOENT; in netlbl_catmap_walkrng()
579 return -ENOENT; in netlbl_catmap_walkrng()
779 ret_val = -ENOENT; in netlbl_sock_setattr()
797 ret_val = -ENOENT; in netlbl_sock_setattr()
890 ret_val = -ENOENT; in netlbl_conn_setattr()
905 ret_val = -ENOENT; in netlbl_conn_setattr()
[all …]
Dnetlabel_domainhash.c511 return -ENOENT; in netlbl_domhsh_remove_entry()
521 ret_val = -ENOENT; in netlbl_domhsh_remove_entry()
622 return -ENOENT; in netlbl_domhsh_remove_af4()
762 int ret_val = -ENOENT; in netlbl_domhsh_walk()
/linux-4.4.14/fs/btrfs/
Duuid-tree.c46 ret = -ENOENT; in btrfs_uuid_tree_lookup()
61 ret = -ENOENT; in btrfs_uuid_tree_lookup()
69 ret = -ENOENT; in btrfs_uuid_tree_lookup()
106 if (ret != -ENOENT) in btrfs_uuid_tree_add()
192 ret = -ENOENT; in btrfs_uuid_tree_rem()
203 ret = -ENOENT; in btrfs_uuid_tree_rem()
217 ret = -ENOENT; in btrfs_uuid_tree_rem()
333 if (ret < 0 && ret != -ENOENT) in btrfs_uuid_tree_iterate()
Dbackref.c367 ret = -ENOENT; in __resolve_indirect_ref()
463 if (err == -ENOENT) { in __resolve_indirect_refs()
1178 if (ret < 0 && ret != -ENOENT) {
1221 if (ret < 0 && ret != -ENOENT) {
1296 if (ret < 0 && ret != -ENOENT)
1350 ret = -ENOENT;
1364 ret = -ENOENT;
1427 ret = -ENOENT;
1498 ret = -ENOENT;
1510 return -ENOENT;
[all …]
Dinode-item.c149 ret = -ENOENT; in btrfs_del_inode_extref()
160 btrfs_std_error(root->fs_info, -ENOENT, NULL); in btrfs_del_inode_extref()
222 ret = -ENOENT; in btrfs_del_inode_ref()
229 ret = -ENOENT; in btrfs_del_inode_ref()
Dexport.c185 ret = -ENOENT; in btrfs_get_parent()
194 ret = -ENOENT; in btrfs_get_parent()
269 return -ENOENT; in btrfs_get_name()
Dorphan.c62 ret = -ENOENT; in btrfs_del_orphan_item()
/linux-4.4.14/fs/btrfs/tests/
Dfree-space-tests.c516 return -ENOENT; in test_steal_space_from_bitmap_to_extent()
521 return -ENOENT; in test_steal_space_from_bitmap_to_extent()
567 return -ENOENT; in test_steal_space_from_bitmap_to_extent()
614 return -ENOENT; in test_steal_space_from_bitmap_to_extent()
643 return -ENOENT; in test_steal_space_from_bitmap_to_extent()
732 return -ENOENT; in test_steal_space_from_bitmap_to_extent()
737 return -ENOENT; in test_steal_space_from_bitmap_to_extent()
775 return -ENOENT; in test_steal_space_from_bitmap_to_extent()
811 return -ENOENT; in test_steal_space_from_bitmap_to_extent()
840 return -ENOENT; in test_steal_space_from_bitmap_to_extent()
/linux-4.4.14/fs/afs/
Dmisc.c32 case VNOVNODE: return -ENOENT; in afs_abort_to_error()
36 case VOFFLINE: return -ENOENT; in afs_abort_to_error()
45 case 0x2f6df01: return -ENOENT; in afs_abort_to_error()
Dvlclient.c38 case AFSVL_NOREPSERVER: return -ENOENT; in afs_vl_abort_to_error()
40 case AFSVL_RWNOTFOUND: return -ENOENT; in afs_vl_abort_to_error()
/linux-4.4.14/fs/hfsplus/
Dpart_tbl.c88 return -ENOENT; in hfs_parse_old_pmap()
109 return -ENOENT; in hfs_parse_new_pmap()
121 return -ENOENT; in hfs_parse_new_pmap()
151 res = -ENOENT; in hfs_part_find()
Dattributes.c240 if (err != -ENOENT) { in hfsplus_create_attr()
271 return -ENOENT; in __hfsplus_delete_attr()
286 return -ENOENT; in __hfsplus_delete_attr()
358 if (err != -ENOENT) in hfsplus_delete_all_attrs()
Dbfind.c124 res = -ENOENT; in __hfs_brec_find()
177 return -ENOENT; in hfs_brec_find()
247 res = -ENOENT; in hfs_brec_goto()
265 res = -ENOENT; in hfs_brec_goto()
/linux-4.4.14/fs/nilfs2/
Ddirect.c54 return -ENOENT; in nilfs_direct_lookup()
57 return -ENOENT; in nilfs_direct_lookup()
73 return -ENOENT; in nilfs_direct_lookup_contig()
76 return -ENOENT; in nilfs_direct_lookup_contig()
126 return -ENOENT; in nilfs_direct_insert()
162 return -ENOENT; in nilfs_direct_delete()
188 return -ENOENT; in nilfs_direct_seek_key()
202 return -ENOENT; in nilfs_direct_last_key()
Dcpfile.c182 return -ENOENT; in nilfs_cpfile_find_checkpoint_block()
256 ret = -ENOENT; in nilfs_cpfile_get_checkpoint()
355 if (ret != -ENOENT) in nilfs_cpfile_delete_checkpoints()
448 return -ENOENT; /* checkpoint number 0 is invalid */ in nilfs_cpfile_do_get_cpinfo()
455 if (likely(ret == -ENOENT)) in nilfs_cpfile_do_get_cpinfo()
521 if (ret == -ENOENT) in nilfs_cpfile_do_get_ssinfo()
546 WARN_ON(ret == -ENOENT); in nilfs_cpfile_do_get_ssinfo()
600 return -ENOENT; in nilfs_cpfile_delete_checkpoint()
639 return -ENOENT; /* checkpoint number 0 is invalid */ in nilfs_cpfile_set_snapshot()
648 ret = -ENOENT; in nilfs_cpfile_set_snapshot()
[all …]
Dmdt.c258 if (!create || ret != -ENOENT) in nilfs_mdt_get_block()
299 return -ENOENT; in nilfs_mdt_find_block()
306 if (unlikely(ret != -ENOENT || start == ULONG_MAX)) in nilfs_mdt_find_block()
316 ret = -ENOENT; in nilfs_mdt_find_block()
341 if (!err || err == -ENOENT) { in nilfs_mdt_delete_block()
374 return -ENOENT; in nilfs_mdt_forget_block()
Dnamei.c278 err = -ENOENT; in nilfs_do_unlink()
371 err = -ENOENT; in nilfs_rename()
391 err = -ENOENT; in nilfs_rename()
455 return ERR_PTR(-ENOENT); in nilfs_get_parent()
/linux-4.4.14/fs/proc/
Dfd.c22 int f_flags = 0, ret = -ENOENT; in seq_show()
28 return -ENOENT; in seq_show()
152 int ret = -ENOENT; in proc_fd_link()
206 return -ENOENT; in proc_fd_instantiate()
214 int result = -ENOENT; in proc_lookupfd_common()
237 return -ENOENT; in proc_readfd_common()
341 return -ENOENT; in proc_fdinfo_instantiate()
Dnamespaces.c103 return -ENOENT; in proc_ns_instantiate()
112 return -ENOENT; in proc_ns_dir_readdir()
146 error = -ENOENT; in proc_ns_dir_lookup()
Dself.c16 return -ENOENT; in proc_self_readlink()
28 return ERR_PTR(-ENOENT); in proc_self_follow_link()
Dthread_self.c17 return -ENOENT; in proc_thread_self_readlink()
30 return ERR_PTR(-ENOENT); in proc_thread_self_follow_link()
Dbase.c159 int result = -ENOENT; in get_task_root()
173 int result = -ENOENT; in proc_cwd_link()
190 int result = -ENOENT; in proc_root_link()
760 return -ENOENT; in proc_pid_permission()
1553 return -ENOENT; in proc_exe_link()
1557 return -ENOENT; in proc_exe_link()
1566 return -ENOENT; in proc_exe_link()
1704 return -ENOENT; in pid_getattr()
1908 rc = -ENOENT; in proc_map_files_get_link()
1922 rc = -ENOENT; in proc_map_files_get_link()
[all …]
Dgeneric.c161 return -ENOENT; in __xlate_proc_name()
247 return ERR_PTR(-ENOENT); in proc_lookup_de()
589 return -ENOENT; in remove_proc_subtree()
596 return -ENOENT; in remove_proc_subtree()
/linux-4.4.14/arch/powerpc/platforms/85xx/
Dsmp.c218 return -ENOENT; in smp_85xx_kick_cpu()
223 return -ENOENT; in smp_85xx_kick_cpu()
229 return -ENOENT; in smp_85xx_kick_cpu()
237 return -ENOENT; in smp_85xx_kick_cpu()
248 return -ENOENT; in smp_85xx_kick_cpu()
300 ret = -ENOENT; in smp_85xx_kick_cpu()
318 ret = -ENOENT; in smp_85xx_kick_cpu()
/linux-4.4.14/tools/testing/selftests/exec/
Dexecveat.c278 fail += check_execveat_fail(fd, "", 0, ENOENT); in run_tests()
315 ENOENT); in run_tests()
316 fail += check_execveat_fail(dot_dfd_cloexec, "script", 0, ENOENT); in run_tests()
335 fail += check_execveat_fail(subdir_dfd_ephemeral, "script", 0, ENOENT); in run_tests()
340 fail += check_execveat_fail(dot_dfd, "no-such-file", 0, ENOENT); in run_tests()
341 fail += check_execveat_fail(dot_dfd_path, "no-such-file", 0, ENOENT); in run_tests()
342 fail += check_execveat_fail(AT_FDCWD, "no-such-file", 0, ENOENT); in run_tests()
/linux-4.4.14/drivers/ata/
Dpata_jmicron.c54 return -ENOENT; in jmicron_pre_reset()
85 return -ENOENT; in jmicron_pre_reset()
94 return -ENOENT; in jmicron_pre_reset()
Dpata_rb532_cf.c125 return -ENOENT; in rb532_pata_driver_probe()
137 return -ENOENT; in rb532_pata_driver_probe()
/linux-4.4.14/arch/arm/mach-bcm/
Dkona_smp.c61 return -ENOENT; in scu_a9_enable()
104 ret = -ENOENT; /* Arrange to disable SMP */ in bcm_smp_prepare_cpus()
118 BUG_ON(ret != -ENOENT); in bcm_smp_prepare_cpus()
/linux-4.4.14/arch/um/os-Linux/
Dumid.c36 err = -ENOENT; in make_uml_dir()
88 if (errno != ENOENT) in remove_files_and_dir()
104 if (unlink(file) < 0 && errno != ENOENT) { in remove_files_and_dir()
110 if (rmdir(dir) < 0 && errno != ENOENT) { in remove_files_and_dir()
150 if (fd != -ENOENT) { in is_umdir_used()
Dexecvp.c42 return -ENOENT; in execvp_noalloc()
96 case ENOENT: in execvp_noalloc()
/linux-4.4.14/arch/x86/mm/
Damdtopology.c53 return -ENOENT; in find_northbridge()
93 return -ENOENT; in amd_numa_init()
174 return -ENOENT; in amd_numa_init()
/linux-4.4.14/fs/autofs4/
Dwaitq.c44 wq->status = -ENOENT; /* Magic is gone - report failure */ in autofs4_catatonic_mode()
257 return -ENOENT; in validate_request()
292 return -ENOENT; in validate_request()
355 return -ENOENT; in autofs4_wait()
365 return -ENOENT; in autofs4_wait()
377 return -ENOENT; in autofs4_wait()
379 return -ENOENT; in autofs4_wait()
393 return -ENOENT; in autofs4_wait()
Ddev-ioctl.c203 err = -ENOENT; in find_autofs_mount()
334 status = param->fail.status ? param->fail.status : -ENOENT; in autofs_dev_ioctl_fail()
439 int err = -ENOENT; in autofs_dev_ioctl_requester()
525 int err = -ENOENT; in autofs_dev_ioctl_ismountpoint()
/linux-4.4.14/drivers/pci/
Dvpd.c42 return -ENOENT; in pci_vpd_find_tag()
60 return -ENOENT; in pci_vpd_find_info_keyword()
/linux-4.4.14/fs/ocfs2/
Dnamei.c130 if (status != -ENOENT) in ocfs2_lookup()
279 if (status != -ENOENT) in ocfs2_mknod()
292 status = -ENOENT; in ocfs2_mknod()
717 if (err != -ENOENT) in ocfs2_link()
736 err = -ENOENT; in ocfs2_link()
743 err = -ENOENT; in ocfs2_link()
752 err = -ENOENT; in ocfs2_link()
771 if (err != -ENOENT) in ocfs2_link()
914 if (status != -ENOENT) in ocfs2_unlink()
923 if (status != -ENOENT) in ocfs2_unlink()
[all …]
Dstack_o2cb.c149 [DLM_BAD_DEVICE_PATH] = -ENOENT,
151 [DLM_NO_CONTROL_DEVICE] = -ENOENT,
408 return -ENOENT; in o2cb_cluster_this_node()
Dexport.c157 if (status != -ENOENT) in ocfs2_get_parent()
165 parent = ERR_PTR(-ENOENT); in ocfs2_get_parent()
/linux-4.4.14/drivers/uwb/i1480/dfu/
Ddfu.c182 if (result < 0 && result != -ENOENT) { in i1480_fw_upload()
188 if (result == -ENOENT) in i1480_fw_upload()
196 if (result < 0 && result != -ENOENT) { in i1480_fw_upload()
/linux-4.4.14/drivers/uwb/
Dest.c322 return -ENOENT; in uwb_est_unregister()
361 size = -ENOENT; in uwb_est_get_size()
368 size = -ENOENT; in uwb_est_get_size()
450 if (size != -ENOENT) in uwb_est_find_size()
459 size = -ENOENT; in uwb_est_find_size()
/linux-4.4.14/fs/efivarfs/
Dfile.c44 if (bytes == -ENOENT) in efivarfs_file_write()
49 if (bytes == -ENOENT) { in efivarfs_file_write()
83 if (err == -ENOENT) in efivarfs_file_read()
/linux-4.4.14/fs/configfs/
Dsymlink.c80 ret = -ENOENT; in create_link()
92 return -ENOENT; in create_link()
122 ret = -ENOENT; in get_target()
149 ret = -ENOENT; in configfs_symlink()
/linux-4.4.14/fs/hfs/
Dbfind.c52 res = -ENOENT; in __hfs_brec_find()
108 return -ENOENT; in hfs_brec_find()
178 res = -ENOENT; in hfs_brec_goto()
196 res = -ENOENT; in hfs_brec_goto()
Dcatalog.c105 if (err != -ENOENT) { in hfs_cat_create()
117 if (err != -ENOENT) { in hfs_cat_create()
313 if (err != -ENOENT) { in hfs_cat_move()
356 if (err != -ENOENT) { in hfs_cat_move()
/linux-4.4.14/fs/nfs/
Dnfs4namespace.c117 return -ENOENT; in nfs4_validate_fspath()
243 struct vfsmount *mnt = ERR_PTR(-ENOENT); in try_location()
299 struct vfsmount *mnt = ERR_PTR(-ENOENT); in nfs_follow_referral()
372 mnt = ERR_PTR(-ENOENT); in nfs_do_refmount()
443 error = -ENOENT; in nfs4_try_replacing_one_location()
493 error = -ENOENT; in nfs4_replace_transport()
/linux-4.4.14/drivers/net/wireless/cw1200/
Dqueue.c327 ret = -ENOENT; in cw1200_queue_put()
339 int ret = -ENOENT; in cw1200_queue_get()
389 ret = -ENOENT; in cw1200_queue_requeue()
395 ret = -ENOENT; in cw1200_queue_requeue()
460 ret = -ENOENT; in cw1200_queue_remove()
466 ret = -ENOENT; in cw1200_queue_remove()
509 ret = -ENOENT; in cw1200_queue_get_skb()
515 ret = -ENOENT; in cw1200_queue_get_skb()
/linux-4.4.14/drivers/mmc/core/
Dsdio_cis.c134 if (ret && ret != -EILSEQ && ret != -ENOENT) { in cis_tpl_parse()
140 ret = -ENOENT; in cis_tpl_parse()
303 if (ret == -EILSEQ || ret == -ENOENT) { in sdio_read_cis()
314 if (ret == -ENOENT) { in sdio_read_cis()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dremote_perm.c125 return -ENOENT; in do_check_remote_perm()
145 rc = -ENOENT; in do_check_remote_perm()
255 if (!rc || (rc != -ENOENT && i)) in lustre_check_remote_perm()
264 if (!rc || (rc != -ENOENT && i)) { in lustre_check_remote_perm()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Dmobility.c63 return -ENOENT; in delete_dt_node()
153 return -ENOENT; in update_dt_node()
225 return -ENOENT; in add_dt_node()
229 return -ENOENT; in add_dt_node()
/linux-4.4.14/drivers/rtc/
Drtc-puv3.c250 return -ENOENT; in puv3_rtc_probe()
256 return -ENOENT; in puv3_rtc_probe()
266 return -ENOENT; in puv3_rtc_probe()
274 ret = -ENOENT; in puv3_rtc_probe()
/linux-4.4.14/drivers/scsi/aic94xx/
Daic94xx_sds.c159 return -ENOENT; in asd_read_ocm_dir()
164 return -ENOENT; in asd_read_ocm_dir()
205 return -ENOENT; in asd_find_dir_entry()
244 err = -ENOENT; in asd_get_bios_chim()
250 err = -ENOENT; in asd_get_bios_chim()
578 return -ENOENT; in asd_poll_flash()
639 return -ENOENT; in asd_flash_getid()
676 return -ENOENT; in asd_find_flash_de()
688 return -ENOENT; in asd_validate_ms()
693 return -ENOENT; in asd_validate_ms()
[all …]
/linux-4.4.14/arch/s390/kernel/
Dperf_cpum_cf.c169 err = -ENOENT; in validate_ctr_auth()
367 return -ENOENT; in __hw_perf_event_init()
371 return -ENOENT; in __hw_perf_event_init()
423 return -ENOENT; in cpumf_pmu_event_init()
545 return -ENOENT; in cpumf_pmu_add()
643 return -ENOENT; in cpumf_pmu_commit_txn()
/linux-4.4.14/drivers/base/
Dcacheinfo.c62 return -ENOENT; in cache_setup_of_node()
78 return -ENOENT; in cache_setup_of_node()
177 return -ENOENT; in init_cache_level()
182 return -ENOENT; in populate_cache_leaves()
190 return -ENOENT; in detect_cache_attributes()
447 return -ENOENT; in cpu_cache_sysfs_init()
Ddevtmpfs.c203 if (dentry == ERR_PTR(-ENOENT)) { in handle_create()
244 err = -ENOENT; in dev_rmdir()
328 if (!err || err == -ENOENT) in handle_remove()
332 err = -ENOENT; in handle_remove()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_gem.c388 return -ENOENT; in radeon_gem_set_domain_ioctl()
409 return -ENOENT; in radeon_mode_dumb_mmap()
440 return -ENOENT; in radeon_gem_busy_ioctl()
469 return -ENOENT; in radeon_gem_wait_idle_ioctl()
500 return -ENOENT; in radeon_gem_set_tiling_ioctl()
518 return -ENOENT; in radeon_gem_get_tiling_ioctl()
654 return -ENOENT; in radeon_gem_va_ioctl()
667 return -ENOENT; in radeon_gem_va_ioctl()
707 return -ENOENT; in radeon_gem_op_ioctl()
/linux-4.4.14/fs/sysfs/
Dgroup.c292 return -ENOENT; in sysfs_merge_group()
341 return -ENOENT; in sysfs_add_link_to_group()
395 return -ENOENT; in __compat_only_sysfs_link_entry_to_kobj()
400 return -ENOENT; in __compat_only_sysfs_link_entry_to_kobj()
Dsymlink.c42 return -ENOENT; in sysfs_do_create_link_sd()
180 result = -ENOENT; in sysfs_rename_link_ns()
/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2x00firmware.c60 return -ENOENT; in rt2x00lib_request_firmware()
92 return -ENOENT; in rt2x00lib_request_firmware()
/linux-4.4.14/kernel/
Dstop_machine.c129 return done.executed ? done.ret : -ENOENT; in stop_one_cpu()
230 err = -ENOENT; in cpu_stop_queue_two_works()
282 return -ENOENT; in stop_two_cpus()
289 return done.executed ? done.ret : -ENOENT; in stop_two_cpus()
347 return done.executed ? done.ret : -ENOENT; in __stop_cpus()
/linux-4.4.14/drivers/usb/gadget/
Dfunctions.c16 fi = ERR_PTR(-ENOENT); in try_get_usb_function_instance()
47 if (ret != -ENOENT) in usb_get_function_instance()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-debug.c89 if (rc < 0 && rc != -ENOENT) { in libcfs_run_debug_log_upcall()
115 if (rc < 0 && rc != -ENOENT) { in libcfs_run_upcall()
/linux-4.4.14/drivers/clk/
Dclkdev.c62 struct clk *clk = ERR_PTR(-ENOENT); in __of_clk_get_by_name()
110 return ERR_PTR(-ENOENT); in of_clk_get_by_name()
122 return ERR_PTR(-ENOENT); in __of_clk_get_by_name()
193 return cl ? clk : ERR_PTR(-ENOENT); in clk_get_sys()
Dclk-conf.c34 if (rc == -ENOENT) in __set_clk_parents()
92 if (rc == -ENOENT) in __set_clk_rates()
/linux-4.4.14/drivers/iommu/
Dfsl_pamu.c119 return -ENOENT; in pamu_enable_liodn()
149 return -ENOENT; in pamu_disable_liodn()
276 return -ENOENT; in pamu_update_paace_stash()
281 return -ENOENT; in pamu_update_paace_stash()
298 return -ENOENT; in pamu_disable_spaace()
303 return -ENOENT; in pamu_disable_spaace()
352 return -ENOENT; in pamu_config_ppaace()
448 return -ENOENT; in pamu_config_spaace()
945 ret = -ENOENT; in create_csd()
953 ret = -ENOENT; in create_csd()
/linux-4.4.14/include/linux/sunrpc/
Dcache.h252 return -ENOENT; in get_int()
270 return -ENOENT; in get_uint()
287 return -ENOENT; in get_time()
/linux-4.4.14/net/netfilter/
Dxt_set.c92 return -ENOENT; in set_match_v0_checkentry()
142 return -ENOENT; in set_match_v1_checkentry()
286 return -ENOENT; in set_target_v0_checkentry()
297 return -ENOENT; in set_target_v0_checkentry()
359 return -ENOENT; in set_target_v1_checkentry()
370 return -ENOENT; in set_target_v1_checkentry()
480 return -ENOENT; in set_target_v3_checkentry()
493 return -ENOENT; in set_target_v3_checkentry()
521 return -ENOENT; in set_target_v3_checkentry()
Dxt_CT.c87 return -ENOENT; in xt_ct_set_helper()
94 return -ENOENT; in xt_ct_set_helper()
133 ret = -ENOENT; in xt_ct_set_timeout()
148 ret = -ENOENT; in xt_ct_set_timeout()
Dnf_tables_api.c275 return -ENOENT; in nf_tables_delrule_deactivate()
389 return ERR_PTR(-ENOENT); in nf_tables_table_lookup()
433 return ERR_PTR(-ENOENT); in nf_tables_chain_type_lookup()
572 return -ENOENT; in nf_tables_gettable()
696 if (PTR_ERR(table) != -ENOENT) in nf_tables_newtable()
703 return -ENOENT; in nf_tables_newtable()
835 return -ENOENT; in nf_tables_deltable()
889 return ERR_PTR(-ENOENT); in nf_tables_chain_lookup_byhandle()
905 return ERR_PTR(-ENOENT); in nf_tables_chain_lookup()
1129 return -ENOENT; in nf_tables_getchain()
[all …]
Dxt_nfacct.c44 return -ENOENT; in nfacct_mt_checkentry()
Dcore.c102 return -ENOENT; in nf_register_net_hook()
199 if (ret && ret != -ENOENT) in nf_register_hook()
415 if (ret && ret != -ENOENT) in nf_register_hook_list()
/linux-4.4.14/include/linux/
Dstop_machine.h51 int ret = -ENOENT; in stop_one_cpu()
85 return -ENOENT; in stop_cpus()
Dclk.h498 return ERR_PTR(-ENOENT); in of_clk_get()
503 return ERR_PTR(-ENOENT); in of_clk_get_by_name()
/linux-4.4.14/drivers/cpufreq/
Dimx6q-cpufreq.c198 return -ENOENT; in imx6q_cpufreq_probe()
209 ret = -ENOENT; in imx6q_cpufreq_probe()
218 ret = -ENOENT; in imx6q_cpufreq_probe()
228 ret = -ENOENT; in imx6q_cpufreq_probe()
Ds3c2412-cpufreq.c201 return -ENOENT; in s3c2412_cpufreq_add()
241 return -ENOENT; in s3c2412_cpufreq_add()
Darm_big_little_dt.c54 return -ENOENT; in dt_init_opp_table()
Dhighbank-cpufreq.c82 return -ENOENT; in hb_cpufreq_driver_init()
/linux-4.4.14/tools/perf/
Dbuiltin-buildid-cache.c247 if (errno == ENOENT) in dso__missing_buildid_cache()
378 if (errno == ENOENT) { in cmd_buildid_cache()
396 if (errno == ENOENT) { in cmd_buildid_cache()
417 if (errno == ENOENT) { in cmd_buildid_cache()
/linux-4.4.14/fs/ubifs/
Dtnc.c608 return -ENOENT; in tnc_next()
652 return -ENOENT; in tnc_prev()
706 if (err == -ENOENT) { in resolve_collision()
748 if (err == -ENOENT) in resolve_collision()
773 if (err == -ENOENT) in resolve_collision()
907 if (err == -ENOENT) { in fallible_resolve_collision()
921 if (err == -ENOENT) in fallible_resolve_collision()
955 if (err == -ENOENT) in fallible_resolve_collision()
1038 if (err == -ENOENT) in resolve_collision_directly()
1056 if (err == -ENOENT) in resolve_collision_directly()
[all …]
Dxattr.c336 if (err != -ENOENT) in setxattr()
401 if (err == -ENOENT) in ubifs_getxattr()
493 if (err != -ENOENT) { in ubifs_listxattr()
566 if (err == -ENOENT) in ubifs_removexattr()
/linux-4.4.14/drivers/acpi/pmic/
Dintel_pmic.c45 return -ENOENT; in pmic_get_reg_bit()
65 if (result == -ENOENT) in intel_pmic_power_handler()
180 if (result == -ENOENT) in intel_pmic_thermal_handler()
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-eq.c172 rc = -ENOENT; in LNetEQFree()
397 return -ENOENT; in LNetEQPoll()
407 return -ENOENT; in LNetEQPoll()
Dlib-md.c188 return -ENOENT; in lnet_md_link()
300 rc = -ENOENT; in LNetMDAttach()
437 return -ENOENT; in LNetMDUnlink()
Dlib-me.c178 return -ENOENT; in LNetMEInsert()
245 return -ENOENT; in LNetMEUnlink()
/linux-4.4.14/fs/nfsd/
Dexport.c95 err = -ENOENT; in expkey_parse()
533 err = -ENOENT; in svc_export_parse()
559 if (err == -ENOENT) { in svc_export_parse()
810 return ERR_PTR(-ENOENT); in exp_find_key()
833 return ERR_PTR(-ENOENT); in exp_get_by_name()
857 while (PTR_ERR(exp) == -ENOENT && !IS_ROOT(path->dentry)) { in exp_parent()
972 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); in rqst_exp_get_by_name()
981 if (PTR_ERR(exp) == -ENOENT) in rqst_exp_get_by_name()
993 if (PTR_ERR(gssexp) == -ENOENT) in rqst_exp_get_by_name()
1003 struct svc_export *gssexp, *exp = ERR_PTR(-ENOENT); in rqst_exp_find()
[all …]
/linux-4.4.14/net/bluetooth/
D6lowpan.c384 return -ENOENT; in chan_recv_cb()
388 return -ENOENT; in chan_recv_cb()
467 return -ENOENT; in setup_header()
613 err = -ENOENT; in bt_xmit()
866 l2cap_chan_del(chan, -ENOENT); in chan_ready_cb()
908 int err = -ENOENT; in chan_close_cb()
1060 return -ENOENT; in bt_6lowpan_disconnect()
1064 l2cap_chan_close(peer->chan, ENOENT); in bt_6lowpan_disconnect()
1118 return -ENOENT; in get_l2cap_conn()
1125 return -ENOENT; in get_l2cap_conn()
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c72 return -ENOENT; in import_set_conn()
115 rc = -ENOENT; in import_set_conn()
144 int rc = -ENOENT; in client_import_del_conn()
189 if (rc == -ENOENT) in client_import_del_conn()
203 int rc = -ENOENT; in client_import_find_conn()
419 rc = -ENOENT; in client_obd_setup()
796 result = -ENOENT; in ldlm_error2errno()
/linux-4.4.14/drivers/perf/
Darm_pmu.c53 return -ENOENT; in armpmu_map_cache_event()
67 return mapping == HW_OP_UNSUPPORTED ? -ENOENT : mapping; in armpmu_map_hw_event()
100 return -ENOENT; in armpmu_map_event()
240 return -ENOENT; in armpmu_add()
468 return -ENOENT; in armpmu_event_init()
474 if (armpmu->map_event(event) == -ENOENT) in armpmu_event_init()
475 return -ENOENT; in armpmu_event_init()
/linux-4.4.14/fs/ntfs/
Dattrib.c169 if (err == -ENOENT) in ntfs_map_runlist_nolock()
184 err = -ENOENT; in ntfs_map_runlist_nolock()
394 if (err == -ENOENT) in ntfs_attr_vcn_to_lcn_nolock()
481 return ERR_PTR(-ENOENT); in ntfs_attr_find_vcn_nolock()
500 err = -ENOENT; in ntfs_attr_find_vcn_nolock()
527 if (err != -ENOENT) in ntfs_attr_find_vcn_nolock()
615 return -ENOENT; in ntfs_attr_find()
627 return -ENOENT; in ntfs_attr_find()
643 return -ENOENT; in ntfs_attr_find()
653 return -ENOENT; in ntfs_attr_find()
[all …]
Dnamei.c165 if (MREF_ERR(mref) == -ENOENT) { in ntfs_lookup()
221 if (err == -ENOENT) in ntfs_lookup()
328 if (err == -ENOENT) in ntfs_get_parent()
Dindex.c167 if (err == -ENOENT) { in ntfs_index_lookup()
251 err = -ENOENT; in ntfs_index_lookup()
413 err = -ENOENT; in ntfs_index_lookup()
/linux-4.4.14/fs/minix/
Dnamei.c153 int err = -ENOENT; in minix_unlink()
196 int err = -ENOENT; in minix_rename()
217 err = -ENOENT; in minix_rename()
/linux-4.4.14/drivers/lguest/
Dlguest_user.c35 return -ENOENT; in getreg_setup()
55 return -ENOENT; in setreg()
323 return -ENOENT; in write()
/linux-4.4.14/drivers/net/wireless/iwlwifi/
Diwl-eeprom-read.c140 return -ENOENT; in iwl_eeprom_verify_signature()
147 return -ENOENT; in iwl_eeprom_verify_signature()
155 return -ENOENT; in iwl_eeprom_verify_signature()
/linux-4.4.14/drivers/staging/vt6656/
Dusbpipe.c115 case -ENOENT: in vnt_start_interrupt_urb_complete()
176 case -ENOENT: in vnt_submit_rx_urb_complete()
251 case -ENOENT: in vnt_tx_context_complete()
/linux-4.4.14/fs/hpfs/
Dnamei.c37 if ((err = hpfs_chk_name(name, &len))) return err==-ENOENT ? -EINVAL : err; in hpfs_mkdir()
142 return err==-ENOENT ? -EINVAL : err; in hpfs_create()
228 if ((err = hpfs_chk_name(name, &len))) return err==-ENOENT ? -EINVAL : err; in hpfs_mknod()
302 if ((err = hpfs_chk_name(name, &len))) return err==-ENOENT ? -EINVAL : err; in hpfs_symlink()
383 err = -ENOENT; in hpfs_unlink()
434 err = -ENOENT; in hpfs_rmdir()
543 err = -ENOENT; in hpfs_rename()
580 err = -ENOENT; in hpfs_rename()
/linux-4.4.14/arch/um/drivers/
Dpty.c89 if ((stat(line, &buf) < 0) && (errno == ENOENT)) in getmaster()
110 return -ENOENT; in getmaster()
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dopal-async.c163 err = -ENOENT; in opal_async_comp_init()
171 err = -ENOENT; in opal_async_comp_init()
/linux-4.4.14/lib/
Dtextsearch.c189 err = -ENOENT; in textsearch_unregister()
264 int err = -ENOENT; in textsearch_prepare()
/linux-4.4.14/security/apparmor/
Dpath.c119 error = -ENOENT; in d_namespace_path()
175 if (error == -ENOENT) in get_name_to_buffer()
Ddomain.c436 error = -ENOENT; in apparmor_bprm_set_creds()
652 error = -ENOENT; in aa_change_hat()
701 error = -ENOENT; in aa_change_hat()
787 error = -ENOENT; in aa_change_profile()
813 error = -ENOENT; in aa_change_profile()
/linux-4.4.14/drivers/acpi/
Dacpi_lpat.c44 return -ENOENT; in acpi_lpat_raw_to_temp()
77 return -ENOENT; in acpi_lpat_temp_to_raw()
/linux-4.4.14/net/sched/
Dcls_api.c82 int rc = -ENOENT; in unregister_tcf_proto_ops()
162 return -ENOENT; in tc_ctl_tfilter()
195 return -ENOENT; in tc_ctl_tfilter()
225 err = -ENOENT; in tc_ctl_tfilter()
237 err = -ENOENT; in tc_ctl_tfilter()
299 err = -ENOENT; in tc_ctl_tfilter()
Dsch_api.c187 int err = -ENOENT; in unregister_qdisc()
252 return ops ? 0 : -ENOENT; in qdisc_set_default()
823 return -ENOENT; in qdisc_graft()
872 err = -ENOENT; in qdisc_graft()
930 err = -ENOENT; in qdisc_create()
1139 return -ENOENT; in tc_get_qdisc()
1148 return -ENOENT; in tc_get_qdisc()
1155 return -ENOENT; in tc_get_qdisc()
1165 return -ENOENT; in tc_get_qdisc()
1212 return -ENOENT; in tc_modify_qdisc()
[all …]
/linux-4.4.14/drivers/xen/
Dprivcmd.c330 if (ret == -ENOENT) in mmap_batch_fn()
331 st->global_error = -ENOENT; in mmap_batch_fn()
360 gfn |= (err == -ENOENT) ? in mmap_return_error()
539 if ((ret == 0) && (state.global_error == -ENOENT)) in privcmd_ioctl_mmap_batch()
540 ret = -ENOENT; in privcmd_ioctl_mmap_batch()
/linux-4.4.14/fs/sysv/
Dnamei.c172 int err = -ENOENT; in sysv_unlink()
217 int err = -ENOENT; in sysv_rename()
238 err = -ENOENT; in sysv_rename()
/linux-4.4.14/sound/soc/samsung/
Dsmdk_spdif.c88 return -ENOENT; in set_audio_clock_rate()
97 return -ENOENT; in set_audio_clock_rate()
/linux-4.4.14/drivers/input/
Dmatrix-keymap.c85 return -ENOENT; in matrix_keypad_parse_of_keymap()
94 return -ENOENT; in matrix_keypad_parse_of_keymap()
/linux-4.4.14/fs/ext2/
Dnamei.c84 return ERR_PTR(-ENOENT); in ext2_get_parent()
298 err = -ENOENT; in ext2_unlink()
350 err = -ENOENT; in ext2_rename()
369 err = -ENOENT; in ext2_rename()
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/
Dconsole.c90 return -ENOENT; in lstcon_node_find()
161 return -ENOENT; in lstcon_ndlink_find()
277 return -ENOENT; in lstcon_group_find()
738 return -ENOENT; in lstcon_group_list()
773 return -ENOENT; in lstcon_nodes_getent()
839 return -ENOENT; in lstcon_batch_find()
917 return -ENOENT; in lstcon_batch_list()
936 return -ENOENT; in lstcon_batch_info()
948 return -ENOENT; in lstcon_batch_info()
1047 return -ENOENT; in lstcon_batch_run()
[all …]
/linux-4.4.14/fs/dlm/
Duser.c246 return -ENOENT; in device_user_lock()
299 return -ENOENT; in device_user_unlock()
327 return -ENOENT; in device_user_deadlock()
384 return -ENOENT; in device_user_purge()
409 return -ENOENT; in device_create_lockspace()
433 return -ENOENT; in device_remove_lockspace()
638 return -ENOENT; in device_open()
665 return -ENOENT; in device_close()
/linux-4.4.14/net/ax25/
Dax25_uid.c80 res = -ENOENT; in ax25_uid_ioctl()
132 return -ENOENT; in ax25_uid_ioctl()
/linux-4.4.14/fs/exofs/
Dnamei.c195 int err = -ENOENT; in exofs_unlink()
237 int err = -ENOENT; in exofs_rename()
258 err = -ENOENT; in exofs_rename()
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
Dvpfe_mc_capture.c586 ret = -ENOENT; in vpfe_probe()
594 ret = -ENOENT; in vpfe_probe()
603 ret = -ENOENT; in vpfe_probe()
613 ret = -ENOENT; in vpfe_probe()
623 ret = -ENOENT; in vpfe_probe()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dnvm.c746 return -ENOENT; in iwl_mvm_get_bios_mcc()
753 return -ENOENT; in iwl_mvm_get_bios_mcc()
760 return -ENOENT; in iwl_mvm_get_bios_mcc()
766 return -ENOENT; in iwl_mvm_get_bios_mcc()
776 return -ENOENT; in iwl_mvm_get_bios_mcc()
807 if (retval != -ENOENT) in iwl_mvm_init_mcc()
/linux-4.4.14/drivers/net/ethernet/ti/
Dcpsw_ale.c168 return -ENOENT; in cpsw_ale_match_addr()
184 return -ENOENT; in cpsw_ale_match_vlan()
198 return -ENOENT; in cpsw_ale_match_free()
218 return -ENOENT; in cpsw_ale_find_ageable()
317 return -ENOENT; in cpsw_ale_del_ucast()
416 return -ENOENT; in cpsw_ale_del_vlan()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gem.c308 return -ENOENT; in amdgpu_mode_dumb_mmap()
372 return -ENOENT; in amdgpu_gem_wait_idle_ioctl()
406 return -ENOENT; in amdgpu_gem_metadata_ioctl()
557 return -ENOENT; in amdgpu_gem_va_ioctl()
580 return -ENOENT; in amdgpu_gem_va_ioctl()
619 return -ENOENT; in amdgpu_gem_op_ioctl()
/linux-4.4.14/drivers/staging/board/
Dboard.c71 return -ENOENT; in board_staging_gic_setup_xlate()
149 return -ENOENT; in board_staging_add_dev_domain()
/linux-4.4.14/drivers/tty/serial/
Dearlycon.c178 return -ENOENT; in setup_earlycon()
194 if (err == -ENOENT || err == -EALREADY) in param_setup_earlycon()
Dbfin_uart.c1223 return -ENOENT; in bfin_serial_probe()
1267 ret = -ENOENT; in bfin_serial_probe()
1282 ret = -ENOENT; in bfin_serial_probe()
1289 ret = -ENOENT; in bfin_serial_probe()
1297 ret = -ENOENT; in bfin_serial_probe()
1309 ret = -ENOENT; in bfin_serial_probe()
1317 ret = -ENOENT; in bfin_serial_probe()
1427 return -ENOENT; in bfin_earlyprintk_probe()
1441 ret = -ENOENT; in bfin_earlyprintk_probe()
/linux-4.4.14/drivers/net/wimax/i2400m/
Dusb-notif.c144 case -ENOENT: /* ditto */ in i2400mu_notification_cb()
161 case -ENOENT: /* ditto */ in i2400mu_notification_cb()
Dusb-fw.c141 case -ENOENT: /* just ignore it */ in i2400mu_tx_bulk_out()
325 case -ENOENT: /* just ignore it */ in i2400mu_bus_bm_wait_for_ack()
/linux-4.4.14/drivers/clk/qcom/
Dcommon.c56 return -ENOENT; in qcom_find_src_index()
116 clks[i] = ERR_PTR(-ENOENT); in qcom_cc_really_probe()
/linux-4.4.14/drivers/base/power/opp/
Dcpu.c230 return -ENOENT; in dev_pm_opp_of_get_sharing_cpus()
254 ret = -ENOENT; in dev_pm_opp_of_get_sharing_cpus()
/linux-4.4.14/drivers/staging/fwserial/
Ddma_fifo.c153 return -ENOENT; in dma_fifo_in()
196 return -ENOENT; in dma_fifo_out_pend()
256 return -ENOENT; in dma_fifo_out_complete()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/
Dclient.c60 return -ENOENT; in nvkm_client_notify_put()
72 return -ENOENT; in nvkm_client_notify_get()
86 return -ENOENT; in nvkm_client_notify_del()
/linux-4.4.14/drivers/net/wireless/orinoco/
Dfw.c136 err = -ENOENT; in orinoco_dl_firmware()
297 return -ENOENT; in symbol_dl_firmware()
316 return -ENOENT; in symbol_dl_firmware()
/linux-4.4.14/fs/ufs/
Dnamei.c213 int err = -ENOENT; in ufs_unlink()
255 int err = -ENOENT; in ufs_rename()
276 err = -ENOENT; in ufs_rename()
/linux-4.4.14/include/uapi/asm-generic/
Derrno-base.h5 #define ENOENT 2 /* No such file or directory */ macro
/linux-4.4.14/arch/arm64/kvm/
Dsys_regs.c1407 return -ENOENT; in get_invariant_sys_reg()
1411 return -ENOENT; in get_invariant_sys_reg()
1424 return -ENOENT; in set_invariant_sys_reg()
1427 return -ENOENT; in set_invariant_sys_reg()
1474 return -ENOENT; in demux_c15_get()
1479 return -ENOENT; in demux_c15_get()
1483 return -ENOENT; in demux_c15_get()
1487 return -ENOENT; in demux_c15_get()
1499 return -ENOENT; in demux_c15_set()
1504 return -ENOENT; in demux_c15_set()
[all …]
/linux-4.4.14/net/netlink/
Dgenetlink.c461 return -ENOENT; in genl_unregister_family()
555 return -ENOENT; in genl_family_rcv_msg()
654 return -ENOENT; in genl_rcv_msg()
902 err = -ENOENT; in ctrl_getfamily()
921 err = -ENOENT; in ctrl_getfamily()
929 return -ENOENT; in ctrl_getfamily()
996 int i, err = -ENOENT; in genl_bind()
1008 err = -ENOENT; in genl_bind()
/linux-4.4.14/drivers/hwmon/
Dibmpex.c156 return -ENOENT; in ibmpex_ver_check()
182 return -ENOENT; in ibmpex_query_sensor_count()
197 return -ENOENT; in ibmpex_query_sensor_name()
214 return -ENOENT; in ibmpex_query_sensor_data()
387 return -ENOENT; in ibmpex_find_sensors()
/linux-4.4.14/drivers/gpu/drm/virtio/
Dvirtgpu_ioctl.c141 return -ENOENT; in virtio_gpu_execbuffer()
350 return -ENOENT; in virtio_gpu_resource_info_ioctl()
379 return -ENOENT; in virtio_gpu_transfer_from_host_ioctl()
423 return -ENOENT; in virtio_gpu_transfer_to_host_ioctl()
469 return -ENOENT; in virtio_gpu_wait_ioctl()
/linux-4.4.14/drivers/watchdog/
Dpika_wdt.c234 return -ENOENT; in pikawdt_init()
250 ret = -ENOENT; in pikawdt_init()
/linux-4.4.14/drivers/net/wireless/libertas/
Dfirmware.c100 lbs_fw_loaded(priv, -ENOENT, NULL, NULL); in load_next_firmware_from_table()
225 return -ENOENT; in lbs_get_firmware()
/linux-4.4.14/drivers/mtd/maps/
Dplat-ram.c132 err = -ENOENT; in platram_probe()
155 err = -ENOENT; in platram_probe()
/linux-4.4.14/fs/
Dnsfs.c61 return ERR_PTR(-ENOENT); in ns_get_path()
113 int res = -ENOENT; in ns_get_name()
Dnamei.c193 return ERR_PTR(-ENOENT); in getname_flags()
1315 return -ENOENT; in follow_dotdot_rcu()
1433 return -ENOENT; in follow_dotdot()
1499 return ERR_PTR(-ENOENT); in lookup_real()
1583 return -ENOENT; in lookup_fast()
1612 return -ENOENT; in lookup_fast()
1751 err = -ENOENT; in walk_component()
2429 return -ENOENT; in mountpoint_last()
2559 return -ENOENT; in may_delete()
2582 return -ENOENT; in may_delete()
[all …]
/linux-4.4.14/drivers/gpio/
Dgpio-tz1090-pdc.c166 return -ENOENT; in tz1090_pdc_gpio_probe()
172 return -ENOENT; in tz1090_pdc_gpio_probe()
Ddevres.c194 if (PTR_ERR(desc) == -ENOENT) in devm_gpiod_get_index_optional()
255 if (IS_ERR(descs) && (PTR_ERR(descs) == -ENOENT)) in devm_gpiod_get_array_optional()
/linux-4.4.14/net/ipv6/
Dexthdrs_core.c217 return -ENOENT; in ipv6_find_hdr()
261 return -ENOENT; in ipv6_find_hdr()
/linux-4.4.14/drivers/dma-buf/
Dfence.c254 return -ENOENT; in fence_add_callback()
262 ret = -ENOENT; in fence_add_callback()
268 ret = -ENOENT; in fence_add_callback()
/linux-4.4.14/net/ipv4/
Dtcp_cong.c221 int ret = -ENOENT; in tcp_set_default_congestion_control()
314 ret = -ENOENT; in tcp_set_allowed_congestion_control()
355 err = -ENOENT; in tcp_set_congestion_control()
/linux-4.4.14/kernel/bpf/
Dhashtab.c220 return -ENOENT; in htab_map_get_next_key()
275 ret = -ENOENT; in htab_map_update_elem()
306 int ret = -ENOENT; in htab_map_delete_elem()
/linux-4.4.14/block/
Dblk-mq-sysfs.c47 res = -ENOENT; in blk_mq_sysfs_show()
70 res = -ENOENT; in blk_mq_sysfs_store()
93 res = -ENOENT; in blk_mq_hw_sysfs_show()
117 res = -ENOENT; in blk_mq_hw_sysfs_store()
/linux-4.4.14/arch/arc/kernel/
Dperf_event.c142 return -ENOENT; in arc_pmu_cache_event()
178 return -ENOENT; in arc_pmu_event_init()
180 return -ENOENT; in arc_pmu_event_init()
194 return -ENOENT; in arc_pmu_event_init()
/linux-4.4.14/drivers/bcma/
Dscan.c170 return -ENOENT; in bcma_erom_get_ci()
172 return -ENOENT; in bcma_erom_get_ci()
210 return -ENOENT; in bcma_erom_get_mst_port()
212 return -ENOENT; in bcma_erom_get_mst_port()
/linux-4.4.14/drivers/edac/
Dmv64x60_edac.c90 return -ENOENT; in mv64x60_pci_fixup()
137 res = -ENOENT; in mv64x60_pci_err_probe()
303 res = -ENOENT; in mv64x60_sram_err_probe()
471 res = -ENOENT; in mv64x60_cpu_err_probe()
498 res = -ENOENT; in mv64x60_cpu_err_probe()
738 res = -ENOENT; in mv64x60_mc_err_probe()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dbit.c45 return -ENOENT; in bit_entry()
/linux-4.4.14/fs/gfs2/
Dinode.c68 return -ENOENT; in iget_set()
262 return ERR_PTR(-ENOENT); in gfs2_lookup_simple()
322 if (error == -ENOENT) in gfs2_lookupi()
347 return -ENOENT; in create_ok()
638 } else if (error != -ENOENT) { in gfs2_create_inode()
916 error = -ENOENT; in gfs2_link()
926 case -ENOENT: in gfs2_link()
1124 error = -ENOENT; in gfs2_unlink()
1255 return -ENOENT; in gfs2_atomic_open()
1292 error = -ENOENT; in gfs2_ok_to_move()
[all …]
/linux-4.4.14/drivers/usb/usbip/
Dvhci_rx.c44 case -ENOENT: in pickup_urb_and_free_priv()
49 status == -ENOENT ? "" : "a"); in pickup_urb_and_free_priv()
/linux-4.4.14/arch/mips/alchemy/devboards/
Dpm.c144 return -ENOENT; in db1x_pmattr_show()
186 bytes = -ENOENT; in db1x_pmattr_store()
/linux-4.4.14/drivers/firmware/broadcom/
Dbcm47xx_nvram.c202 return -ENOENT; in bcm47xx_nvram_getenv()
223 return -ENOENT; in bcm47xx_nvram_gpio_pin()
/linux-4.4.14/drivers/spi/
Dspi-sh-sci.c134 ret = -ENOENT; in sh_sci_spi_probe()
151 ret = -ENOENT; in sh_sci_spi_probe()
/linux-4.4.14/net/6lowpan/
Dnhc.c107 ret = -ENOENT; in lowpan_nhc_check_compression()
184 return -ENOENT; in lowpan_nhc_do_uncompression()
/linux-4.4.14/drivers/ras/
Ddebugfs.c42 return -ENOENT; in ras_add_daemon_trace()
/linux-4.4.14/fs/f2fs/
Dinode.c278 } else if (err != -ENOENT) { in update_inode_page()
364 if (err && err != -ENOENT) in f2fs_evict_inode()
371 if (err && err != -ENOENT) { in f2fs_evict_inode()
420 if (err && err != -ENOENT) { in handle_failed_inode()
Dnamei.c204 return ERR_PTR(-ENOENT); in f2fs_get_parent()
288 int err = -ENOENT; in f2fs_unlink()
324 link = ERR_PTR(-ENOENT); in f2fs_follow_link()
598 int err = -ENOENT; in f2fs_rename()
632 err = -ENOENT; in f2fs_rename()
756 int err = -ENOENT; in f2fs_cross_rename()
960 res = -ENOENT; in f2fs_encrypted_follow_link()
/linux-4.4.14/drivers/mtd/ubi/
Dgluebi.c380 err = -ENOENT; in gluebi_remove()
425 return -ENOENT; in gluebi_updated()
452 return -ENOENT; in gluebi_resized()
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_32_mmu.c196 return -ENOENT; in kvmppc_mmu_book3s_32_xlate_bat()
302 return -ENOENT; in kvmppc_mmu_book3s_32_xlate_pte()
333 if (r == -ENOENT) in kvmppc_mmu_book3s_32_xlate()
/linux-4.4.14/drivers/gpu/drm/tegra/
Ddrm.c318 return -ENOENT; in host1x_reloc_copy_from_user()
322 return -ENOENT; in host1x_reloc_copy_from_user()
370 err = -ENOENT; in tegra_drm_submit()
679 return -ENOENT; in tegra_gem_set_tiling()
701 return -ENOENT; in tegra_gem_get_tiling()
743 return -ENOENT; in tegra_gem_set_flags()
765 return -ENOENT; in tegra_gem_get_flags()
/linux-4.4.14/net/wireless/
Dap.c25 return -ENOENT; in __cfg80211_stop_ap()
Dradiotap.c222 return -ENOENT; in ieee80211_radiotap_iterator_next()
242 return -ENOENT; in ieee80211_radiotap_iterator_next()
/linux-4.4.14/security/tomoyo/
Dmount.c133 error = -ENOENT; in tomoyo_mount_acl()
139 error = -ENOENT; in tomoyo_mount_acl()
Ddomain.c35 int error = param->is_delete ? -ENOENT : -ENOMEM; in tomoyo_update_policy()
99 int error = is_delete ? -ENOENT : -ENOMEM; in tomoyo_update_domain()
237 int error = param->is_delete ? -ENOENT : -ENOMEM; in tomoyo_write_transition_control()
391 int error = param->is_delete ? -ENOENT : -ENOMEM; in tomoyo_write_aggregator()
701 retval = -ENOENT; in tomoyo_find_next_domain()
/linux-4.4.14/tools/lib/api/fs/
Dfs.c138 return -ENOENT; in fs__valid_mount()
140 return -ENOENT; in fs__valid_mount()
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_gem_tiling.c171 return -ENOENT; in i915_gem_set_tiling()
298 return -ENOENT; in i915_gem_get_tiling()
/linux-4.4.14/drivers/usb/host/
Dohci-sm501.c102 retval = -ENOENT; in ohci_hcd_sm501_drv_probe()
140 retval = -ENOENT; in ohci_hcd_sm501_drv_probe()
/linux-4.4.14/arch/powerpc/kernel/
Drtas.c541 return -ENOENT; in rtas_get_power_level()
558 return -ENOENT; in rtas_set_power_level()
576 return -ENOENT; in rtas_get_sensor()
594 return -ENOENT; in rtas_get_sensor_fast()
637 return -ENOENT; in rtas_set_indicator()
658 return -ENOENT; in rtas_set_indicator_fast()
/linux-4.4.14/net/core/
Ddev_addr_lists.c97 return -ENOENT; in __hw_addr_del_entry()
100 return -ENOENT; in __hw_addr_del_entry()
127 return -ENOENT; in __hw_addr_del_ex()
438 return -ENOENT; in dev_addr_del()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_pool.c492 return -ENOENT; in lov_pool_del()
523 return -ENOENT; in lov_pool_add()
569 return -ENOENT; in lov_pool_remove()
621 rc = -ENOENT; in lov_check_index_in_pool()
/linux-4.4.14/tools/cgroup/
Dcgroup_event_listener.c70 if ((ret == -1) && (errno == ENOENT)) { in main()
/linux-4.4.14/arch/arm/mach-davinci/
Dcpuidle.c80 return -ENOENT; in davinci_cpuidle_probe()
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_510.c24 return PTR_ERR(clk) == -ENOENT ? -EPROBE_DEFER : PTR_ERR(clk); in armada510_crtc_init()
/linux-4.4.14/drivers/ide/
Dide-legacy.c54 return -ENOENT; in ide_legacy_device_add()
/linux-4.4.14/arch/arm/mach-axxia/
Dplatsmp.c42 return -ENOENT; in axxia_boot_secondary()
/linux-4.4.14/arch/powerpc/platforms/86xx/
Dmpc86xx_smp.c68 return -ENOENT; in smp_86xx_kick_cpu()
/linux-4.4.14/net/mac802154/
Dllsec.c291 return -ENOENT; in mac802154_llsec_key_del()
400 return -ENOENT; in mac802154_llsec_dev_del()
437 return -ENOENT; in mac802154_llsec_devkey_add()
461 return -ENOENT; in mac802154_llsec_devkey_del()
465 return -ENOENT; in mac802154_llsec_devkey_del()
519 return -ENOENT; in mac802154_llsec_seclevel_del()
942 return -ENOENT; in llsec_update_devkey_info()
/linux-4.4.14/include/xen/interface/io/
Dxs_wire.h52 XSD_ERROR(ENOENT),
/linux-4.4.14/fs/9p/
Dvfs_dentry.c103 if (retval == -ENOENT) in v9fs_lookup_revalidate()
/linux-4.4.14/arch/arm/mach-mvebu/
Dcpu-reset.c48 return -ENOENT; in mvebu_cpu_reset_map()
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/
Dusb.h59 urb->status != -ENOENT && in mt7601u_urb_has_error()
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_abi16.c400 return nouveau_abi16_put(abi16, -ENOENT); in nouveau_abi16_ioctl_channel_free()
426 return nouveau_abi16_put(abi16, -ENOENT); in nouveau_abi16_ioctl_grobj_alloc()
520 return nouveau_abi16_put(abi16, -ENOENT); in nouveau_abi16_ioctl_notifierobj_alloc()
577 int ret = -ENOENT; in nouveau_abi16_ioctl_gpuobj_free()
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c331 case -ENOENT: in intel_pt_ext_err()
876 if (err == -ENOENT) in intel_pt_walk_insn()
991 return -ENOENT; in intel_pt_walk_fup()
998 return -ENOENT; in intel_pt_walk_fup()
1042 return -ENOENT; in intel_pt_walk_tip()
1065 return -ENOENT; in intel_pt_walk_tnt()
1071 return -ENOENT; in intel_pt_walk_tnt()
1077 return -ENOENT; in intel_pt_walk_tnt()
1100 return -ENOENT; in intel_pt_walk_tnt()
1431 return -ENOENT; in intel_pt_walk_fup_tip()
[all …]
/linux-4.4.14/sound/pci/oxygen/
Dvirtuoso.c85 return -ENOENT; in xonar_probe()
/linux-4.4.14/arch/powerpc/platforms/cell/
Dsmp.c121 return -ENOENT; in smp_cell_kick_cpu()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
Dgpio.c88 if (ret != -ENOENT) in nvkm_voltgpio_init()
/linux-4.4.14/arch/arm/kernel/
Dcpuidle.c104 return -ENOENT; in arm_cpuidle_read_ops()
/linux-4.4.14/drivers/gpu/drm/qxl/
Dqxl_dumb.c81 return -ENOENT; in qxl_mode_dumb_mmap()

123456789