Home
last modified time | relevance | path

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

/Linux-v6.6/fs/udf/
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()
Dinode.c506 int count = 0, fake = !(last_ext->extLength & UDF_EXTENT_LENGTH_MASK); in udf_do_extend_file()
518 if (last_ext->extLength & (sb->s_blocksize - 1)) { in udf_do_extend_file()
519 last_ext->extLength = in udf_do_extend_file()
520 (last_ext->extLength & UDF_EXTENT_FLAG_MASK) | in udf_do_extend_file()
521 (((last_ext->extLength & UDF_EXTENT_LENGTH_MASK) + in udf_do_extend_file()
530 if ((last_ext->extLength & UDF_EXTENT_FLAG_MASK) == in udf_do_extend_file()
533 (last_ext->extLength & UDF_EXTENT_LENGTH_MASK); in udf_do_extend_file()
537 last_ext->extLength += add; in udf_do_extend_file()
542 last_ext->extLength, 1); in udf_do_extend_file()
551 last_ext->extLength, 1); in udf_do_extend_file()
[all …]
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
Dsuper.c1047 utable = phd->unallocSpaceTable.extLength; in check_partition_desc()
1048 umap = phd->unallocSpaceBitmap.extLength; in check_partition_desc()
1049 ftable = phd->freedSpaceTable.extLength; in check_partition_desc()
1050 fmap = phd->freedSpaceBitmap.extLength; in check_partition_desc()
1115 if (phd->unallocSpaceTable.extLength) { in udf_fill_partdesc_info()
1135 if (phd->unallocSpaceBitmap.extLength) { in udf_fill_partdesc_info()
1523 if (lvd->integritySeqExt.extLength) in udf_load_logicalvol()
1556 while (loc.extLength > 0 && in udf_load_logicalvolint()
1567 loc.extLength -= sb->s_blocksize; in udf_load_logicalvolint()
1578 if (lvid->nextIntegrityExt.extLength == 0) in udf_load_logicalvolint()
[all …]
Dnamei.c363 iter.fi.icb.extLength = cpu_to_le32(inode->i_sb->s_blocksize); in udf_add_nondir()
449 iter.fi.icb.extLength = cpu_to_le32(inode->i_sb->s_blocksize); in udf_mkdir()
465 iter.fi.icb.extLength = cpu_to_le32(inode->i_sb->s_blocksize); in udf_mkdir()
738 iter.fi.icb.extLength = cpu_to_le32(inode->i_sb->s_blocksize); in udf_link()
Ddirectory.c504 if (sa->extLength == 0) in udf_get_fileshortad()
526 if (la->extLength == 0) in udf_get_filelongad()