Home
last modified time | relevance | path

Searched refs:__fops (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
Dfile.c145 #define DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument
146 static int __fops ## _open(struct inode *inode, struct file *file) \
151 static const struct file_operations __fops = { \
152 .open = __fops ## _open, \
/linux-4.1.27/include/linux/
Dfs.h2895 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument
2896 static int __fops ## _open(struct inode *inode, struct file *file) \
2901 static const struct file_operations __fops = { \
2903 .open = __fops ## _open, \