Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Ddebugfs.h42 #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, \
Dfs.h3468 #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/
Dfile.c132 #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, \