Searched refs:do_chunk_alloc (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/fs/btrfs/ |
D | extent-tree.c | 69 static int do_chunk_alloc(struct btrfs_trans_handle *trans, u64 flags, 4159 ret = do_chunk_alloc(trans, alloc_target, in btrfs_alloc_data_chunk_ondemand() 4444 static int do_chunk_alloc(struct btrfs_trans_handle *trans, u64 flags, in do_chunk_alloc() function 4857 ret = do_chunk_alloc(trans, in flush_space() 7648 ret = do_chunk_alloc(trans, flags, CHUNK_ALLOC_FORCE); in find_free_extent() 9279 ret = do_chunk_alloc(trans, alloc_flags, in btrfs_inc_block_group_ro() 9296 ret = do_chunk_alloc(trans, alloc_flags, CHUNK_ALLOC_FORCE); in btrfs_inc_block_group_ro() 9317 return do_chunk_alloc(trans, alloc_flags, CHUNK_ALLOC_FORCE); in btrfs_force_chunk_alloc()
|