Home
last modified time | relevance | path

Searched refs:strtoul_safe (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/md/bcache/
H A Dsysfs.h93 return strtoul_safe(buf, var) ?: (ssize_t) size; \
H A Dutil.h261 #define strtoul_safe(cp, var) \ macro
/linux/fs/bcachefs/
H A Dutil.h166 #define strtoul_safe(cp, var) \ macro
H A Dsysfs.c122 return strtoul_safe(buf, var) ?: (ssize_t) size; \