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.h324 #define strtoul_safe(cp, var) \ macro
/linux/fs/bcachefs/
H A Dutil.h170 #define strtoul_safe(cp, var) \ macro
H A Dsysfs.c126 return strtoul_safe(buf, var) ?: (ssize_t) size; \