Lines Matching refs:e
1697 int e; in logfs_truncate_direct() local
1702 for (e = I0_BLOCKS - 1; e >= 0; e--) { in logfs_truncate_direct()
1703 if (size > (e+1) * LOGFS_BLOCKSIZE) in logfs_truncate_direct()
1706 wc.ofs = li->li_data[e]; in logfs_truncate_direct()
1710 page = logfs_get_write_page(inode, e, 0); in logfs_truncate_direct()
1713 err = logfs_segment_read(inode, page, wc.ofs, e, 0); in logfs_truncate_direct()
1723 li->li_data[e] = wc.ofs; in logfs_truncate_direct()
1769 int e, err = 0; in __logfs_truncate_rec() local
1780 for (e = LOGFS_BLOCK_FACTOR - 1; e >= 0; e--) { in __logfs_truncate_rec()
1781 child_bix = bix + e * logfs_step(SUBLEVEL(level)); in __logfs_truncate_rec()
1786 child_wc.ofs = pure_ofs(block_get_pointer(ipage, e)); in __logfs_truncate_rec()
1804 block_set_pointer(ipage, e, child_wc.ofs); in __logfs_truncate_rec()