Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_deleg.c184 zapobj, whokey, tx); in dsl_deleg_set_sync()
194 "%s %s", whokey, perm); in dsl_deleg_set_sync()
224 if (zap_lookup(mos, zapobj, whokey, 8, in dsl_deleg_unset_sync()
230 tx, "%s", whokey); in dsl_deleg_unset_sync()
244 whokey, tx); in dsl_deleg_unset_sync()
249 "%s %s", whokey, perm); in dsl_deleg_unset_sync()
412 char whokey[ZFS_MAX_DELEG_NAME]; in dsl_check_access() local
481 char whokey[ZFS_MAX_DELEG_NAME]; in dsl_load_sets() local
678 char whokey[ZFS_MAX_DELEG_NAME]; in copy_create_perms() local
680 zfs_deleg_whokey(whokey, in copy_create_perms()
[all …]
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dallow.py63 for whokey in raw.keys():
64 perms = raw[whokey].keys()
65 whotypechr = whokey[0].lower()
66 ws = whokey[3:]
90 if whokey[1] == "l":
92 elif whokey[1] == "d":
95 raise ValueError(whokey[1])
240 for whokey in raw.keys():
241 if whokey[0].lower() == "s" and whokey[3:] == setname: