Searched refs:pin_down_extent (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/fs/btrfs/ |
D | extent-tree.c | 2536 static int pin_down_extent(struct btrfs_trans_handle *trans, in pin_down_extent() function 2567 pin_down_extent(trans, cache, bytenr, num_bytes, reserved); in btrfs_pin_extent() 2594 pin_down_extent(trans, cache, bytenr, num_bytes, 0); in btrfs_pin_extent_for_log_replay() 3316 pin_down_extent(trans, cache, buf->start, buf->len, 1); in btrfs_free_tree_block() 3342 pin_down_extent(trans, cache, buf->start, buf->len, 1); in btrfs_free_tree_block() 4607 ret = pin_down_extent(trans, cache, start, len, 1); in btrfs_pin_reserved_extent()
|