Searched refs:oepos (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/udf/ |
| H A D | balloc.c | 371 struct extent_position oepos, epos; in udf_table_free_blocks() local 383 epos.offset = oepos.offset = sizeof(struct unallocSpaceEntry); in udf_table_free_blocks() 385 epos.block = oepos.block = iinfo->i_location; in udf_table_free_blocks() 386 epos.bh = oepos.bh = NULL; in udf_table_free_blocks() 411 udf_write_aext(table, &oepos, &eloc, elen, 1); in udf_table_free_blocks() 430 udf_write_aext(table, &oepos, &eloc, elen, 1); in udf_table_free_blocks() 433 if (epos.bh != oepos.bh) { in udf_table_free_blocks() 434 oepos.block = epos.block; in udf_table_free_blocks() 435 brelse(oepos.bh); in udf_table_free_blocks() 437 oepos.bh = epos.bh; in udf_table_free_blocks() [all …]
|
| H A D | inode.c | 2355 struct extent_position oepos; in udf_delete_aext() local 2377 oepos = epos; in udf_delete_aext() 2385 brelse(oepos.bh); in udf_delete_aext() 2390 udf_write_aext(inode, &oepos, &eloc, (etype << 30) | elen, 1); in udf_delete_aext() 2391 if (oepos.bh != epos.bh) { in udf_delete_aext() 2392 oepos.block = epos.block; in udf_delete_aext() 2393 brelse(oepos.bh); in udf_delete_aext() 2395 oepos.bh = epos.bh; in udf_delete_aext() 2396 oepos.offset = epos.offset - adsize; in udf_delete_aext() 2402 if (epos.bh != oepos.bh) { in udf_delete_aext() [all …]
|