Searched refs:pin_down_extent (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/fs/btrfs/ |
D | extent-tree.c | 2523 static int pin_down_extent(struct btrfs_trans_handle *trans, in pin_down_extent() function 2554 pin_down_extent(trans, cache, bytenr, num_bytes, reserved); in btrfs_pin_extent() 2588 pin_down_extent(trans, cache, bytenr, num_bytes, 0); in btrfs_pin_extent_for_log_replay() 3315 pin_down_extent(trans, cache, buf->start, buf->len, 1); in btrfs_free_tree_block() 3340 pin_down_extent(trans, cache, buf->start, buf->len, 1); in btrfs_free_tree_block() 4478 ret = pin_down_extent(trans, cache, start, len, 1); in btrfs_pin_reserved_extent()
|