Searched refs:anon_inode_getfile (Results 1 – 17 of 17) sorted by relevance
/Linux-v5.4/fs/ |
D | anon_inodes.c | 74 struct file *anon_inode_getfile(const char *name, in anon_inode_getfile() function 107 EXPORT_SYMBOL_GPL(anon_inode_getfile); 136 file = anon_inode_getfile(name, fops, priv, flags); in anon_inode_getfd()
|
D | eventpoll.c | 2068 file = anon_inode_getfile("[eventpoll]", &eventpoll_fops, ep, in do_epoll_create()
|
D | io_uring.c | 3776 file = anon_inode_getfile("[io_uring]", &io_uring_fops, ctx, in io_uring_get_fd()
|
/Linux-v5.4/include/linux/ |
D | anon_inodes.h | 14 struct file *anon_inode_getfile(const char *name,
|
/Linux-v5.4/drivers/misc/mic/scif/ |
D | scif_epd.h | 158 epd->anon = anon_inode_getfile("scif", &scif_anon_fops, NULL, 0); in scif_anon_inode_getfile()
|
/Linux-v5.4/drivers/dma-buf/ |
D | sync_file.c | 30 sync_file->file = anon_inode_getfile("sync_file", &sync_file_fops, in sync_file_alloc()
|
/Linux-v5.4/drivers/media/mc/ |
D | mc-request.c | 303 filp = anon_inode_getfile("request", &request_fops, NULL, O_CLOEXEC); in media_request_alloc()
|
/Linux-v5.4/drivers/char/tpm/ |
D | tpm_vtpm_proxy.c | 556 file = anon_inode_getfile("[vtpms]", &vtpm_proxy_fops, proxy_dev, in vtpm_proxy_create_device()
|
/Linux-v5.4/drivers/infiniband/core/ |
D | rdma_core.c | 599 filp = anon_inode_getfile(fd_type->name, in alloc_commit_fd_uobject()
|
D | uverbs_main.c | 575 filp = anon_inode_getfile("[infinibandevent]", &uverbs_async_event_fops, in ib_uverbs_alloc_async_event_file()
|
/Linux-v5.4/drivers/gpu/drm/ |
D | drm_syncobj.c | 526 file = anon_inode_getfile("syncobj_file", in drm_syncobj_get_fd()
|
/Linux-v5.4/kernel/ |
D | seccomp.c | 1223 ret = anon_inode_getfile("seccomp notify", &seccomp_notify_ops, in init_listener()
|
D | fork.c | 2048 pidfile = anon_inode_getfile("[pidfd]", &pidfd_fops, pid, in copy_process()
|
/Linux-v5.4/drivers/vfio/ |
D | vfio.c | 1464 filep = anon_inode_getfile("[vfio-device]", &vfio_device_fops, in vfio_group_get_device_fd()
|
/Linux-v5.4/drivers/gpio/ |
D | gpiolib.c | 629 file = anon_inode_getfile("gpio-linehandle", in linehandle_create() 987 file = anon_inode_getfile("gpio-event", in lineevent_create()
|
/Linux-v5.4/virt/kvm/ |
D | kvm_main.c | 3518 file = anon_inode_getfile("kvm-vm", &kvm_vm_fops, kvm, O_RDWR); in kvm_dev_ioctl_create_vm()
|
/Linux-v5.4/kernel/events/ |
D | core.c | 11111 event_file = anon_inode_getfile("[perf_event]", &perf_fops, event, in SYSCALL_DEFINE5()
|