Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Danon_inodes.c70 struct file *anon_inode_getfile(const char *name, in anon_inode_getfile() function
103 EXPORT_SYMBOL_GPL(anon_inode_getfile);
132 file = anon_inode_getfile(name, fops, priv, flags); in anon_inode_getfd()
Deventpoll.c1972 file = anon_inode_getfile("[eventpoll]", &eventpoll_fops, ep, in do_epoll_create()
/Linux-v4.19/include/linux/
Danon_inodes.h14 struct file *anon_inode_getfile(const char *name,
/Linux-v4.19/drivers/misc/mic/scif/
Dscif_epd.h167 epd->anon = anon_inode_getfile("scif", &scif_anon_fops, NULL, 0); in scif_anon_inode_getfile()
/Linux-v4.19/drivers/dma-buf/
Dsync_file.c39 sync_file->file = anon_inode_getfile("sync_file", &sync_file_fops, in sync_file_alloc()
Ddma-buf.c437 file = anon_inode_getfile("dmabuf", &dma_buf_fops, dmabuf, in dma_buf_export()
/Linux-v4.19/drivers/char/tpm/
Dtpm_vtpm_proxy.c564 file = anon_inode_getfile("[vtpms]", &vtpm_proxy_fops, proxy_dev, in vtpm_proxy_create_device()
/Linux-v4.19/drivers/infiniband/core/
Drdma_core.c609 filp = anon_inode_getfile(fd_type->name, in alloc_commit_fd_uobject()
Duverbs_main.c625 filp = anon_inode_getfile("[infinibandevent]", &uverbs_async_event_fops, in ib_uverbs_alloc_async_event_file()
/Linux-v4.19/drivers/gpu/drm/
Ddrm_syncobj.c421 file = anon_inode_getfile("syncobj_file", in drm_syncobj_get_fd()
/Linux-v4.19/drivers/gpio/
Dgpiolib.c615 file = anon_inode_getfile("gpio-linehandle", in linehandle_create()
967 file = anon_inode_getfile("gpio-event", in lineevent_create()
/Linux-v4.19/drivers/vfio/
Dvfio.c1480 filep = anon_inode_getfile("[vfio-device]", &vfio_device_fops, in vfio_group_get_device_fd()
/Linux-v4.19/virt/kvm/
Dkvm_main.c3201 file = anon_inode_getfile("kvm-vm", &kvm_vm_fops, kvm, O_RDWR); in kvm_dev_ioctl_create_vm()
/Linux-v4.19/kernel/events/
Dcore.c10622 event_file = anon_inode_getfile("[perf_event]", &perf_fops, event, in SYSCALL_DEFINE5()