Lines Matching defs:end
953 * Find the end range for a leaf refcount block indicated by
1053 * and end at a small value between cpos+len and start of the next record.
1426 /* For even counts, don't walk off the end */
1915 * after "index" to the end.
1930 * to the end of the space we have just spared.
2435 * 2) split int the end if the end pos isn't aligned.
2448 /* Check whether we need a split in the end. */
2762 * to the end of the extent. Break that off.
2798 * If we reach the end of the extent block and don't get enough
2914 loff_t offset, end, map_end;
2921 end = offset + (new_len << OCFS2_SB(sb)->s_clustersize_bits);
2924 * So trim 'end' to i_size.
2926 if (end > i_size_read(inode))
2927 end = i_size_read(inode);
2929 while (offset < end) {
2932 if (map_end > end)
2933 map_end = end;
3151 loff_t start, end;
3157 end = start + (num_clusters << OCFS2_SB(sb)->s_clustersize_bits) - 1;
3159 ret = filemap_write_and_wait_range(inode->i_mapping, start, end);
4641 /* Ensure that both inodes end up with the same refcount tree. */