Home
last modified time | relevance | path

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

/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.h3497 #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, \