Lines Matching refs:delalloc
3432 bool delalloc; in btrfs_find_delalloc_in_range() local
3434 delalloc = find_delalloc_subrange(inode, cur_offset, end, in btrfs_find_delalloc_in_range()
3438 if (!delalloc) in btrfs_find_delalloc_in_range()
3486 bool delalloc; in find_desired_extent_in_hole() local
3488 delalloc = btrfs_find_delalloc_in_range(inode, start, end, cached_state, in find_desired_extent_in_hole()
3490 if (delalloc && whence == SEEK_DATA) { in find_desired_extent_in_hole()
3495 if (delalloc && whence == SEEK_HOLE) { in find_desired_extent_in_hole()
3519 if (!delalloc && whence == SEEK_HOLE) { in find_desired_extent_in_hole()