Lines Matching refs:block_rsv
29 * 2) block_rsv's. These are basically buckets for every different type of
30 * metadata reservation we have. You can see the comment in the block_rsv
31 * code on the rules for each type, but generally block_rsv->reserved is how
365 * basically when we're returning space from block_rsv's.
1299 * reserve_metadata_bytes - try to reserve bytes from the block_rsv's space
1306 * with the block_rsv. If there is not enough space it will make an attempt to
1410 * reserve_metadata_bytes - try to reserve bytes from the block_rsv's space
1412 * @block_rsv - the block_rsv we're allocating for
1417 * with the block_rsv. If there is not enough space it will make an attempt to
1424 struct btrfs_block_rsv *block_rsv,
1432 ret = __reserve_bytes(fs_info, block_rsv->space_info, orig_bytes, flush);
1435 if (block_rsv != global_rsv &&
1441 block_rsv->space_info->flags,
1445 btrfs_dump_space_info(fs_info, block_rsv->space_info,