Home
last modified time | relevance | path

Searched refs:short_ad (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/fs/udf/
Dudfend.h32 static inline short_ad lesa_to_cpu(short_ad in) in lesa_to_cpu()
34 short_ad out; in lesa_to_cpu()
40 static inline short_ad cpu_to_lesa(short_ad in) in cpu_to_lesa()
42 short_ad out; in cpu_to_lesa()
Ddirectory.c277 short_ad *
280 short_ad * sa; in udf_get_fileshortad()
296 if ((sa = (short_ad *)ptr)->extLength == 0) in udf_get_fileshortad()
299 (*offset) += sizeof(short_ad); in udf_get_fileshortad()
Decma_167.h384 } __attribute__ ((packed)) short_ad; typedef
445 short_ad unallocSpaceTable;
446 short_ad unallocSpaceBitmap;
447 short_ad partitionIntegrityTable;
448 short_ad freedSpaceTable;
449 short_ad freedSpaceBitmap;
Dinode.c1622 short_ad *sad = NULL; in udf_add_aext()
1639 adsize = sizeof(short_ad); in udf_add_aext()
1709 sad = (short_ad *)sptr; in udf_add_aext()
1762 short_ad *sad = NULL; in udf_write_aext()
1779 adsize = sizeof(short_ad); in udf_write_aext()
1789 sad = (short_ad *)((bh)->b_data + *extoffset); in udf_write_aext()
1879 short_ad *sad; in udf_next_aext()
1943 *extoffset -= sizeof(short_ad); in udf_next_aext()
1989 short_ad *sad; in udf_current_aext()
2023 *extoffset -= sizeof(short_ad); in udf_current_aext()
[all …]
Dballoc.c537 short_ad *sad = NULL; in udf_table_free_blocks()
546 adsize = sizeof(short_ad); in udf_table_free_blocks()
617 sad = (short_ad *)sptr; in udf_table_free_blocks()
682 adsize = sizeof(short_ad); in udf_table_prealloc_blocks()
751 adsize = sizeof(short_ad); in udf_table_new_block()
Ddir.c133 extoffset -= sizeof(short_ad); in do_udf_readdir()
Dudfdecl.h203 extern short_ad * udf_get_fileshortad(void * buffer, int bufsize, int * offset, int);
Dtruncate.c78 adsize = sizeof(short_ad); in udf_truncate_extents()
Dnamei.c172 extoffset -= sizeof(short_ad); in udf_find_entry()
399 extoffset -= sizeof(short_ad); in udf_add_entry()
521 extoffset += sizeof(short_ad); in udf_add_entry()
795 extoffset -= sizeof(short_ad); in empty_dir()