hammer_ioc_dedup
struct hammer_ioc_dedup dedup;
int hammer_ioc_dedup(hammer_transaction_t trans, hammer_inode_t ip,
struct hammer_ioc_dedup *dedup);
struct hammer_ioc_dedup *dedup)
error = hammer_ioc_dedup(
&trans, ip, (struct hammer_ioc_dedup *)data);
#define HAMMERIOC_DEDUP _IOWR('h',25,struct hammer_ioc_dedup)