Searched defs:zfs_cmd (Results 1 – 1 of 1) sorted by relevance
339 typedef struct zfs_cmd { struct340 char zc_name[MAXPATHLEN]; /* name of pool or dataset */341 uint64_t zc_nvlist_src; /* really (char *) */342 uint64_t zc_nvlist_src_size;343 uint64_t zc_nvlist_dst; /* really (char *) */344 uint64_t zc_nvlist_dst_size;345 boolean_t zc_nvlist_dst_filled; /* put an nvlist in dst? */346 int zc_pad2;352 uint64_t zc_history; /* really (char *) */353 char zc_value[MAXPATHLEN * 2];[all …]