Home
last modified time | relevance | path

Searched refs:btrfs_reserve_data_bytes (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/fs/btrfs/
H A Ddelalloc-space.c25 * 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 Dspace-info.h234 int btrfs_reserve_data_bytes(struct btrfs_fs_info *fs_info, u64 bytes,
H A Dspace-info.c46 * 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 Dspace-info.h152 int btrfs_reserve_data_bytes(struct btrfs_fs_info *fs_info, u64 bytes,
H A Ddelalloc-space.c23 * 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 Dspace-info.c42 * 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