Searched refs:__fops (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | debugfs.h | 91 #define DEFINE_DEBUGFS_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 92 DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) 93 #define DEFINE_DEBUGFS_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ argument 94 DEFINE_SIMPLE_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt)
|
| H A D | fs.h | 392 #define __DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt, __wrfunc)\ argument 394 __fops ## _open(struct inode *inode, struct file *filp) \ 398 static const struct file_operations __fops = { \ 400 .open = __fops ## _open, \
|