Searched refs:anon_inode_getfd (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Danon_inodes.h11 int anon_inode_getfd(int *pfd, struct inode **pinode, struct file **pfile,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Danon_inodes.c56 * anon_inode_getfd - creates a new file instance by hooking it up to and
69 * All the files created with anon_inode_getfd() will share a single inode, by
73 int anon_inode_getfd(int *pfd, struct inode **pinode, struct file **pfile, function
H A Deventfd.c216 * anon_inode_getfd() will install the fd.
218 error = anon_inode_getfd(&fd, &inode, &file, "[eventfd]",
H A Dtimerfd.c183 * anon_inode_getfd() will install the fd.
185 error = anon_inode_getfd(&ufd, &inode, &file, "[timerfd]",
H A Dsignalfd.c346 * anon_inode_getfd() will install the fd.
348 error = anon_inode_getfd(&ufd, &inode, &file, "[signalfd]",
H A Deventpoll.c1096 error = anon_inode_getfd(&fd, &inode, &file, "[eventpoll]",

Completed in 110 milliseconds