Lines Matching refs:oepos
387 struct extent_position oepos, epos;
408 epos.offset = oepos.offset = sizeof(struct unallocSpaceEntry);
410 epos.block = oepos.block = iinfo->i_location;
411 epos.bh = oepos.bh = NULL;
432 udf_write_aext(table, &oepos, &eloc, elen, 1);
451 udf_write_aext(table, &oepos, &eloc, elen, 1);
454 if (epos.bh != oepos.bh) {
455 oepos.block = epos.block;
456 brelse(oepos.bh);
458 oepos.bh = epos.bh;
459 oepos.offset = 0;
461 oepos.offset = epos.offset;
490 brelse(oepos.bh);
510 brelse(oepos.bh);