Searched defs:zfs_cmd (Results 1 – 2 of 2) sorted by relevance
509 typedef struct zfs_cmd { struct510 char zc_name[MAXPATHLEN]; /* name of pool or dataset */511 uint64_t zc_nvlist_src; /* really (char *) */512 uint64_t zc_nvlist_src_size;513 uint64_t zc_nvlist_dst; /* really (char *) */514 uint64_t zc_nvlist_dst_size;515 boolean_t zc_nvlist_dst_filled; /* put an nvlist in dst? */516 int zc_pad2;541 * the size of zfs_cmd_t. To adjust for this, we allow it to use the argument562 } zfs_cmd_t; argument
90 uint64_t zfs_cmd; member