Lines Matching defs:next_epos
692 struct extent_position prev_epos, cur_epos, next_epos;
711 cur_epos = next_epos = prev_epos;
723 if (cur_epos.bh != next_epos.bh) {
725 get_bh(next_epos.bh);
726 cur_epos.bh = next_epos.bh;
732 cur_epos.block = next_epos.block;
735 cur_epos.offset = next_epos.offset;
737 etype = udf_next_aext(inode, &next_epos, &eloc, &elen, 1);
834 etype = udf_next_aext(inode, &next_epos, &eloc, &elen, 0);
910 brelse(next_epos.bh);