Searched refs:long_ad (Results 1 - 19 of 19) sorted by relevance
/kernel/linux/linux-5.10/fs/udf/ |
H A D | udfend.h | 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()
|
H A D | directory.c | 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()
|
H A D | ecma_167.h | 391 struct long_ad { struct 449 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;
|
H A D | inode.c | 131 iinfo->cached_extent.epos.offset -= sizeof(struct long_ad); in udf_update_extent_cache() 583 last_pos->offset -= sizeof(struct long_ad); in udf_do_extend_file() 636 adsize = sizeof(struct long_ad); in udf_extend_file() 1033 sizeof(struct long_ad) * (*endnum - (c + 1))); in udf_prealloc_extents() 1062 sizeof(struct long_ad) * in udf_prealloc_extents() 1102 sizeof(struct long_ad) * in udf_merge_extents() 1137 sizeof(struct long_ad) * in udf_merge_extents() 1802 struct long_ad *icb_lad = &efe->streamDirectoryICB; in udf_update_inode() 1940 adsize = sizeof(struct long_ad); in udf_setup_indirect_aext() 2015 adsize = sizeof(struct long_ad); in __udf_add_aext() [all...] |
H A D | truncate.c | 87 adsize = sizeof(struct long_ad); in udf_truncate_tail_extent() 199 adsize = sizeof(struct long_ad); in udf_truncate_extents()
|
H A D | balloc.c | 492 adsize = sizeof(struct long_ad); in udf_table_free_blocks() 540 adsize = sizeof(struct long_ad); in udf_table_prealloc_blocks() 600 adsize = sizeof(struct long_ad); in udf_table_new_block()
|
H A D | dir.c | 111 epos.offset -= sizeof(struct long_ad); in udf_readdir()
|
H A D | namei.c | 203 epos.offset -= sizeof(struct long_ad); in udf_find_entry() 391 epos.offset -= sizeof(struct long_ad); in udf_add_entry() 482 epos.offset -= sizeof(struct long_ad); in udf_add_entry() 546 epos.offset -= sizeof(struct long_ad); in udf_add_entry() 576 memset(&(cfi->icb), 0x00, sizeof(struct long_ad)); in udf_delete_entry() 749 epos.offset -= sizeof(struct long_ad); in empty_dir()
|
H A D | udfdecl.h | 250 extern struct long_ad *udf_get_filelongad(uint8_t *, int, uint32_t *, int);
|
H A D | super.c | 1510 struct long_ad *la = (struct long_ad *)&(lvd->logicalVolContentsUse[0]); in udf_load_logicalvol()
|
/kernel/linux/linux-6.6/fs/udf/ |
H A D | udfend.h | 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()
|
H A D | ecma_167.h | 391 struct long_ad { struct 449 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;
|
H A D | directory.c | 445 iter->epos.offset -= sizeof(struct long_ad); in udf_fiiter_update_elen() 513 struct long_ad *udf_get_filelongad(uint8_t *ptr, int maxoffset, uint32_t *offset, int inc) in udf_get_filelongad() 515 struct long_ad *la; in udf_get_filelongad() 522 if ((*offset + sizeof(struct long_ad)) > maxoffset) in udf_get_filelongad() 525 la = (struct long_ad *)ptr; in udf_get_filelongad() 531 *offset += sizeof(struct long_ad); in udf_get_filelongad()
|
H A D | inode.c | 130 iinfo->cached_extent.epos.offset -= sizeof(struct long_ad); in udf_update_extent_cache() 599 last_pos->offset -= sizeof(struct long_ad); in udf_do_extend_file() 652 adsize = sizeof(struct long_ad); in udf_extend_file() 1044 sizeof(struct long_ad) * (*endnum - (c + 1))); in udf_prealloc_extents() 1073 sizeof(struct long_ad) * in udf_prealloc_extents() 1113 sizeof(struct long_ad) * in udf_merge_extents() 1148 sizeof(struct long_ad) * in udf_merge_extents() 1824 struct long_ad *icb_lad = &efe->streamDirectoryICB; in udf_update_inode() 1962 adsize = sizeof(struct long_ad); in udf_setup_indirect_aext() 2037 adsize = sizeof(struct long_ad); in __udf_add_aext() [all...] |
H A D | truncate.c | 83 adsize = sizeof(struct long_ad); in udf_truncate_tail_extent() 195 adsize = sizeof(struct long_ad); in udf_truncate_extents()
|
H A D | balloc.c | 488 adsize = sizeof(struct long_ad); in udf_table_free_blocks() 536 adsize = sizeof(struct long_ad); in udf_table_prealloc_blocks() 596 adsize = sizeof(struct long_ad); in udf_table_new_block()
|
H A D | udfdecl.h | 249 extern struct long_ad *udf_get_filelongad(uint8_t *, int, uint32_t *, int);
|
H A D | super.c | 1516 struct long_ad *la = (struct long_ad *)&(lvd->logicalVolContentsUse[0]); in udf_load_logicalvol()
|
H A D | namei.c | 330 memset(&iter->fi.icb, 0x00, sizeof(struct long_ad)); in udf_fiiter_delete_entry()
|
Completed in 31 milliseconds