Searched refs:clear_bit_hook (Results 1 – 3 of 3) sorted by relevance
85 void (*clear_bit_hook)(struct inode *inode, struct extent_state *state, member
408 if (tree->ops && tree->ops->clear_bit_hook) in clear_state_cb()409 tree->ops->clear_bit_hook(tree->mapping->host, state, bits); in clear_state_cb()
9911 .clear_bit_hook = btrfs_clear_bit_hook,