Searched defs:zfs_cmd (Results 1 – 2 of 2) sorted by relevance
477 typedef struct zfs_cmd { struct479 uint64_t zc_nvlist_src; /* really (char *) */480 uint64_t zc_nvlist_src_size;481 uint64_t zc_nvlist_dst; /* really (char *) */482 uint64_t zc_nvlist_dst_size;484 int zc_pad2;490 uint64_t zc_history; /* really (char *) */491 char zc_value[MAXPATHLEN * 2];492 char zc_string[MAXNAMELEN];493 uint64_t zc_guid;[all …]
80 uint64_t zfs_cmd; member