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

/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c4355 fs_perm_t *fsperm = &node->fspn_fsperm; local
4356 fs_perm_fini(fsperm);
4376 who_perm_init(who_perm_t *who_perm, fs_perm_t *fsperm, argument
4380 pool = fsperm->fsp_set->fsps_deleg_perm_avl_pool;
4390 who_perm->who_fsperm = fsperm;
4411 fs_perm_init(fs_perm_t *fsperm, fs_perm_set_t *fspset, const char *fsname) argument
4416 bzero(fsperm, sizeof (fs_perm_t));
4418 if ((fsperm->fsp_sc_avl = uu_avl_create(nset_pool, NULL, UU_DEFAULT))
4422 if ((fsperm->fsp_uge_avl = uu_avl_create(who_pool, NULL, UU_DEFAULT))
4426 fsperm
4431 fs_perm_fini(fs_perm_t *fsperm) argument
4518 parse_fs_perm(fs_perm_t *fsperm, nvlist_t *nvl) argument
4628 fs_perm_t *fsperm = NULL; local
[all...]

Completed in 72 milliseconds