Searched refs:who_perm (Results 1 – 1 of 1) sorted by relevance
4105 typedef struct who_perm { struct4116 who_perm_t who_perm; argument4206 zfs_deleg_who_type_t ltype = l->who_perm.who_type; in who_perm_compare()4207 zfs_deleg_who_type_t rtype = r->who_perm.who_type; in who_perm_compare()4212 res = strncmp(l->who_perm.who_name, r->who_perm.who_name, in who_perm_compare()4305 who_perm_init(who_perm_t *who_perm, fs_perm_t *fsperm, in who_perm_init() argument4311 bzero(who_perm, sizeof (who_perm_t)); in who_perm_init()4313 if ((who_perm->who_deleg_perm_avl = uu_avl_create(pool, NULL, in who_perm_init()4317 who_perm->who_type = type; in who_perm_init()4318 who_perm->who_name = name; in who_perm_init()[all …]