Lines Matching refs:cur_epos
720 struct extent_position prev_epos, cur_epos, next_epos; in inode_getblk() local
738 cur_epos = next_epos = prev_epos; in inode_getblk()
745 if (prev_epos.bh != cur_epos.bh) { in inode_getblk()
747 get_bh(cur_epos.bh); in inode_getblk()
748 prev_epos.bh = cur_epos.bh; in inode_getblk()
750 if (cur_epos.bh != next_epos.bh) { in inode_getblk()
751 brelse(cur_epos.bh); in inode_getblk()
753 cur_epos.bh = next_epos.bh; in inode_getblk()
758 prev_epos.block = cur_epos.block; in inode_getblk()
759 cur_epos.block = next_epos.block; in inode_getblk()
761 prev_epos.offset = cur_epos.offset; in inode_getblk()
762 cur_epos.offset = next_epos.offset; in inode_getblk()
794 ret = udf_next_aext(inode, &cur_epos, &tmpeloc, &tmpelen, &tmpetype, 0); in inode_getblk()
809 udf_write_aext(inode, &cur_epos, &eloc, elen, 1); in inode_getblk()
940 brelse(cur_epos.bh); in inode_getblk()