/Linux-v5.15/fs/ |
D | anon_inodes.c | 143 struct file *anon_inode_getfile(const char *name, in anon_inode_getfile() function 149 EXPORT_SYMBOL_GPL(anon_inode_getfile);
|
D | eventfd.c | 434 file = anon_inode_getfile("[eventfd]", &eventfd_fops, ctx, flags); in do_eventfd()
|
D | eventpoll.c | 1984 file = anon_inode_getfile("[eventpoll]", &eventpoll_fops, ep, in do_epoll_create()
|
D | io_uring.c | 10224 file = anon_inode_getfile("[io_uring]", &io_uring_fops, ctx, in io_uring_get_file()
|
/Linux-v5.15/include/linux/ |
D | anon_inodes.h | 15 struct file *anon_inode_getfile(const char *name,
|
/Linux-v5.15/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.15/drivers/media/mc/ |
D | mc-request.c | 312 filp = anon_inode_getfile("request", &request_fops, NULL, O_CLOEXEC); in media_request_alloc()
|
/Linux-v5.15/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.15/drivers/vdpa/vdpa_user/ |
D | iova_domain.c | 515 file = anon_inode_getfile("[vduse-domain]", &vduse_domain_fops, in vduse_domain_create()
|
/Linux-v5.15/drivers/gpio/ |
D | gpiolib-cdev.c | 372 file = anon_inode_getfile("gpio-linehandle", in linehandle_create() 1427 file = anon_inode_getfile("gpio-line", &line_fileops, lr, in linereq_create() 1816 file = anon_inode_getfile("gpio-event", in lineevent_create()
|
/Linux-v5.15/kernel/bpf/ |
D | bpf_iter.c | 639 file = anon_inode_getfile("bpf_iter", &bpf_iter_fops, NULL, flags); in bpf_iter_new_fd()
|
D | syscall.c | 2544 file = anon_inode_getfile("bpf_link", &bpf_link_fops, link, O_CLOEXEC); in bpf_link_prime()
|
/Linux-v5.15/drivers/gpu/drm/ |
D | drm_file.c | 901 file = anon_inode_getfile("drm", dev->driver->fops, priv, flags); in mock_drm_getfile()
|
D | drm_syncobj.c | 609 file = anon_inode_getfile("syncobj_file", in drm_syncobj_get_fd()
|
/Linux-v5.15/drivers/infiniband/core/ |
D | rdma_core.c | 480 filp = anon_inode_getfile(fd_type->name, fd_type->fops, NULL, in alloc_begin_fd_uobject()
|
/Linux-v5.15/drivers/gpu/drm/i915/gem/ |
D | i915_gem_mman.c | 880 file = anon_inode_getfile("i915.gem", &singleton_fops, i915, O_RDWR); in mmap_singleton()
|
/Linux-v5.15/drivers/virt/nitro_enclaves/ |
D | ne_misc_dev.c | 1607 enclave_file = anon_inode_getfile("ne-vm", &ne_enclave_fops, ne_enclave, O_RDWR); in ne_create_vm_ioctl()
|
/Linux-v5.15/kernel/ |
D | seccomp.c | 1745 ret = anon_inode_getfile("seccomp notify", &seccomp_notify_ops, in init_listener()
|
D | fork.c | 2230 pidfile = anon_inode_getfile("[pidfd]", &pidfd_fops, pid, in copy_process()
|
/Linux-v5.15/virt/kvm/ |
D | kvm_main.c | 3722 file = anon_inode_getfile(name, &kvm_vcpu_stats_fops, vcpu, O_RDONLY); in kvm_vcpu_ioctl_get_stats_fd() 4321 file = anon_inode_getfile("kvm-vm-stats", in kvm_vm_ioctl_get_stats_fd() 4628 file = anon_inode_getfile("kvm-vm", &kvm_vm_fops, kvm, O_RDWR); in kvm_dev_ioctl_create_vm()
|
/Linux-v5.15/drivers/vfio/ |
D | vfio.c | 1481 filep = anon_inode_getfile("[vfio-device]", &vfio_device_fops, in vfio_group_get_device_fd()
|
/Linux-v5.15/kernel/events/ |
D | core.c | 12210 event_file = anon_inode_getfile("[perf_event]", &perf_fops, event, in SYSCALL_DEFINE5()
|