Displaying 1 result from an estimated 1 matches for "zfs_prop_keyscop".
Did you mean:
  zfs_prop_keyscope
  
2008 Sep 11
3
ZFS Crypto [Prelim] Codereview
...en changed_keysource is non-0:
1146         /* Revert keyscope back if change failed */
1147         if (changed_keyscope) {
1148                 const char *keyscope_str;
1149 
1150                 if (src_keyscope == ZPROP_SRC_LOCAL) {
1151                         (void) zfs_prop_index_to_string(ZFS_PROP_KEYSCOPE,
1152                             keyscope, &keyscope_str);
1153                         (void) zfs_prop_set(zhp,
1154                             zfs_prop_to_name(ZFS_PROP_KEYSCOPE), keyscope_str);
1155                 } else
1156                         (void) zfs_prop_inherit(zhp,
1157...