Home
last modified time | relevance | path

Searched refs:hammer_ioc_dedup (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/vfs/hammer/
HDhammer_dedup.c38 hammer_ioc_dedup(hammer_transaction_t trans, hammer_inode_t ip, in hammer_ioc_dedup() function
39 struct hammer_ioc_dedup *dedup) in hammer_ioc_dedup()
HDhammer_ioctl.h443 struct hammer_ioc_dedup { struct
490 #define HAMMERIOC_DEDUP _IOWR('h',25,struct hammer_ioc_dedup)
HDhammer_ioctl.c253 error = hammer_ioc_dedup( in hammer_ioctl()
254 &trans, ip, (struct hammer_ioc_dedup *)data); in hammer_ioctl()
HDhammer.h1369 int hammer_ioc_dedup(hammer_transaction_t trans, hammer_inode_t ip,
1370 struct hammer_ioc_dedup *dedup);
/dragonfly/sbin/hammer/
HDcmd_dedup.c477 struct hammer_ioc_dedup dedup; in deduplicate()