Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dfile.c3008 ret = btrfs_alloc_data_chunk_ondemand(BTRFS_I(inode), in btrfs_zero_range()
3084 ret = btrfs_alloc_data_chunk_ondemand(BTRFS_I(inode), in btrfs_fallocate()
Dctree.h2747 int btrfs_alloc_data_chunk_ondemand(struct btrfs_inode *inode, u64 bytes);
Dextent-tree.c4115 int btrfs_alloc_data_chunk_ondemand(struct btrfs_inode *inode, u64 bytes) in btrfs_alloc_data_chunk_ondemand() function
4250 ret = btrfs_alloc_data_chunk_ondemand(BTRFS_I(inode), len); in btrfs_check_data_free_space()