Searched refs:short_ad (Results 1 – 7 of 7) sorted by relevance
28 static inline struct short_ad lesa_to_cpu(struct short_ad in) in lesa_to_cpu()30 struct short_ad out; in lesa_to_cpu()38 static inline struct short_ad cpu_to_lesa(struct short_ad in) in cpu_to_lesa()40 struct short_ad out; in cpu_to_lesa()
385 struct short_ad { struct458 struct short_ad unallocSpaceTable;459 struct short_ad unallocSpaceBitmap;460 struct short_ad partitionIntegrityTable;461 struct short_ad freedSpaceTable;462 struct short_ad freedSpaceBitmap;
450 iter->epos.offset -= sizeof(struct short_ad); in udf_fiiter_update_elen()499 struct short_ad *udf_get_fileshortad(uint8_t *ptr, int maxoffset, uint32_t *offset, in udf_get_fileshortad()502 struct short_ad *sa; in udf_get_fileshortad()509 if ((*offset + sizeof(struct short_ad)) > maxoffset) in udf_get_fileshortad()512 sa = (struct short_ad *)ptr; in udf_get_fileshortad()518 *offset += sizeof(struct short_ad); in udf_get_fileshortad()
82 adsize = sizeof(struct short_ad); in udf_truncate_tail_extent()211 adsize = sizeof(struct short_ad); in udf_truncate_extents()
127 iinfo->cached_extent.epos.offset -= sizeof(struct short_ad); in udf_update_extent_cache()605 last_pos->offset -= sizeof(struct short_ad); in udf_do_extend_file()658 adsize = sizeof(struct short_ad); in udf_extend_file()1988 adsize = sizeof(struct short_ad); in udf_setup_indirect_aext()2068 adsize = sizeof(struct short_ad); in __udf_add_aext()2116 adsize = sizeof(struct short_ad); in udf_add_aext()2145 struct short_ad *sad; in udf_write_aext()2158 sad = (struct short_ad *)ptr; in udf_write_aext()2161 adsize = sizeof(struct short_ad); in udf_write_aext()2245 struct short_ad *sad; in udf_current_aext()[all …]
464 adsize = sizeof(struct short_ad); in udf_table_free_blocks()510 adsize = sizeof(struct short_ad); in udf_table_prealloc_blocks()575 adsize = sizeof(struct short_ad); in udf_table_new_block()
253 extern struct short_ad *udf_get_fileshortad(uint8_t *, int, uint32_t *, int);