Searched refs:alloc_end (Results 1 – 1 of 1) sorted by relevance
2693 u64 alloc_end; in btrfs_fallocate() local2702 alloc_end = round_up(offset + len, blocksize); in btrfs_fallocate()2717 ret = btrfs_alloc_data_chunk_ondemand(inode, alloc_end - alloc_start); in btrfs_fallocate()2757 alloc_end - alloc_start); in btrfs_fallocate()2761 locked_end = alloc_end - 1; in btrfs_fallocate()2771 alloc_end - 1); in btrfs_fallocate()2774 ordered->file_offset < alloc_end) { in btrfs_fallocate()2784 alloc_end - alloc_start); in btrfs_fallocate()2798 alloc_end - cur_offset, 0); in btrfs_fallocate()2806 last_byte = min(extent_map_end(em), alloc_end); in btrfs_fallocate()[all …]