Lines Matching defs:next_epos
708 struct extent_position prev_epos, cur_epos, next_epos;
726 cur_epos = next_epos = prev_epos;
738 if (cur_epos.bh != next_epos.bh) {
740 get_bh(next_epos.bh);
741 cur_epos.bh = next_epos.bh;
747 cur_epos.block = next_epos.block;
750 cur_epos.offset = next_epos.offset;
752 etype = udf_next_aext(inode, &next_epos, &eloc, &elen, 1);
850 etype = udf_next_aext(inode, &next_epos, &eloc, &elen, 0);
921 brelse(next_epos.bh);