Searched refs:__fops (Results 1 – 2 of 2) sorted by relevance
/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 | 3497 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 3498 static int __fops ## _open(struct inode *inode, struct file *file) \ 3503 static const struct file_operations __fops = { \ 3505 .open = __fops ## _open, \
|