Home
last modified time | relevance | path

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

/include/linux/
Dfs.h2761 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument
2762 static int __fops ## _open(struct inode *inode, struct file *file) \
2767 static const struct file_operations __fops = { \
2769 .open = __fops ## _open, \