Lines Matching refs:locality
4801 zfs_deleg_who_type_t who_type, const char *name, char locality) in set_deleg_perm_node() argument
4819 switch (locality) { in set_deleg_perm_node()
4834 parse_who_perm(who_perm_t *who_perm, nvlist_t *nvl, char locality) in parse_who_perm() argument
4851 set_deleg_perm_node(avl, node, who_type, name, locality); in parse_who_perm()
5371 char locality = ld[i]; in store_allow_perm() local
5372 if (locality == 0) in store_allow_perm()
5379 base_type, locality, who); in store_allow_perm()
5383 base_type, locality); in store_allow_perm()
5394 set_type, locality, who); in store_allow_perm()
5398 set_type, locality); in store_allow_perm()
5406 char locality = ld[i]; in store_allow_perm() local
5407 if (locality == 0) in store_allow_perm()
5412 "%c%c$%s", base_type, locality, who); in store_allow_perm()
5415 "%c%c$", base_type, locality); in store_allow_perm()
5420 "%c%c$%s", set_type, locality, who); in store_allow_perm()
5423 "%c%c$", set_type, locality); in store_allow_perm()