Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/udf/
Dballoc.c431 lb_addr nbloc, obloc, eloc; in udf_table_free_blocks() local
462 obloc = nbloc = UDF_I_LOCATION(table); 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()
509 if (memcmp(&nbloc, &obloc, sizeof(lb_addr))) in udf_table_free_blocks()
512 obloc = nbloc; in udf_table_free_blocks()
563 obloc = nbloc; in udf_table_free_blocks()
578 aed->previousAllocExtLocation = cpu_to_le32(obloc.logicalBlockNum); in udf_table_free_blocks()
595 if (memcmp(&UDF_I_LOCATION(table), &obloc, sizeof(lb_addr))) in udf_table_free_blocks()
Dinode.c1650 lb_addr obloc = *bloc; in udf_add_aext() local
1653 obloc.partitionReferenceNum, obloc.logicalBlockNum, &err))) in udf_add_aext()
1670 aed->previousAllocExtLocation = cpu_to_le32(obloc.logicalBlockNum); in udf_add_aext()
1687 if (memcmp(&UDF_I_LOCATION(inode), &obloc, sizeof(lb_addr))) in udf_add_aext()
2065 lb_addr obloc; in udf_delete_aext() local
2092 obloc = nbloc; in udf_delete_aext()
2100 udf_write_aext(inode, obloc, &oextoffset, eloc, (etype << 30) | elen, obh, 1); in udf_delete_aext()
2101 if (memcmp(&nbloc, &obloc, sizeof(lb_addr))) in udf_delete_aext()
2103 obloc = nbloc; in udf_delete_aext()
2113 if (memcmp(&nbloc, &obloc, sizeof(lb_addr))) in udf_delete_aext()
[all …]