Searched defs:zfs_cmd (Results 1 – 2 of 2) sorted by relevance
362 typedef struct zfs_cmd { struct363 char zc_name[MAXPATHLEN]; /* name of pool or dataset */364 uint64_t zc_nvlist_src; /* really (char *) */365 uint64_t zc_nvlist_src_size;366 uint64_t zc_nvlist_dst; /* really (char *) */367 uint64_t zc_nvlist_dst_size;368 boolean_t zc_nvlist_dst_filled; /* put an nvlist in dst? */369 int zc_pad2;375 uint64_t zc_history; /* really (char *) */376 char zc_value[MAXPATHLEN * 2];[all …]
79 uint64_t zfs_cmd; member