Home
last modified time | relevance | path

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

12

/linux-6.15/tools/include/uapi/asm-generic/
H A Derrno-base.h28 #define EMFILE 24 /* Too many open files */ macro
/linux-6.15/include/uapi/asm-generic/
H A Derrno-base.h28 #define EMFILE 24 /* Too many open files */ macro
/linux-6.15/tools/lib/bpf/
H A Dstr_error.c70 case -EMFILE: return "-EMFILE"; in libbpf_errstr()
/linux-6.15/tools/testing/selftests/core/
H A Dunshare_test.c84 EXPECT_EQ(errno, EMFILE) in TEST()
/linux-6.15/Documentation/userspace-api/media/mediactl/
H A Dmedia-func-open.rst55 EMFILE
/linux-6.15/net/9p/
H A Derror.c65 {"Too many open files", EMFILE},
/linux-6.15/Documentation/userspace-api/media/cec/
H A Dcec-func-open.rst64 ``EMFILE``
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dfunc-open.rst74 EMFILE
/linux-6.15/Documentation/userspace-api/media/dvb/
H A Ddmx-fopen.rst84 - - ``EMFILE``
H A Dfrontend_f_open.rst96 - - ``EMFILE``
/linux-6.15/fs/
H A Dfile.c197 return ERR_PTR(-EMFILE); in alloc_fdtable()
296 return -EMFILE; in expand_files()
576 error = -EMFILE; in alloc_fd()
1398 if (err == -EMFILE) in ksys_dup3()
/linux-6.15/drivers/md/dm-vdo/
H A Derrors.c41 [EMFILE] = "Too many open files",
/linux-6.15/lib/
H A Derrname.c85 E(EMFILE),
/linux-6.15/rust/kernel/
H A Derror.rs56 declare_err!(EMFILE, "Too many open files.");
/linux-6.15/net/netfilter/
H A Dnft_objref.c45 return -EMFILE; in nft_objref_init()
H A Dnf_conntrack_expect.c474 ret = -EMFILE; in __nf_ct_expect_check()
483 ret = -EMFILE; in __nf_ct_expect_check()
H A Dnft_flow_offload.c424 return -EMFILE; in nft_flow_offload_init()
/linux-6.15/samples/cgroup/
H A Dmemcg_event_listener.c289 return -EMFILE; in initialize_memcg_events()
/linux-6.15/Documentation/filesystems/spufs/
H A Dspu_create.rst76 EMFILE The process has reached its maximum open file limit.
/linux-6.15/tools/perf/util/
H A Ddata.c67 if (errno == EMFILE && rlimit__increase_nofile(&set_rlimit)) in perf_data__create_dir()
/linux-6.15/fs/orangefs/
H A Dorangefs-utils.c463 EFAULT, EBUSY, EEXIST, ENODEV, ENOTDIR, EISDIR, EINVAL, EMFILE,
/linux-6.15/fs/notify/inotify/
H A Dinotify_user.c686 return ERR_PTR(-EMFILE); in inotify_new_group()
/linux-6.15/io_uring/
H A Drsrc.c546 return -EMFILE; in io_sqe_files_register()
548 return -EMFILE; in io_sqe_files_register()
/linux-6.15/drivers/s390/char/
H A Dvmur.c640 rc = -EMFILE; in verify_uri_device()
/linux-6.15/drivers/misc/mei/
H A Dclient.c639 return -EMFILE; in mei_cl_link()
645 return -EMFILE; in mei_cl_link()

12