Home
last modified time | relevance | path

Searched refs:anon_inode_getfile (Results 1 – 24 of 24) sorted by relevance

/linux/fs/
A Danon_inodes.c143 struct file *anon_inode_getfile(const char *name, in anon_inode_getfile() function
149 EXPORT_SYMBOL_GPL(anon_inode_getfile);
A Deventfd.c434 file = anon_inode_getfile("[eventfd]", &eventfd_fops, ctx, flags); in do_eventfd()
A Deventpoll.c1984 file = anon_inode_getfile("[eventpoll]", &eventpoll_fops, ep, in do_epoll_create()
/linux/include/linux/
A Danon_inodes.h15 struct file *anon_inode_getfile(const char *name,
/linux/drivers/dma-buf/
A Dsync_file.c30 sync_file->file = anon_inode_getfile("sync_file", &sync_file_fops, in sync_file_alloc()
/linux/drivers/media/mc/
A Dmc-request.c312 filp = anon_inode_getfile("request", &request_fops, NULL, O_CLOEXEC); in media_request_alloc()
/linux/drivers/char/tpm/
A Dtpm_vtpm_proxy.c556 file = anon_inode_getfile("[vtpms]", &vtpm_proxy_fops, proxy_dev, in vtpm_proxy_create_device()
/linux/drivers/vdpa/vdpa_user/
A Diova_domain.c515 file = anon_inode_getfile("[vduse-domain]", &vduse_domain_fops, in vduse_domain_create()
/linux/drivers/gpio/
A Dgpiolib-cdev.c372 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/drivers/gpu/drm/
A Ddrm_file.c901 file = anon_inode_getfile("drm", dev->driver->fops, priv, flags); in mock_drm_getfile()
A Ddrm_syncobj.c618 file = anon_inode_getfile("syncobj_file", in drm_syncobj_get_fd()
/linux/kernel/bpf/
A Dbpf_iter.c639 file = anon_inode_getfile("bpf_iter", &bpf_iter_fops, NULL, flags); in bpf_iter_new_fd()
A Dsyscall.c2583 file = anon_inode_getfile("bpf_link", &bpf_link_fops, link, O_CLOEXEC); in bpf_link_prime()
/linux/drivers/infiniband/core/
A Drdma_core.c480 filp = anon_inode_getfile(fd_type->name, fd_type->fops, NULL, in alloc_begin_fd_uobject()
/linux/drivers/gpu/drm/i915/gem/
A Di915_gem_mman.c880 file = anon_inode_getfile("i915.gem", &singleton_fops, i915, O_RDWR); in mmap_singleton()
/linux/drivers/virt/nitro_enclaves/
A Dne_misc_dev.c1609 enclave_file = anon_inode_getfile("ne-vm", &ne_enclave_fops, ne_enclave, O_RDWR); in ne_create_vm_ioctl()
/linux/virt/kvm/
A Dkvm_main.c3670 file = anon_inode_getfile(name, &kvm_vcpu_stats_fops, vcpu, O_RDONLY); in kvm_vcpu_ioctl_get_stats_fd()
4269 file = anon_inode_getfile("kvm-vm-stats", in kvm_vm_ioctl_get_stats_fd()
4576 file = anon_inode_getfile("kvm-vm", &kvm_vm_fops, kvm, O_RDWR); in kvm_dev_ioctl_create_vm()
/linux/kernel/
A Dseccomp.c1745 ret = anon_inode_getfile("seccomp notify", &seccomp_notify_ops, in init_listener()
A Dfork.c2227 pidfile = anon_inode_getfile("[pidfd]", &pidfd_fops, pid, in copy_process()
/linux/drivers/vfio/
A Dvfio.c1373 filep = anon_inode_getfile("[vfio-device]", &vfio_device_fops, in vfio_group_get_device_fd()
/linux/kernel/events/
A Dcore.c12243 event_file = anon_inode_getfile("[perf_event]", &perf_fops, event, in SYSCALL_DEFINE5()
/linux/
A Dvmlinux.symvers10374 0x00000000 anon_inode_getfile vmlinux EXPORT_SYMBOL_GPL
A DSystem.map9874 ffff8000102a6c10 T anon_inode_getfile
A D.tmp_System.map9874 ffff8000102a6c10 T anon_inode_getfile

Completed in 413 milliseconds