Searched refs:anon_inode_getfile (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/fs/ |
D | anon_inodes.c | 127 struct file *anon_inode_getfile(const char *name, in anon_inode_getfile() function 182 EXPORT_SYMBOL_GPL(anon_inode_getfile); 211 file = anon_inode_getfile(name, fops, priv, flags); in anon_inode_getfd()
|
D | eventfd.c | 402 file = anon_inode_getfile("[eventfd]", &eventfd_fops, ctx, in eventfd_file_create()
|
D | eventpoll.c | 1591 file = anon_inode_getfile("[eventpoll]", &eventpoll_fops, ep, in SYSCALL_DEFINE1()
|
/linux-3.4.99/include/linux/ |
D | anon_inodes.h | 13 struct file *anon_inode_getfile(const char *name,
|
/linux-3.4.99/drivers/base/ |
D | dma-buf.c | 97 file = anon_inode_getfile("dmabuf", &dma_buf_fops, dmabuf, flags); in dma_buf_export()
|
/linux-3.4.99/drivers/infiniband/core/ |
D | uverbs_main.c | 528 filp = anon_inode_getfile("[infinibandevent]", &uverbs_event_fops, in ib_uverbs_alloc_event_file()
|
/linux-3.4.99/kernel/events/ |
D | core.c | 6509 event_file = anon_inode_getfile("[perf_event]", &perf_fops, event, O_RDWR); in SYSCALL_DEFINE5()
|