Searched refs:oepos (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dballoc.c432 struct extent_position oepos, epos; local
460 epos.offset = oepos.offset = sizeof(struct unallocSpaceEntry);
462 epos.block = oepos.block = UDF_I_LOCATION(table);
463 epos.bh = oepos.bh = NULL;
484 udf_write_aext(table, &oepos, eloc, elen, 1);
504 udf_write_aext(table, &oepos, eloc, elen, 1);
507 if (epos.bh != oepos.bh)
510 oepos.block = epos.block;
511 brelse(oepos.bh);
513 oepos
[all...]
H A Dinode.c1996 struct extent_position oepos; local
2014 oepos = epos;
2020 udf_write_aext(inode, &oepos, eloc, (etype << 30) | elen, 1);
2021 if (oepos.bh != epos.bh)
2023 oepos.block = epos.block;
2024 brelse(oepos.bh);
2026 oepos.bh = epos.bh;
2027 oepos.offset = epos.offset - adsize;
2033 if (epos.bh != oepos.bh)
2036 udf_write_aext(inode, &oepos, elo
[all...]

Completed in 50 milliseconds