Searched refs:btrfs_create_chunk (Results 1 – 3 of 3) sorted by relevance
/linux/fs/btrfs/ |
H A D | volumes.h | 726 struct btrfs_block_group *btrfs_create_chunk(struct btrfs_trans_handle *trans,
|
H A D | block-group.c | 3940 bg = btrfs_create_chunk(trans, space_info, flags); in do_chunk_alloc() 3997 sys_bg = btrfs_create_chunk(trans, sys_space_info, sys_flags); in do_chunk_alloc() 4328 bg = btrfs_create_chunk(trans, space_info, flags); in reserve_chunk_space()
|
H A D | volumes.c | 3362 sys_bg = btrfs_create_chunk(trans, space_info, sys_flags); in btrfs_remove_chunk() 5590 struct btrfs_block_group *btrfs_create_chunk(struct btrfs_trans_handle *trans, in btrfs_create_chunk() function 5797 meta_bg = btrfs_create_chunk(trans, meta_space_info, alloc_profile); in init_first_rw_device() 5807 sys_bg = btrfs_create_chunk(trans, sys_space_info, alloc_profile); in init_first_rw_device()
|