Home
last modified time | relevance | path

Searched refs:get_unused_fd (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dfile.h95 DEFINE_CLASS(get_unused_fd, int, if (_T >= 0) put_unused_fd(_T),
101 * CLASS(get_unused_fd) won't call put_unused_fd(). This makes it
102 * easier to rely on CLASS(get_unused_fd):
106 * CLASS(get_unused_fd, fd)(O_CLOEXEC);
/linux/fs/
H A Dnsfs.c105 CLASS(get_unused_fd, fd)(O_CLOEXEC); in open_namespace() local
316 CLASS(get_unused_fd, fd)(O_CLOEXEC); in ns_ioctl() local
/linux/drivers/xen/
H A Dgntdev-dmabuf.c361 CLASS(get_unused_fd, ret)(O_CLOEXEC); in dmabuf_exp_from_pages() local
/linux/drivers/accel/habanalabs/common/
H A Dmemory.c1859 CLASS(get_unused_fd, fd)(flags); in export_dmabuf() local
/linux/kernel/
H A Dfork.c1848 CLASS(get_unused_fd, pidfd)(O_CLOEXEC); in pidfd_prepare() local