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

/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c4154 uu_avl_t *fsp_uge_avl; /* user,group,everyone */ member in struct:fs_perm
4379 if ((fsperm->fsp_uge_avl = uu_avl_create(who_pool, NULL, UU_DEFAULT))
4401 node = uu_avl_first(fsperm->fsp_uge_avl);
4403 who_perm_node_t *next_node = uu_avl_next(fsperm->fsp_uge_avl,
4407 uu_avl_remove(fsperm->fsp_uge_avl, node);
4413 uu_avl_destroy(fsperm->fsp_uge_avl);
4511 avl = fsperm->fsp_uge_avl;
4530 if (avl == fsperm->fsp_uge_avl) {
5249 uu_avl_t *uge_avl = node->fspn_fsperm.fsp_uge_avl;

Completed in 79 milliseconds