__fops            132 arch/powerpc/platforms/cell/spufs/file.c #define DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt)	\
__fops            133 arch/powerpc/platforms/cell/spufs/file.c static int __fops ## _open(struct inode *inode, struct file *file)	\
__fops            138 arch/powerpc/platforms/cell/spufs/file.c static const struct file_operations __fops = {				\
__fops            139 arch/powerpc/platforms/cell/spufs/file.c 	.open	 = __fops ## _open,					\
__fops             42 include/linux/debugfs.h #define DEFINE_DEBUGFS_ATTRIBUTE(__fops, __get, __set, __fmt)		\
__fops             43 include/linux/debugfs.h static int __fops ## _open(struct inode *inode, struct file *file)	\
__fops             48 include/linux/debugfs.h static const struct file_operations __fops = {				\
__fops             50 include/linux/debugfs.h 	.open	 = __fops ## _open,					\
__fops           3476 include/linux/fs.h #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt)		\
__fops           3477 include/linux/fs.h static int __fops ## _open(struct inode *inode, struct file *file)	\
__fops           3482 include/linux/fs.h static const struct file_operations __fops = {				\
__fops           3484 include/linux/fs.h 	.open	 = __fops ## _open,					\