Searched refs:pin_down_extent (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/btrfs/ |
D | extent-tree.c | 2512 static int pin_down_extent(struct btrfs_trans_handle *trans, in pin_down_extent() function 2543 pin_down_extent(trans, cache, bytenr, num_bytes, reserved); in btrfs_pin_extent() 2570 pin_down_extent(trans, cache, bytenr, num_bytes, 0); in btrfs_pin_extent_for_log_replay() 3295 pin_down_extent(trans, cache, buf->start, buf->len, 1); in btrfs_free_tree_block() 3321 pin_down_extent(trans, cache, buf->start, buf->len, 1); in btrfs_free_tree_block() 4629 ret = pin_down_extent(trans, cache, start, len, 1); in btrfs_pin_reserved_extent()
|