Home
last modified time | relevance | path

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

/openbmc/linux/fs/udf/
H A Dudfdecl.h253 extern struct short_ad *udf_get_fileshortad(uint8_t *, int, uint32_t *, int);
H A Ddirectory.c499 struct short_ad *udf_get_fileshortad(uint8_t *ptr, int maxoffset, uint32_t *offset, in udf_get_fileshortad() function
H A Dinode.c2271 sad = udf_get_fileshortad(ptr, alen, &epos->offset, inc); in udf_current_aext()