Lines Matching refs:next_offset
1021 u64 *next_offset) in find_next_csum_offset() argument
1033 *next_offset = (u64)-1; in find_next_csum_offset()
1043 *next_offset = (u64)-1; in find_next_csum_offset()
1045 *next_offset = found_key.offset; in find_next_csum_offset()
1061 u64 next_offset; in btrfs_csum_file_blocks() local
1075 next_offset = (u64)-1; in btrfs_csum_file_blocks()
1108 ret = find_next_csum_offset(root, path, &next_offset); in btrfs_csum_file_blocks()
1192 ret = find_next_csum_offset(root, path, &next_offset); in btrfs_csum_file_blocks()
1199 ret = find_next_csum_offset(root, path, &next_offset); in btrfs_csum_file_blocks()
1203 tmp = (next_offset - bytenr) >> fs_info->sectorsize_bits; in btrfs_csum_file_blocks()
1230 tmp = min(tmp, (next_offset - file_key.offset) >> in btrfs_csum_file_blocks()