Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c4525 dump_path_impl(objset_t *os, uint64_t obj, char *name, uint64_t *retobj) in dump_path_impl() function
4575 return (dump_path_impl(os, child_obj, s + 1, retobj)); in dump_path_impl()
4618 err = dump_path_impl(os, root_obj, path, retobj); in dump_path()