Home
last modified time | relevance | path

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

/third_party/f2fs-tools/tools/
Df2fs_io_parse.c89 static inline int atoh(char *str) in atoh() function
130 major = atoh(optarg); in parse_options()
133 minor = atoh(optarg); in parse_options()
170 pent->pid = atoh(ptr); in handle_tp_pid()
184 pid = atoh(ptr); in handle_tp_ios()
188 type = atoh(ptr); in handle_tp_ios()
191 rw = atoh(ptr); in handle_tp_ios()
199 len = atoh(ptr); in handle_tp_ios()
228 if (major && major != atoh(ptr)) in do_parse()
231 if (minor && minor != atoh(ptr)) in do_parse()