hammer_ioc_reblock
struct hammer_ioc_reblock reblock;
int hammer_ioc_reblock(hammer_transaction_t trans, hammer_inode_t ip,
struct hammer_ioc_reblock *reblock);
error = hammer_ioc_reblock(&trans, ip,
(struct hammer_ioc_reblock *)data);
#define HAMMERIOC_REBLOCK _IOWR('h',3,struct hammer_ioc_reblock)
hammer_reblock_helper(struct hammer_ioc_reblock *reblock,
hammer_reblock_data(struct hammer_ioc_reblock *reblock,
static int hammer_reblock_helper(struct hammer_ioc_reblock *reblock,
static int hammer_reblock_data(struct hammer_ioc_reblock *reblock,
static int hammer_reblock_leaf_node(struct hammer_ioc_reblock *reblock,
hammer_reblock_leaf_node(struct hammer_ioc_reblock *reblock,
static int hammer_reblock_int_node(struct hammer_ioc_reblock *reblock,
hammer_reblock_int_node(struct hammer_ioc_reblock *reblock,
struct hammer_ioc_reblock *reblock)
struct hammer_ioc_reblock reblock;
error = hammer_ioc_reblock(trans, ip, &reblock);