Searched defs:zfs_cmd (Results 1 – 1 of 1) sorted by relevance
433 typedef struct zfs_cmd { struct434 char zc_name[MAXPATHLEN]; /* name of pool or dataset */435 uint64_t zc_nvlist_src; /* really (char *) */436 uint64_t zc_nvlist_src_size;437 uint64_t zc_nvlist_dst; /* really (char *) */438 uint64_t zc_nvlist_dst_size;439 boolean_t zc_nvlist_dst_filled; /* put an nvlist in dst? */440 int zc_pad2;446 uint64_t zc_history; /* really (char *) */447 char zc_value[MAXPATHLEN * 2];[all …]