Searched refs:__fops (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | debugfs.h | 48 #define DEFINE_DEBUGFS_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 49 static int __fops ## _open(struct inode *inode, struct file *file) \ 54 static const struct file_operations __fops = { \ 56 .open = __fops ## _open, \
|
| H A D | fs.h | 3417 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 3418 static int __fops ## _open(struct inode *inode, struct file *file) \ 3423 static const struct file_operations __fops = { \ 3425 .open = __fops ## _open, \
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_mem.c | 1767 #define KBASE_JIT_DEBUGFS_DECLARE(__fops, __func) \ argument 1768 static int __fops ## _open(struct inode *inode, struct file *file) \ 1772 static const struct file_operations __fops = { \ 1774 .open = __fops ## _open, \
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/ |
| H A D | file.c | 141 #define DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 142 static int __fops ## _open(struct inode *inode, struct file *file) \ 147 static const struct file_operations __fops = { \ 148 .open = __fops ## _open, \
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_mem.c | 3628 #define KBASE_JIT_DEBUGFS_DECLARE(__fops, __func) \ argument 3629 static int __fops ## _open(struct inode *inode, struct file *file) \ 3633 static const struct file_operations __fops = { \ 3635 .open = __fops ## _open, \
|