Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Ddebugfs.h48 #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, \
Dfs.h3351 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument
3352 static int __fops ## _open(struct inode *inode, struct file *file) \
3357 static const struct file_operations __fops = { \
3359 .open = __fops ## _open, \
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
Dfile.c141 #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, \