Lines Matching refs:trunc_end
1645 u32 *trunc_len, u32 *trunc_end, in ocfs2_calc_trunc_pos() argument
1661 if (range < *trunc_end) in ocfs2_calc_trunc_pos()
1662 *trunc_end = range; in ocfs2_calc_trunc_pos()
1663 *trunc_len = *trunc_end - le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos()
1665 *trunc_end = le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos()
1675 if (range < *trunc_end) in ocfs2_calc_trunc_pos()
1676 *trunc_end = range; in ocfs2_calc_trunc_pos()
1677 *trunc_len = *trunc_end - trunc_start; in ocfs2_calc_trunc_pos()
1681 *trunc_end = trunc_start; in ocfs2_calc_trunc_pos()
1702 u32 trunc_start, trunc_len, trunc_end, trunc_cpos, phys_cpos; in ocfs2_remove_inode_range() local
1764 trunc_end = (byte_start + byte_len) >> osb->s_clustersize_bits; in ocfs2_remove_inode_range()
1765 cluster_in_el = trunc_end; in ocfs2_remove_inode_range()
1780 while (trunc_end > trunc_start) { in ocfs2_remove_inode_range()
1791 i = ocfs2_find_rec(el, trunc_end); in ocfs2_remove_inode_range()
1818 trunc_end = cluster_in_el + 1; in ocfs2_remove_inode_range()
1828 &trunc_len, &trunc_end, &blkno, &done); in ocfs2_remove_inode_range()
1843 cluster_in_el = trunc_end; in ocfs2_remove_inode_range()