Searched refs:__fops (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/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 | 3468 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 3469 static int __fops ## _open(struct inode *inode, struct file *file) \ 3474 static const struct file_operations __fops = { \ 3476 .open = __fops ## _open, \
|
/Linux-v5.4/arch/powerpc/platforms/cell/spufs/ |
D | file.c | 132 #define DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 133 static int __fops ## _open(struct inode *inode, struct file *file) \ 138 static const struct file_operations __fops = { \ 139 .open = __fops ## _open, \
|