Lines Matching defs:range
347 * If the new offset is aligned to the range of the cluster, there is
852 * Find the next range to zero. We do this in terms of bytes because
858 * range. A subsequent call should pass the previous range_end as its
934 * Zero one range returned from ocfs2_zero_extend_get_range(). The caller
935 * has made sure that the entire range needs zeroing.
1453 * Nothing to do if the requested reservation range
1516 * Truncate a byte range, avoiding pages within partial clusters. This
1588 * the range whose allocation is being deleted. Rather, this
1713 u32 coff, range;
1715 range = le32_to_cpu(rec->e_cpos) + ocfs2_rec_clusters(el, rec);
1725 if (range < *trunc_end)
1726 *trunc_end = range;
1730 } else if (range > trunc_start) {
1739 if (range < *trunc_end)
1740 *trunc_end = range;
2684 /* Zap any page cache for the destination file's range. */