Home
last modified time | relevance | path

Searched refs:oextoffset (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/udf/
Dballoc.c430 uint32_t nextoffset, oextoffset, elen; in udf_table_free_blocks() local
460 oextoffset = nextoffset = sizeof(struct unallocSpaceEntry); in udf_table_free_blocks()
486 udf_write_aext(table, obloc, &oextoffset, eloc, elen, obh, 1); in udf_table_free_blocks()
506 udf_write_aext(table, obloc, &oextoffset, eloc, elen, obh, 1); in udf_table_free_blocks()
516 oextoffset = 0; in udf_table_free_blocks()
519 oextoffset = nextoffset; in udf_table_free_blocks()
564 oextoffset = nextoffset; in udf_table_free_blocks()
Dinode.c2066 int oextoffset, adsize; in udf_delete_aext() local
2093 oextoffset = nextoffset; in udf_delete_aext()
2100 udf_write_aext(inode, obloc, &oextoffset, eloc, (etype << 30) | elen, obh, 1); in udf_delete_aext()
2107 oextoffset = nextoffset - adsize; in udf_delete_aext()
2116 udf_write_aext(inode, obloc, &oextoffset, eloc, elen, obh, 1); in udf_delete_aext()
2117 udf_write_aext(inode, obloc, &oextoffset, eloc, elen, obh, 1); in udf_delete_aext()
2129 udf_update_tag((obh)->b_data, oextoffset - (2*adsize)); in udf_delete_aext()
2137 udf_write_aext(inode, obloc, &oextoffset, eloc, elen, obh, 1); in udf_delete_aext()
2149 udf_update_tag((obh)->b_data, oextoffset - adsize); in udf_delete_aext()