Searched refs:long_ad (Results 1 – 9 of 9) sorted by relevance
48 static inline struct kernel_long_ad lela_to_cpu(struct long_ad in) in lela_to_cpu()58 static inline struct long_ad cpu_to_lela(struct kernel_long_ad in) in cpu_to_lela()60 struct long_ad out; in cpu_to_lela()
391 struct long_ad { struct449 struct long_ad rootDirectoryICB;451 struct long_ad nextExt;452 struct long_ad streamDirectoryICB;472 struct long_ad icb;550 struct long_ad indirectICB;576 struct long_ad extendedAttrICB;806 struct long_ad extendedAttrICB;807 struct long_ad streamDirectoryICB;
452 iter->epos.offset -= sizeof(struct long_ad); in udf_fiiter_update_elen()522 struct long_ad *udf_get_filelongad(uint8_t *ptr, int maxoffset, uint32_t *offset, int inc) in udf_get_filelongad()524 struct long_ad *la; in udf_get_filelongad()531 if ((*offset + sizeof(struct long_ad)) > maxoffset) in udf_get_filelongad()534 la = (struct long_ad *)ptr; in udf_get_filelongad()540 *offset += sizeof(struct long_ad); in udf_get_filelongad()
130 iinfo->cached_extent.epos.offset -= sizeof(struct long_ad); in udf_update_extent_cache()607 last_pos->offset -= sizeof(struct long_ad); in udf_do_extend_file()660 adsize = sizeof(struct long_ad); in udf_extend_file()1064 sizeof(struct long_ad) * (*endnum - (c + 1))); in udf_prealloc_extents()1093 sizeof(struct long_ad) * in udf_prealloc_extents()1133 sizeof(struct long_ad) * in udf_merge_extents()1168 sizeof(struct long_ad) * in udf_merge_extents()1849 struct long_ad *icb_lad = &efe->streamDirectoryICB; in udf_update_inode()1990 adsize = sizeof(struct long_ad); in udf_setup_indirect_aext()2070 adsize = sizeof(struct long_ad); in __udf_add_aext()[all …]
84 adsize = sizeof(struct long_ad); in udf_truncate_tail_extent()213 adsize = sizeof(struct long_ad); in udf_truncate_extents()
466 adsize = sizeof(struct long_ad); in udf_table_free_blocks()512 adsize = sizeof(struct long_ad); in udf_table_prealloc_blocks()577 adsize = sizeof(struct long_ad); in udf_table_new_block()
252 extern struct long_ad *udf_get_filelongad(uint8_t *, int, uint32_t *, int);
1563 struct long_ad *la = (struct long_ad *)&(lvd->logicalVolContentsUse[0]); in udf_load_logicalvol()
326 memset(&iter->fi.icb, 0x00, sizeof(struct long_ad)); in udf_fiiter_delete_entry()