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

/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c4197 uu_avl_t *fsp_uge_avl; /* user,group,everyone */ member in struct:fs_perm
4422 if ((fsperm->fsp_uge_avl = uu_avl_create(who_pool, NULL, UU_DEFAULT))
4444 node = uu_avl_first(fsperm->fsp_uge_avl);
4446 who_perm_node_t *next_node = uu_avl_next(fsperm->fsp_uge_avl,
4450 uu_avl_remove(fsperm->fsp_uge_avl, node);
4456 uu_avl_destroy(fsperm->fsp_uge_avl);
4554 avl = fsperm->fsp_uge_avl;
4573 if (avl == fsperm->fsp_uge_avl) {
5292 uu_avl_t *uge_avl = node->fspn_fsperm.fsp_uge_avl;

Completed in 173 milliseconds