Searched refs:__fops (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/ |
D | debugfs.h | 42 #define DEFINE_DEBUGFS_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 43 static int __fops ## _open(struct inode *inode, struct file *file) \ 48 static const struct file_operations __fops = { \ 50 .open = __fops ## _open, \
|
D | fs.h | 3335 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 3336 static int __fops ## _open(struct inode *inode, struct file *file) \ 3341 static const struct file_operations __fops = { \ 3343 .open = __fops ## _open, \
|
/Linux-v4.19/arch/powerpc/platforms/cell/spufs/ |
D | file.c | 145 #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, \
|