Searched refs:udf_get_fileshortad (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/udf/ |
H A D | directory.c | 199 struct short_ad *udf_get_fileshortad(uint8_t *ptr, int maxoffset, uint32_t *offset, in udf_get_fileshortad() function
|
H A D | udfdecl.h | 251 extern struct short_ad *udf_get_fileshortad(uint8_t *, int, uint32_t *, int);
|
H A D | inode.c | 2203 sad = udf_get_fileshortad(ptr, alen, &epos->offset, inc); in udf_current_aext()
|
/kernel/linux/linux-6.6/fs/udf/ |
H A D | udfdecl.h | 250 extern struct short_ad *udf_get_fileshortad(uint8_t *, int, uint32_t *, int);
|
H A D | directory.c | 490 struct short_ad *udf_get_fileshortad(uint8_t *ptr, int maxoffset, uint32_t *offset, in udf_get_fileshortad() function
|
H A D | inode.c | 2225 sad = udf_get_fileshortad(ptr, alen, &epos->offset, inc); in udf_current_aext()
|
Completed in 9 milliseconds