Searched refs:pin_down_extent (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | extent-tree.c | 2552 static int pin_down_extent(struct btrfs_trans_handle *trans, in pin_down_extent() function 2583 pin_down_extent(trans, cache, bytenr, num_bytes, reserved); in btrfs_pin_extent() 2610 pin_down_extent(trans, cache, bytenr, num_bytes, 0); in btrfs_pin_extent_for_log_replay() 3334 pin_down_extent(trans, cache, buf->start, buf->len, 1); in btrfs_free_tree_block() 3360 pin_down_extent(trans, cache, buf->start, buf->len, 1); in btrfs_free_tree_block() 4626 ret = pin_down_extent(trans, cache, start, len, 1); in btrfs_pin_reserved_extent()
|