Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c5744 char set_type = '\0'; in store_allow_perm() local
5757 set_type = ZFS_DELEG_NAMED_SET_SETS; in store_allow_perm()
5763 set_type = ZFS_DELEG_CREATE_SETS; in store_allow_perm()
5769 set_type = ZFS_DELEG_USER_SETS; in store_allow_perm()
5778 set_type = ZFS_DELEG_GROUP_SETS; in store_allow_perm()
5787 set_type = ZFS_DELEG_EVERYONE_SETS; in store_allow_perm()
5796 assert(set_type != '\0' && base_type != '\0'); in store_allow_perm()
5845 set_type, locality, who); in store_allow_perm()
5849 set_type, locality); in store_allow_perm()
5871 "%c%c$%s", set_type, locality, who); in store_allow_perm()
[all …]