fs/gfs2/bmap.c
2054
error = trunc_end(ip);
fs/gfs2/bmap.c
2180
error = trunc_end(ip);
fs/ocfs2/file.c
1716
u32 *trunc_len, u32 *trunc_end,
fs/ocfs2/file.c
1732
if (range < *trunc_end)
fs/ocfs2/file.c
1733
*trunc_end = range;
fs/ocfs2/file.c
1734
*trunc_len = *trunc_end - le32_to_cpu(rec->e_cpos);
fs/ocfs2/file.c
1736
*trunc_end = le32_to_cpu(rec->e_cpos);
fs/ocfs2/file.c
1746
if (range < *trunc_end)
fs/ocfs2/file.c
1747
*trunc_end = range;
fs/ocfs2/file.c
1748
*trunc_len = *trunc_end - trunc_start;
fs/ocfs2/file.c
1752
*trunc_end = trunc_start;
fs/ocfs2/file.c
1773
u32 trunc_start, trunc_len, trunc_end, trunc_cpos, phys_cpos;
fs/ocfs2/file.c
1843
trunc_end = (byte_start + byte_len) >> osb->s_clustersize_bits;
fs/ocfs2/file.c
1844
cluster_in_el = trunc_end;
fs/ocfs2/file.c
1859
while (trunc_end > trunc_start) {
fs/ocfs2/file.c
1870
i = ocfs2_find_rec(el, trunc_end);
fs/ocfs2/file.c
1897
trunc_end = cluster_in_el + 1;
fs/ocfs2/file.c
1907
&trunc_len, &trunc_end, &blkno, &done);
fs/ocfs2/file.c
1922
cluster_in_el = trunc_end;