Home
last modified time | relevance | path

Searched refs:btrfs_use_block_rsv (Results 1 – 2 of 2) sorted by relevance

/linux/fs/btrfs/
H A Dblock-rsv.c35 * Entrance: btrfs_use_block_rsv
37 * When we do a btrfs_alloc_tree_block() we call into btrfs_use_block_rsv()
98 * ENOSPC from btrfs_use_block_rsv() to signal that we need to unwind and try
497 struct btrfs_block_rsv *btrfs_use_block_rsv(struct btrfs_trans_handle *trans, in btrfs_use_block_rsv() function
H A Dextent-tree.c5364 block_rsv = btrfs_use_block_rsv(trans, root, blocksize); in btrfs_alloc_tree_block()