Home
last modified time | relevance | path

Searched refs:UDF_SB_LVID (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/fs/udf/
Dsuper.c996 if (UDF_SB_LVID(sb)->nextIntegrityExt.extLength) in udf_load_logicalvolint()
997 udf_load_logicalvolint(sb, leea_to_cpu(UDF_SB_LVID(sb)->nextIntegrityExt)); in udf_load_logicalvolint()
1294 UDF_SB_LVID(sb)->recordingDateAndTime = cpu_to_lets(cpu_time); in udf_open_lvid()
1295 UDF_SB_LVID(sb)->integrityType = LVID_INTEGRITY_TYPE_OPEN; in udf_open_lvid()
1297 UDF_SB_LVID(sb)->descTag.descCRC = in udf_open_lvid()
1298 cpu_to_le16(udf_crc((char *)UDF_SB_LVID(sb) + sizeof(tag), in udf_open_lvid()
1299 le16_to_cpu(UDF_SB_LVID(sb)->descTag.descCRCLength), 0)); in udf_open_lvid()
1301 UDF_SB_LVID(sb)->descTag.tagChecksum = 0; in udf_open_lvid()
1304 UDF_SB_LVID(sb)->descTag.tagChecksum += in udf_open_lvid()
1305 ((uint8_t *)&(UDF_SB_LVID(sb)->descTag))[i]; in udf_open_lvid()
[all …]
Dballoc.c201 UDF_SB_LVID(sb)->freeSpaceTable[UDF_SB_PARTITION(sb)] = in udf_bitmap_free_blocks()
202 cpu_to_le32(le32_to_cpu(UDF_SB_LVID(sb)->freeSpaceTable[UDF_SB_PARTITION(sb)])+1); in udf_bitmap_free_blocks()
276 UDF_SB_LVID(sb)->freeSpaceTable[partition] = in udf_bitmap_prealloc_blocks()
277 cpu_to_le32(le32_to_cpu(UDF_SB_LVID(sb)->freeSpaceTable[partition])-alloc_count); in udf_bitmap_prealloc_blocks()
410 UDF_SB_LVID(sb)->freeSpaceTable[partition] = in udf_bitmap_new_block()
411 cpu_to_le32(le32_to_cpu(UDF_SB_LVID(sb)->freeSpaceTable[partition])-1); in udf_bitmap_new_block()
452 UDF_SB_LVID(sb)->freeSpaceTable[UDF_SB_PARTITION(sb)] = in udf_table_free_blocks()
453 cpu_to_le32(le32_to_cpu(UDF_SB_LVID(sb)->freeSpaceTable[UDF_SB_PARTITION(sb)])+count); in udf_table_free_blocks()
728 UDF_SB_LVID(sb)->freeSpaceTable[partition] = in udf_table_prealloc_blocks()
729 cpu_to_le32(le32_to_cpu(UDF_SB_LVID(sb)->freeSpaceTable[partition])-alloc_count); in udf_table_prealloc_blocks()
[all …]
Dudf_sb.h107 #define UDF_SB_LVID(X) ( (struct logicalVolIntegrityDesc *)UDF_SB_LVIDBH(X)->b_data ) macro
108 …DIU(X) ( (struct logicalVolIntegrityDescImpUse *)&(UDF_SB_LVID(X)->impUse[le32_to_cpu(UDF_SB_LVI…
Dialloc.c102 lvhd = (struct logicalVolHeaderDesc *)(UDF_SB_LVID(sb)->logicalVolContentsUse); in udf_new_inode()
Dnamei.c1062 lvhd = (struct logicalVolHeaderDesc *)(UDF_SB_LVID(inode->i_sb)->logicalVolContentsUse); in udf_symlink()
1115 lvhd = (struct logicalVolHeaderDesc *)(UDF_SB_LVID(inode->i_sb)->logicalVolContentsUse); in udf_link()