Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/zfs/
H A Dzfs_main.c4875 char set_type = '\0'; in store_allow_perm() local
4888 set_type = ZFS_DELEG_NAMED_SET_SETS; in store_allow_perm()
4894 set_type = ZFS_DELEG_CREATE_SETS; in store_allow_perm()
4900 set_type = ZFS_DELEG_USER_SETS; in store_allow_perm()
4909 set_type = ZFS_DELEG_GROUP_SETS; in store_allow_perm()
4918 set_type = ZFS_DELEG_EVERYONE_SETS; in store_allow_perm()
4927 assert(set_type != '\0' && base_type != '\0'); in store_allow_perm()
4976 set_type, locality, who); in store_allow_perm()
4980 set_type, locality); in store_allow_perm()
5002 "%c%c$%s", set_type, locality, who); in store_allow_perm()
[all …]