Searched refs:who_perm (Results 1 – 1 of 1) sorted by relevance
5375 typedef struct who_perm { struct5386 who_perm_t who_perm; member5484 zfs_deleg_who_type_t ltype = l->who_perm.who_type; in who_perm_compare()5485 zfs_deleg_who_type_t rtype = r->who_perm.who_type; in who_perm_compare()5490 res = strncmp(l->who_perm.who_name, r->who_perm.who_name, in who_perm_compare()5583 who_perm_init(who_perm_t *who_perm, fs_perm_t *fsperm, in who_perm_init() argument5589 memset(who_perm, 0, sizeof (who_perm_t)); in who_perm_init()5591 if ((who_perm->who_deleg_perm_avl = uu_avl_create(pool, NULL, in who_perm_init()5595 who_perm->who_type = type; in who_perm_init()5596 who_perm->who_name = name; in who_perm_init()[all …]