Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dsysfs.h97 ret = strtoul_safe_clamp(buf, v, min, max); \
H A Dsysfs.c315 ret = strtoul_safe_clamp(buf, v, 1, INT_MAX); in STORE()
873 ret = strtoul_safe_clamp(buf, v, 0, UINT_MAX); in STORE()
H A Dutil.h336 #define strtoul_safe_clamp(cp, var, min, max) \ macro