Searched refs:hammer_ioc_dedup (Results 1 – 5 of 5) sorted by relevance
38 hammer_ioc_dedup(hammer_transaction_t trans, hammer_inode_t ip, in hammer_ioc_dedup() function39 struct hammer_ioc_dedup *dedup) in hammer_ioc_dedup()
443 struct hammer_ioc_dedup { struct490 #define HAMMERIOC_DEDUP _IOWR('h',25,struct hammer_ioc_dedup)
253 error = hammer_ioc_dedup( in hammer_ioctl()254 &trans, ip, (struct hammer_ioc_dedup *)data); in hammer_ioctl()
1369 int hammer_ioc_dedup(hammer_transaction_t trans, hammer_inode_t ip,1370 struct hammer_ioc_dedup *dedup);
477 struct hammer_ioc_dedup dedup; in deduplicate()