Lines Matching refs:trunc_end
1706 u32 *trunc_len, u32 *trunc_end, in ocfs2_calc_trunc_pos() argument
1722 if (range < *trunc_end) in ocfs2_calc_trunc_pos()
1723 *trunc_end = range; in ocfs2_calc_trunc_pos()
1724 *trunc_len = *trunc_end - le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos()
1726 *trunc_end = le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos()
1736 if (range < *trunc_end) in ocfs2_calc_trunc_pos()
1737 *trunc_end = range; in ocfs2_calc_trunc_pos()
1738 *trunc_len = *trunc_end - trunc_start; in ocfs2_calc_trunc_pos()
1742 *trunc_end = trunc_start; in ocfs2_calc_trunc_pos()
1763 u32 trunc_start, trunc_len, trunc_end, trunc_cpos, phys_cpos; in ocfs2_remove_inode_range() local
1825 trunc_end = (byte_start + byte_len) >> osb->s_clustersize_bits; in ocfs2_remove_inode_range()
1826 cluster_in_el = trunc_end; in ocfs2_remove_inode_range()
1841 while (trunc_end > trunc_start) { in ocfs2_remove_inode_range()
1852 i = ocfs2_find_rec(el, trunc_end); in ocfs2_remove_inode_range()
1879 trunc_end = cluster_in_el + 1; in ocfs2_remove_inode_range()
1889 &trunc_len, &trunc_end, &blkno, &done); in ocfs2_remove_inode_range()
1904 cluster_in_el = trunc_end; in ocfs2_remove_inode_range()