Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Danon_inodes.c70 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()
Deventfd.c412 file = anon_inode_getfile("[eventfd]", &eventfd_fops, ctx, in eventfd_file_create()
Duserfaultfd.c1294 file = anon_inode_getfile("[userfaultfd]", &userfaultfd_fops, ctx, in userfaultfd_file_create()
Deventpoll.c1790 file = anon_inode_getfile("[eventpoll]", &eventpoll_fops, ep, in SYSCALL_DEFINE1()
/linux-4.4.14/include/linux/
Danon_inodes.h13 struct file *anon_inode_getfile(const char *name,
/linux-4.4.14/drivers/misc/mic/scif/
Dscif_epd.h167 epd->anon = anon_inode_getfile("scif", &scif_anon_fops, NULL, 0); in scif_anon_inode_getfile()
/linux-4.4.14/drivers/misc/cxl/
Dapi.c282 file = anon_inode_getfile("cxl", fops, ctx, flags); in cxl_get_fd()
/linux-4.4.14/drivers/dma-buf/
Ddma-buf.c332 file = anon_inode_getfile("dmabuf", &dma_buf_fops, dmabuf, in dma_buf_export()
/linux-4.4.14/drivers/staging/android/
Dsync.c161 fence->file = anon_inode_getfile("sync_fence", &sync_fence_fops, in sync_fence_alloc()
/linux-4.4.14/drivers/infiniband/core/
Duverbs_main.c609 filp = anon_inode_getfile("[infinibandevent]", &uverbs_event_fops, in ib_uverbs_alloc_event_file()
/linux-4.4.14/drivers/vfio/
Dvfio.c1265 filep = anon_inode_getfile("[vfio-device]", &vfio_device_fops, in vfio_group_get_device_fd()
/linux-4.4.14/kernel/events/
Dcore.c8460 event_file = anon_inode_getfile("[perf_event]", &perf_fops, event, in SYSCALL_DEFINE5()