Searched refs:DEFINE_SIMPLE_ATTRIBUTE_XSIGNED (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/include/linux/ |
| D | fs.h | 3255 #define DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, __is_signed) \ macro 3271 DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, false) 3274 DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, true)
|