Searched refs:oepos (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/udf/ |
| H A D | balloc.c | 370 struct extent_position oepos, epos; in udf_table_free_blocks() local 382 epos.offset = oepos.offset = sizeof(struct unallocSpaceEntry); in udf_table_free_blocks() 384 epos.block = oepos.block = iinfo->i_location; in udf_table_free_blocks() 385 epos.bh = oepos.bh = NULL; in udf_table_free_blocks() 410 udf_write_aext(table, &oepos, &eloc, elen, 1); in udf_table_free_blocks() 429 udf_write_aext(table, &oepos, &eloc, elen, 1); in udf_table_free_blocks() 432 if (epos.bh != oepos.bh) { in udf_table_free_blocks() 433 oepos.block = epos.block; in udf_table_free_blocks() 434 brelse(oepos.bh); in udf_table_free_blocks() 436 oepos.bh = epos.bh; in udf_table_free_blocks() [all …]
|
| H A D | inode.c | 2332 struct extent_position oepos; in udf_delete_aext() local 2354 oepos = epos; in udf_delete_aext() 2362 brelse(oepos.bh); in udf_delete_aext() 2367 udf_write_aext(inode, &oepos, &eloc, (etype << 30) | elen, 1); in udf_delete_aext() 2368 if (oepos.bh != epos.bh) { in udf_delete_aext() 2369 oepos.block = epos.block; in udf_delete_aext() 2370 brelse(oepos.bh); in udf_delete_aext() 2372 oepos.bh = epos.bh; in udf_delete_aext() 2373 oepos.offset = epos.offset - adsize; in udf_delete_aext() 2379 if (epos.bh != oepos.bh) { in udf_delete_aext() [all …]
|