Lines Matching refs:alloc_start
1592 u64 alloc_start; in btrfs_fallocate() local
1600 alloc_start = offset & ~mask; in btrfs_fallocate()
1619 btrfs_wait_ordered_range(inode, alloc_start, alloc_end - alloc_start); in btrfs_fallocate()
1626 if (alloc_start > inode->i_size) { in btrfs_fallocate()
1628 alloc_start); in btrfs_fallocate()
1640 lock_extent_bits(&BTRFS_I(inode)->io_tree, alloc_start, in btrfs_fallocate()
1645 ordered->file_offset + ordered->len > alloc_start && in btrfs_fallocate()
1649 alloc_start, locked_end, in btrfs_fallocate()
1655 btrfs_wait_ordered_range(inode, alloc_start, in btrfs_fallocate()
1656 alloc_end - alloc_start); in btrfs_fallocate()
1664 cur_offset = alloc_start; in btrfs_fallocate()
1707 unlock_extent_cached(&BTRFS_I(inode)->io_tree, alloc_start, locked_end, in btrfs_fallocate()