Lines Matching defs:block_rsv
33 * 2) block_rsv's. These are basically buckets for every different type of
34 * metadata reservation we have. You can see the comment in the block_rsv
35 * code on the rules for each type, but generally block_rsv->reserved is how
411 * basically when we're returning space from block_rsv's.
1593 * Try to reserve bytes from the block_rsv's space.
1601 * with the block_rsv. If there is not enough space it will make an attempt to
1742 * Try to reserve metadata bytes from the block_rsv's space.
1745 * @block_rsv: block_rsv we're allocating for
1750 * with the block_rsv. If there is not enough space it will make an attempt to
1757 struct btrfs_block_rsv *block_rsv,
1763 ret = __reserve_bytes(fs_info, block_rsv->space_info, orig_bytes, flush);
1766 block_rsv->space_info->flags,
1770 btrfs_dump_space_info(fs_info, block_rsv->space_info,