Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/bcache/
H A Dsysfs.h131 int _r = strtoi_h(cp, &v); \
139 return strtoi_h(buf, &var) ?: (ssize_t) size; \
H A Dutil.h247 #define strtoi_h(cp, res) \ macro
/linux-6.15/fs/bcachefs/
H A Dutil.h158 #define strtoi_h(cp, res) \ macro