Searched refs:udf_get_filelongad (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/udf/ |
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() function
|
H A D | udfdecl.h | 250 extern struct long_ad *udf_get_filelongad(uint8_t *, int, uint32_t *, int);
|
H A D | inode.c | 2213 lad = udf_get_filelongad(ptr, alen, &epos->offset, inc); in udf_current_aext()
|
/kernel/linux/linux-6.6/fs/udf/ |
H A D | udfdecl.h | 249 extern struct long_ad *udf_get_filelongad(uint8_t *, int, uint32_t *, int);
|
H A D | directory.c | 513 struct long_ad *udf_get_filelongad(uint8_t *ptr, int maxoffset, uint32_t *offset, int inc) in udf_get_filelongad() function
|
H A D | inode.c | 2235 lad = udf_get_filelongad(ptr, alen, &epos->offset, inc); in udf_current_aext()
|
Completed in 9 milliseconds