Home
last modified time | relevance | path

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

12

/Linux-v6.1/include/uapi/asm-generic/
Derrno-base.h28 #define EMFILE 24 /* Too many open files */ macro
/Linux-v6.1/tools/include/uapi/asm-generic/
Derrno-base.h28 #define EMFILE 24 /* Too many open files */ macro
/Linux-v6.1/fs/
Dfile.c193 return -EMFILE; in expand_fdtable()
230 return -EMFILE; in expand_files()
363 *errorp = -EMFILE; in dup_fd()
520 error = -EMFILE; in alloc_fd()
1236 if (err == -EMFILE) in ksys_dup3()
/Linux-v6.1/Documentation/userspace-api/media/mediactl/
Dmedia-func-open.rst55 EMFILE
/Linux-v6.1/Documentation/userspace-api/media/cec/
Dcec-func-open.rst64 ``EMFILE``
/Linux-v6.1/net/9p/
Derror.c64 {"Too many open files", EMFILE},
/Linux-v6.1/Documentation/userspace-api/media/dvb/
Ddmx-fopen.rst84 - - ``EMFILE``
Dfrontend_f_open.rst96 - - ``EMFILE``
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dfunc-open.rst74 EMFILE
/Linux-v6.1/lib/
Derrname.c82 E(EMFILE),
/Linux-v6.1/net/netfilter/
Dnf_conntrack_expect.c474 ret = -EMFILE; in __nf_ct_expect_check()
483 ret = -EMFILE; in __nf_ct_expect_check()
/Linux-v6.1/Documentation/filesystems/spufs/
Dspu_create.rst76 EMFILE The process has reached its maximum open file limit.
/Linux-v6.1/io_uring/
Drsrc.c950 return -EMFILE; in io_sqe_files_register()
952 return -EMFILE; in io_sqe_files_register()
/Linux-v6.1/fs/orangefs/
Dorangefs-utils.c463 EFAULT, EBUSY, EEXIST, ENODEV, ENOTDIR, EISDIR, EINVAL, EMFILE,
/Linux-v6.1/fs/ksmbd/
Dvfs_cache.c528 return -EMFILE; in __open_id()
/Linux-v6.1/fs/notify/inotify/
Dinotify_user.c687 return ERR_PTR(-EMFILE); in inotify_new_group()
/Linux-v6.1/drivers/s390/char/
Dvmur.c637 rc = -EMFILE; in verify_uri_device()
/Linux-v6.1/tools/testing/selftests/nolibc/
Dnolibc-test.c94 CASE_ERR(EMFILE); in errorname()
/Linux-v6.1/drivers/misc/mei/
Dclient.c659 return -EMFILE; in mei_cl_link()
665 return -EMFILE; in mei_cl_link()
/Linux-v6.1/drivers/hid/intel-ish-hid/ishtp/
Dclient.c185 ret = -EMFILE; in ishtp_cl_link()
/Linux-v6.1/drivers/scsi/cxlflash/
Dvlun.c1032 rc = -EMFILE; /* too many opens */ in cxlflash_disk_virtual_open()
/Linux-v6.1/fs/cifs/
Dnetmisc.c36 {ERRnofids, -EMFILE},
/Linux-v6.1/tools/perf/util/
Ddso.c485 if (!dso__data_open_cnt || errno != EMFILE) in do_open()
Devsel.c2161 if (err == -EMFILE && evsel__increase_rlimit(&set_rlimit)) in evsel__open_cpu()
2994 case EMFILE: in evsel__open_strerror()
/Linux-v6.1/fs/notify/fanotify/
Dfanotify_user.c1437 fd = -EMFILE; in SYSCALL_DEFINE2()

12