Home
last modified time | relevance | path

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

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