Home
last modified time | relevance | path

Searched refs:who_perm (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c5375 typedef struct who_perm { struct
5386 who_perm_t who_perm; member
5484 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() argument
5589 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 …]