Searched refs:long_ad (Results 1 – 11 of 11) 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()
222 struct long_ad *udf_get_filelongad(uint8_t *ptr, int maxoffset, uint32_t *offset, int inc) in udf_get_filelongad()224 struct long_ad *la; in udf_get_filelongad()231 if ((*offset + sizeof(struct long_ad)) > maxoffset) in udf_get_filelongad()234 la = (struct long_ad *)ptr; in udf_get_filelongad()240 *offset += sizeof(struct long_ad); in udf_get_filelongad()
374 struct long_ad { struct432 struct long_ad rootDirectoryICB;434 struct long_ad nextExt;435 struct long_ad streamDirectoryICB;455 struct long_ad icb;533 struct long_ad indirectICB;559 struct long_ad extendedAttrICB;786 struct long_ad extendedAttrICB;787 struct long_ad streamDirectoryICB;
87 adsize = sizeof(struct long_ad); in udf_truncate_tail_extent()138 adsize = sizeof(struct long_ad); in udf_discard_prealloc()217 adsize = sizeof(struct long_ad); in udf_truncate_extents()
48 struct long_ad *i_lad;
124 iinfo->cached_extent.epos.offset -= sizeof(struct long_ad); in udf_update_extent_cache()592 last_pos->offset -= sizeof(struct long_ad); in udf_do_extend_file()616 adsize = sizeof(struct long_ad); in udf_extend_file()1000 sizeof(struct long_ad) * (*endnum - (c + 1))); in udf_prealloc_extents()1029 sizeof(struct long_ad) * in udf_prealloc_extents()1084 sizeof(struct long_ad) * in udf_merge_extents()1119 sizeof(struct long_ad) * in udf_merge_extents()1856 adsize = sizeof(struct long_ad); in udf_setup_indirect_aext()1931 adsize = sizeof(struct long_ad); in __udf_add_aext()1979 adsize = sizeof(struct long_ad); in udf_add_aext()[all …]
200 epos.offset -= sizeof(struct long_ad); in udf_find_entry()403 epos.offset -= sizeof(struct long_ad); in udf_add_entry()495 epos.offset -= sizeof(struct long_ad); in udf_add_entry()559 epos.offset -= sizeof(struct long_ad); in udf_add_entry()589 memset(&(cfi->icb), 0x00, sizeof(struct long_ad)); in udf_delete_entry()762 epos.offset -= sizeof(struct long_ad); in empty_dir()
460 adsize = sizeof(struct long_ad); in udf_table_free_blocks()508 adsize = sizeof(struct long_ad); in udf_table_prealloc_blocks()568 adsize = sizeof(struct long_ad); in udf_table_new_block()
94 epos.offset -= sizeof(struct long_ad); in udf_readdir()
257 extern struct long_ad *udf_get_filelongad(uint8_t *, int, uint32_t *, int);
1445 struct long_ad *la = (struct long_ad *)&(lvd->logicalVolContentsUse[0]); in udf_load_logicalvol()