Lines Matching refs:oepos
391 struct extent_position oepos, epos;
412 epos.offset = oepos.offset = sizeof(struct unallocSpaceEntry);
414 epos.block = oepos.block = iinfo->i_location;
415 epos.bh = oepos.bh = NULL;
436 udf_write_aext(table, &oepos, &eloc, elen, 1);
455 udf_write_aext(table, &oepos, &eloc, elen, 1);
458 if (epos.bh != oepos.bh) {
459 oepos.block = epos.block;
460 brelse(oepos.bh);
462 oepos.bh = epos.bh;
463 oepos.offset = 0;
465 oepos.offset = epos.offset;
494 brelse(oepos.bh);
514 brelse(oepos.bh);