Searched defs:zfs_cmd_zcmd (Results 1 – 1 of 1) sorted by relevance
232 typedef struct zfs_cmd_zcmd { struct233 char zc_name[MAXPATHLEN]; /* name of pool or dataset */234 uint64_t zc_nvlist_src; /* really (char *) */235 uint64_t zc_nvlist_src_size;236 uint64_t zc_nvlist_dst; /* really (char *) */237 uint64_t zc_nvlist_dst_size;238 boolean_t zc_nvlist_dst_filled; /* put an nvlist in dst? */239 int zc_pad2;245 uint64_t zc_history; /* really (char *) */246 char zc_value[MAXPATHLEN * 2];[all …]