Searched refs:extLength (Results 1 – 6 of 6) sorted by relevance
32 out.extLength = le32_to_cpu(in.extLength); in lesa_to_cpu()42 out.extLength = cpu_to_le32(in.extLength); in cpu_to_lesa()52 out.extLength = le32_to_cpu(in.extLength); in lela_to_cpu()62 out.extLength = cpu_to_le32(in.extLength); in cpu_to_lela()72 out.extLength = le32_to_cpu(in.extLength); in leea_to_cpu()
504 last_ext->extLength = in udf_do_extend_file()1089 if (((li->extLength >> 30) == (lip1->extLength >> 30)) && in udf_merge_extents()1100 lip1->extLength = (lip1->extLength - in udf_merge_extents()1105 li->extLength = (li->extLength & in udf_merge_extents()1111 ((li->extLength & in udf_merge_extents()1115 li->extLength = lip1->extLength + in udf_merge_extents()1131 ((li->extLength & in udf_merge_extents()1140 lip1->extLength = (lip1->extLength - in udf_merge_extents()1145 li->extLength = (li->extLength & in udf_merge_extents()1150 li->extLength = lip1->extLength + in udf_merge_extents()[all …]
160 __le32 extLength; member165 uint32_t extLength; member386 __le32 extLength; member392 __le32 extLength; member398 uint32_t extLength; member405 __le32 extLength; member412 uint32_t extLength; member
1043 utable = phd->unallocSpaceTable.extLength; in check_partition_desc()1044 umap = phd->unallocSpaceBitmap.extLength; in check_partition_desc()1045 ftable = phd->freedSpaceTable.extLength; in check_partition_desc()1046 fmap = phd->freedSpaceBitmap.extLength; in check_partition_desc()1111 if (phd->unallocSpaceTable.extLength) { in udf_fill_partdesc_info()1131 if (phd->unallocSpaceBitmap.extLength) { in udf_fill_partdesc_info()1516 if (lvd->integritySeqExt.extLength) in udf_load_logicalvol()1549 while (loc.extLength > 0 && in udf_load_logicalvolint()1560 loc.extLength -= sb->s_blocksize; in udf_load_logicalvolint()1571 if (lvid->nextIntegrityExt.extLength == 0) in udf_load_logicalvolint()[all …]
213 if (sa->extLength == 0) in udf_get_fileshortad()235 if (la->extLength == 0) in udf_get_filelongad()
594 cfi.icb.extLength = cpu_to_le32(inode->i_sb->s_blocksize); in udf_add_nondir()688 cfi.icb.extLength = cpu_to_le32(inode->i_sb->s_blocksize); in udf_mkdir()705 cfi.icb.extLength = cpu_to_le32(inode->i_sb->s_blocksize); in udf_mkdir()1049 cfi.icb.extLength = cpu_to_le32(inode->i_sb->s_blocksize); in udf_link()
Completed in 21 milliseconds