Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
H A Dsysfs.h111 ret = strtoul_safe_clamp(buf, v, min, max); \
H A Dsysfs.c322 ret = strtoul_safe_clamp(buf, v, 1, INT_MAX); in STORE()
891 ret = strtoul_safe_clamp(buf, v, 0, UINT_MAX); in STORE()
H A Dutil.h270 #define strtoul_safe_clamp(cp, var, min, max) \ macro
/linux/fs/bcachefs/
H A Dutil.h175 #define strtoul_safe_clamp(cp, var, min, max) \ macro
H A Dsysfs.c128 return strtoul_safe_clamp(buf, var, min, max) \