Home
last modified time | relevance | path

Searched refs:udf_get_fileshortad (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/udf/
H A Ddirectory.c199 struct short_ad *udf_get_fileshortad(uint8_t *ptr, int maxoffset, uint32_t *offset, in udf_get_fileshortad() function
H A Dudfdecl.h251 extern struct short_ad *udf_get_fileshortad(uint8_t *, int, uint32_t *, int);
H A Dinode.c2201 sad = udf_get_fileshortad(ptr, alen, &epos->offset, inc); in udf_current_aext()