Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hammer/
H A Dhammer_rebalance.c37 static int rebalance_node(struct hammer_ioc_rebalance *rebal,
54 hammer_ioc_rebalance(hammer_transaction_t trans, hammer_inode_t ip, in hammer_ioc_rebalance() function
55 struct hammer_ioc_rebalance *rebal) in hammer_ioc_rebalance()
267 rebalance_node(struct hammer_ioc_rebalance *rebal, hammer_cursor_t cursor, in rebalance_node()
H A Dhammer_ioctl.h113 struct hammer_ioc_rebalance { struct
481 #define HAMMERIOC_REBALANCE _IOWR('h',15,struct hammer_ioc_rebalance)
H A Dhammer_ioctl.c113 error = hammer_ioc_rebalance(&trans, ip, in hammer_ioctl()
114 (struct hammer_ioc_rebalance *)data); in hammer_ioctl()
H A Dhammer.h1341 int hammer_ioc_rebalance(hammer_transaction_t trans, hammer_inode_t ip,
1342 struct hammer_ioc_rebalance *rebal);
/dragonfly/sbin/hammer/
H A Dcmd_rebalance.c45 struct hammer_ioc_rebalance rebal; in hammer_cmd_rebalance()