Searched defs:zfs_cmd (Results 1 – 2 of 2) sorted by relevance
499 typedef struct zfs_cmd { struct500 char zc_name[MAXPATHLEN]; /* name of pool or dataset */501 uint64_t zc_nvlist_src; /* really (char *) */502 uint64_t zc_nvlist_src_size;503 uint64_t zc_nvlist_dst; /* really (char *) */504 uint64_t zc_nvlist_dst_size;505 boolean_t zc_nvlist_dst_filled; /* put an nvlist in dst? */506 int zc_pad2;531 * the size of zfs_cmd_t. To adjust for this, we allow it to use the argument552 } zfs_cmd_t; argument
80 uint64_t zfs_cmd; member