Searched refs:uu_avl_first (Results 1 – 7 of 7) sorted by relevance
405 for (cn = uu_avl_first(hdl->libzfs_ns_avl); cn != NULL; in zpool_iter()443 for (cn = uu_avl_first(hdl->libzfs_ns_avl); cn != NULL; in zfs_iter_root()
358 void *uu_avl_first(uu_avl_t *);
491 for (node = uu_avl_first(cb.cb_avl); node != NULL; in zfs_for_each()
3158 for (node = uu_avl_first(avl); node; node = uu_avl_next(avl, node)) { in print_us()3365 if ((node = uu_avl_first(avl_tree)) == NULL) in zfs_do_userspace()5182 deleg_perm_node_t *node = uu_avl_first(who_perm->who_deleg_perm_avl); in who_perm_fini()5219 who_perm_node_t *node = uu_avl_first(fsperm->fsp_sc_avl); in fs_perm_fini()5230 node = uu_avl_first(fsperm->fsp_uge_avl); in fs_perm_fini()5995 for (who_node = uu_avl_first(who_avl); who_node != NULL; in print_set_creat_perms()6014 for (deleg_node = uu_avl_first(avl); deleg_node != NULL; in print_set_creat_perms()6049 for (deleg_node = uu_avl_first(avl); in print_uge_deleg_perms()
284 uu_avl_first(uu_avl_t *ap) in uu_avl_first() function
184 …<elf-symbol name='uu_avl_first' type='func-type' binding='global-binding' visibility='default-visi…593 …uu_avl_first' mangled-name='uu_avl_first' filepath='/home/fedora/zfs/lib/libuutil/uu_avl.c' line='…
181 for (node = uu_avl_first(zlp->zl_avl); node != NULL; node = next_node) { in pool_list_iter()