Home
last modified time | relevance | path

Searched refs:extLength (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/fs/udf/
H A Dudfend.h32 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()
H A Dinode.c522 last_ext->extLength = in udf_do_extend_file()
1117 if (((li->extLength >> 30) == (lip1->extLength >> 30)) && in udf_merge_extents()
1128 li->extLength = lip1->extLength + in udf_merge_extents()
1129 (((li->extLength & in udf_merge_extents()
1144 ((li->extLength & in udf_merge_extents()
1153 lip1->extLength = (lip1->extLength - in udf_merge_extents()
1158 li->extLength = (li->extLength & in udf_merge_extents()
1163 li->extLength = lip1->extLength + in udf_merge_extents()
1164 (((li->extLength & in udf_merge_extents()
1178 ((li->extLength & in udf_merge_extents()
[all …]
H A Decma_167.h160 __le32 extLength; member
165 uint32_t extLength; member
386 __le32 extLength; member
392 __le32 extLength; member
398 uint32_t extLength; member
405 __le32 extLength; member
412 uint32_t extLength; member
H A Dsuper.c1079 utable = phd->unallocSpaceTable.extLength; in check_partition_desc()
1080 umap = phd->unallocSpaceBitmap.extLength; in check_partition_desc()
1081 ftable = phd->freedSpaceTable.extLength; in check_partition_desc()
1082 fmap = phd->freedSpaceBitmap.extLength; in check_partition_desc()
1154 if (phd->unallocSpaceTable.extLength) { in udf_fill_partdesc_info()
1174 if (phd->unallocSpaceBitmap.extLength) { in udf_fill_partdesc_info()
1570 if (lvd->integritySeqExt.extLength) in udf_load_logicalvol()
1616 while (loc.extLength > 0 && in udf_load_logicalvolint()
1627 loc.extLength -= sb->s_blocksize; in udf_load_logicalvolint()
1645 if (lvid->nextIntegrityExt.extLength == 0) in udf_load_logicalvolint()
[all …]
H A Dnamei.c359 iter.fi.icb.extLength = cpu_to_le32(inode->i_sb->s_blocksize); in udf_add_nondir()
445 iter.fi.icb.extLength = cpu_to_le32(inode->i_sb->s_blocksize); in udf_mkdir()
461 iter.fi.icb.extLength = cpu_to_le32(inode->i_sb->s_blocksize); in udf_mkdir()
741 iter.fi.icb.extLength = cpu_to_le32(inode->i_sb->s_blocksize); in udf_link()
H A Ddirectory.c513 if (sa->extLength == 0) in udf_get_fileshortad()
535 if (la->extLength == 0) in udf_get_filelongad()