Lines Matching refs:locality
5670 zfs_deleg_who_type_t who_type, const char *name, char locality) in set_deleg_perm_node() argument
5688 switch (locality) { in set_deleg_perm_node()
5703 parse_who_perm(who_perm_t *who_perm, nvlist_t *nvl, char locality) in parse_who_perm() argument
5720 set_deleg_perm_node(avl, node, who_type, name, locality); in parse_who_perm()
6243 char locality = ld[i]; in store_allow_perm() local
6244 if (locality == 0) in store_allow_perm()
6251 base_type, locality, who); in store_allow_perm()
6255 base_type, locality); in store_allow_perm()
6266 set_type, locality, who); in store_allow_perm()
6270 set_type, locality); in store_allow_perm()
6278 char locality = ld[i]; in store_allow_perm() local
6279 if (locality == 0) in store_allow_perm()
6284 "%c%c$%s", base_type, locality, who); in store_allow_perm()
6287 "%c%c$", base_type, locality); in store_allow_perm()
6292 "%c%c$%s", set_type, locality, who); in store_allow_perm()
6295 "%c%c$", set_type, locality); in store_allow_perm()