Lines Matching refs:alloc_end
2636 u64 alloc_end; in btrfs_fallocate() local
2645 alloc_end = round_up(offset + len, blocksize); in btrfs_fallocate()
2659 ret = btrfs_alloc_data_chunk_ondemand(inode, alloc_end - alloc_start); in btrfs_fallocate()
2664 ret = inode_newsize_ok(inode, alloc_end); in btrfs_fallocate()
2696 alloc_end - alloc_start); in btrfs_fallocate()
2700 locked_end = alloc_end - 1; in btrfs_fallocate()
2710 alloc_end - 1); in btrfs_fallocate()
2713 ordered->file_offset < alloc_end) { in btrfs_fallocate()
2723 alloc_end - alloc_start); in btrfs_fallocate()
2738 alloc_end - cur_offset, 0); in btrfs_fallocate()
2746 last_byte = min(extent_map_end(em), alloc_end); in btrfs_fallocate()
2765 if (cur_offset >= alloc_end) in btrfs_fallocate()
2820 btrfs_qgroup_free_data(inode, alloc_start, alloc_end - alloc_start); in btrfs_fallocate()
2824 alloc_end - alloc_start); in btrfs_fallocate()