Home
last modified time | relevance | path

Searched refs:btrfs_alloc_data_chunk_ondemand (Results 1 – 5 of 5) sorted by relevance

/linux/fs/btrfs/
H A Ddelalloc-space.h12 int btrfs_alloc_data_chunk_ondemand(const struct btrfs_inode *inode, u64 bytes);
H A Ddelalloc-space.c114 int btrfs_alloc_data_chunk_ondemand(const struct btrfs_inode *inode, u64 bytes) in btrfs_alloc_data_chunk_ondemand() function
H A Dfile.c3017 ret = btrfs_alloc_data_chunk_ondemand(BTRFS_I(inode), in btrfs_zero_range()
3191 ret = btrfs_alloc_data_chunk_ondemand(BTRFS_I(inode), in btrfs_fallocate()
H A Drelocation.c2870 ret = btrfs_alloc_data_chunk_ondemand(inode, in prealloc_file_extent_cluster()
H A Dinode.c9542 ret = btrfs_alloc_data_chunk_ondemand(inode, disk_num_bytes); in btrfs_do_encoded_write()