Searched refs:anon_inode_getfile (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/fs/ |
D | anon_inodes.c | 70 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()
|
D | eventpoll.c | 1972 file = anon_inode_getfile("[eventpoll]", &eventpoll_fops, ep, in do_epoll_create()
|
/Linux-v4.19/include/linux/ |
D | anon_inodes.h | 14 struct file *anon_inode_getfile(const char *name,
|
/Linux-v4.19/drivers/misc/mic/scif/ |
D | scif_epd.h | 167 epd->anon = anon_inode_getfile("scif", &scif_anon_fops, NULL, 0); in scif_anon_inode_getfile()
|
/Linux-v4.19/drivers/dma-buf/ |
D | sync_file.c | 39 sync_file->file = anon_inode_getfile("sync_file", &sync_file_fops, in sync_file_alloc()
|
D | dma-buf.c | 437 file = anon_inode_getfile("dmabuf", &dma_buf_fops, dmabuf, in dma_buf_export()
|
/Linux-v4.19/drivers/char/tpm/ |
D | tpm_vtpm_proxy.c | 564 file = anon_inode_getfile("[vtpms]", &vtpm_proxy_fops, proxy_dev, in vtpm_proxy_create_device()
|
/Linux-v4.19/drivers/infiniband/core/ |
D | rdma_core.c | 609 filp = anon_inode_getfile(fd_type->name, in alloc_commit_fd_uobject()
|
D | uverbs_main.c | 625 filp = anon_inode_getfile("[infinibandevent]", &uverbs_async_event_fops, in ib_uverbs_alloc_async_event_file()
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_syncobj.c | 421 file = anon_inode_getfile("syncobj_file", in drm_syncobj_get_fd()
|
/Linux-v4.19/drivers/gpio/ |
D | gpiolib.c | 615 file = anon_inode_getfile("gpio-linehandle", in linehandle_create() 967 file = anon_inode_getfile("gpio-event", in lineevent_create()
|
/Linux-v4.19/drivers/vfio/ |
D | vfio.c | 1480 filep = anon_inode_getfile("[vfio-device]", &vfio_device_fops, in vfio_group_get_device_fd()
|
/Linux-v4.19/virt/kvm/ |
D | kvm_main.c | 3201 file = anon_inode_getfile("kvm-vm", &kvm_vm_fops, kvm, O_RDWR); in kvm_dev_ioctl_create_vm()
|
/Linux-v4.19/kernel/events/ |
D | core.c | 10622 event_file = anon_inode_getfile("[perf_event]", &perf_fops, event, in SYSCALL_DEFINE5()
|