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