Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dutil.h148 static inline int bch2_strtoul_h(const char *cp, long *res) in bch2_strtoul_h() function
162 : type_is(*res, unsigned long) ? bch2_strtoul_h(cp, (void *) res)\