Searched refs:lengthAllocDescs (Results 1 – 5 of 5) sorted by relevance
1059 ((struct unallocSpaceEntry *)bh->b_data)->lengthAllocDescs); in udf_fill_inode()1123 UDF_I_LENALLOC(inode) = le32_to_cpu(fe->lengthAllocDescs); in udf_fill_inode()1180 UDF_I_LENALLOC(inode) = le32_to_cpu(efe->lengthAllocDescs); in udf_fill_inode()1347 use->lengthAllocDescs = cpu_to_le32(UDF_I_LENALLOC(inode)); in udf_update_inode()1440 fe->lengthAllocDescs = cpu_to_le32(UDF_I_LENALLOC(inode)); in udf_update_inode()1486 efe->lengthAllocDescs = cpu_to_le32(UDF_I_LENALLOC(inode)); in udf_update_inode()1674 aed->lengthAllocDescs = cpu_to_le32(adsize); in udf_add_aext()1683 aed->lengthAllocDescs = cpu_to_le32(0); in udf_add_aext()1690 aed->lengthAllocDescs = in udf_add_aext()1691 cpu_to_le32(le32_to_cpu(aed->lengthAllocDescs) + adsize); in udf_add_aext()[all …]
479 uint32_t lengthAllocDescs; member573 uint32_t lengthAllocDescs; member738 uint32_t lengthAllocDescs; member817 uint32_t lengthAllocDescs; member
582 aed->lengthAllocDescs = cpu_to_le32(adsize); in udf_table_free_blocks()591 aed->lengthAllocDescs = cpu_to_le32(0); in udf_table_free_blocks()598 aed->lengthAllocDescs = in udf_table_free_blocks()599 cpu_to_le32(le32_to_cpu(aed->lengthAllocDescs) + adsize); in udf_table_free_blocks()650 aed->lengthAllocDescs = in udf_table_free_blocks()651 cpu_to_le32(le32_to_cpu(aed->lengthAllocDescs) + adsize); in udf_table_free_blocks()
126 aed->lengthAllocDescs = cpu_to_le32(lenalloc); in udf_truncate_extents()171 aed->lengthAllocDescs = cpu_to_le32(lenalloc); in udf_truncate_extents()
266 if ( (*offset > 0) && (*offset < le32_to_cpu(fe->lengthAllocDescs)) ) in udf_get_fileextent()