Home | History | Annotate | Download | only in linux

Lines Matching full:__fmt

2618 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt)		\
2621 __simple_attr_check_format(__fmt, 0ull); \
2622 return simple_attr_open(inode, file, __get, __set, __fmt); \