Home
last modified time | relevance | path

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

/linux-3.4.99/fs/
Danon_inodes.c127 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()
Deventfd.c402 file = anon_inode_getfile("[eventfd]", &eventfd_fops, ctx, in eventfd_file_create()
Deventpoll.c1591 file = anon_inode_getfile("[eventpoll]", &eventpoll_fops, ep, in SYSCALL_DEFINE1()
/linux-3.4.99/include/linux/
Danon_inodes.h13 struct file *anon_inode_getfile(const char *name,
/linux-3.4.99/drivers/base/
Ddma-buf.c97 file = anon_inode_getfile("dmabuf", &dma_buf_fops, dmabuf, flags); in dma_buf_export()
/linux-3.4.99/drivers/infiniband/core/
Duverbs_main.c528 filp = anon_inode_getfile("[infinibandevent]", &uverbs_event_fops, in ib_uverbs_alloc_event_file()
/linux-3.4.99/kernel/events/
Dcore.c6509 event_file = anon_inode_getfile("[perf_event]", &perf_fops, event, O_RDWR); in SYSCALL_DEFINE5()