Searched refs:STRTO_H (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/md/bcache/ |
H A D | util.c | 23 #define STRTO_H(name, type) \ macro 80 STRTO_H(strtoint, int) in STRTO_H() function 81 STRTO_H(strtouint, unsigned int) in STRTO_H() 82 STRTO_H(strtoll, long long) in STRTO_H() 83 STRTO_H(strtoull, unsigned long long) in STRTO_H()
|
/linux/fs/bcachefs/ |
H A D | util.c | 191 #define STRTO_H(name, type) \ macro 201 STRTO_H(strtoint, int) in STRTO_H() function 202 STRTO_H(strtouint, unsigned int) in STRTO_H() 203 STRTO_H(strtoll, long long) in STRTO_H() 204 STRTO_H(strtoull, unsigned long long) in STRTO_H() 205 STRTO_H(strtou64, u64) in STRTO_H()
|