Searched refs:strtoul_safe_clamp (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/md/bcache/ |
| H A D | sysfs.h | 111 ret = strtoul_safe_clamp(buf, v, min, max); \
|
| H A D | util.h | 270 #define strtoul_safe_clamp(cp, var, min, max) \ macro
|
| H A D | sysfs.c | 322 ret = strtoul_safe_clamp(buf, v, 1, INT_MAX); in STORE() 891 ret = strtoul_safe_clamp(buf, v, 0, UINT_MAX); in STORE()
|
| /linux-6.15/fs/bcachefs/ |
| H A D | util.h | 176 #define strtoul_safe_clamp(cp, var, min, max) \ macro
|
| H A D | sysfs.c | 128 return strtoul_safe_clamp(buf, var, min, max) \
|