Searched refs:fsp_sc_avl (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c4196 uu_avl_t *fsp_sc_avl; /* sets,create */ member in struct:fs_perm
4418 if ((fsperm->fsp_sc_avl = uu_avl_create(nset_pool, NULL, UU_DEFAULT))
4433 who_perm_node_t *node = uu_avl_first(fsperm->fsp_sc_avl);
4435 who_perm_node_t *next_node = uu_avl_next(fsperm->fsp_sc_avl,
4439 uu_avl_remove(fsperm->fsp_sc_avl, node);
4455 uu_avl_destroy(fsperm->fsp_sc_avl);
4545 avl = fsperm->fsp_sc_avl;
5291 uu_avl_t *sc_avl = node->fspn_fsperm.fsp_sc_avl;

Completed in 125 milliseconds