Searched refs:btrfs_reserve_data_bytes (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | delalloc-space.c | 25 * We call into btrfs_reserve_data_bytes() for the user request bytes that 128 return btrfs_reserve_data_bytes(fs_info, bytes, flush); in btrfs_alloc_data_chunk_ondemand() 149 ret = btrfs_reserve_data_bytes(fs_info, len, flush); in btrfs_check_data_free_space()
|
H A D | space-info.h | 234 int btrfs_reserve_data_bytes(struct btrfs_fs_info *fs_info, u64 bytes,
|
H A D | space-info.c | 46 * We call into either btrfs_reserve_data_bytes() or 1786 int btrfs_reserve_data_bytes(struct btrfs_fs_info *fs_info, u64 bytes, in btrfs_reserve_data_bytes() function
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | space-info.h | 152 int btrfs_reserve_data_bytes(struct btrfs_fs_info *fs_info, u64 bytes,
|
H A D | delalloc-space.c | 23 * We call into btrfs_reserve_data_bytes() for the user request bytes that 126 return btrfs_reserve_data_bytes(fs_info, bytes, flush); in btrfs_alloc_data_chunk_ondemand()
|
H A D | space-info.c | 42 * We call into either btrfs_reserve_data_bytes() or 1452 * btrfs_reserve_data_bytes - try to reserve data bytes for an allocation 1460 int btrfs_reserve_data_bytes(struct btrfs_fs_info *fs_info, u64 bytes, in btrfs_reserve_data_bytes() function
|
Completed in 7 milliseconds