Lines Matching refs:cur_epos
660 struct extent_position prev_epos, cur_epos, next_epos; in inode_getblk() local
679 cur_epos = next_epos = prev_epos; in inode_getblk()
686 if (prev_epos.bh != cur_epos.bh) { in inode_getblk()
688 get_bh(cur_epos.bh); in inode_getblk()
689 prev_epos.bh = cur_epos.bh; in inode_getblk()
691 if (cur_epos.bh != next_epos.bh) { in inode_getblk()
692 brelse(cur_epos.bh); in inode_getblk()
694 cur_epos.bh = next_epos.bh; in inode_getblk()
699 prev_epos.block = cur_epos.block; in inode_getblk()
700 cur_epos.block = next_epos.block; in inode_getblk()
702 prev_epos.offset = cur_epos.offset; in inode_getblk()
703 cur_epos.offset = next_epos.offset; in inode_getblk()
729 udf_next_aext(inode, &cur_epos, &tmpeloc, &tmpelen, 0); in inode_getblk()
739 udf_write_aext(inode, &cur_epos, &eloc, elen, 1); in inode_getblk()
742 brelse(cur_epos.bh); in inode_getblk()
769 brelse(cur_epos.bh); in inode_getblk()
836 brelse(cur_epos.bh); in inode_getblk()
869 brelse(cur_epos.bh); in inode_getblk()