Searched refs:anon_inode_getfile (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/fs/ |
D | anon_inodes.c | 70 struct file *anon_inode_getfile(const char *name, in anon_inode_getfile() function 121 EXPORT_SYMBOL_GPL(anon_inode_getfile); 150 file = anon_inode_getfile(name, fops, priv, flags); in anon_inode_getfd()
|
D | eventfd.c | 412 file = anon_inode_getfile("[eventfd]", &eventfd_fops, ctx, in eventfd_file_create()
|
D | eventpoll.c | 1790 file = anon_inode_getfile("[eventpoll]", &eventpoll_fops, ep, in SYSCALL_DEFINE1()
|
/linux-4.1.27/include/linux/ |
D | anon_inodes.h | 13 struct file *anon_inode_getfile(const char *name,
|
/linux-4.1.27/drivers/dma-buf/ |
D | dma-buf.c | 323 file = anon_inode_getfile("dmabuf", &dma_buf_fops, dmabuf, in dma_buf_export()
|
/linux-4.1.27/drivers/staging/android/ |
D | sync.c | 161 fence->file = anon_inode_getfile("sync_fence", &sync_fence_fops, in sync_fence_alloc()
|
/linux-4.1.27/drivers/infiniband/core/ |
D | uverbs_main.c | 574 filp = anon_inode_getfile("[infinibandevent]", &uverbs_event_fops, in ib_uverbs_alloc_event_file()
|
/linux-4.1.27/drivers/vfio/ |
D | vfio.c | 1214 filep = anon_inode_getfile("[vfio-device]", &vfio_device_fops, in vfio_group_get_device_fd()
|
/linux-4.1.27/kernel/events/ |
D | core.c | 8118 event_file = anon_inode_getfile("[perf_event]", &perf_fops, event, in SYSCALL_DEFINE5()
|