Lines Matching defs:udf

755 static int _partition_index(udfread *udf, uint16_t partition_number)  in _partition_index()
768 static int _read_metadata_blocks(udfread *udf, uint8_t *buf, in _read_metadata_blocks()
826 static uint8_t *_read_metadata(udfread *udf, const struct long_ad *icb, int *tag_id) in _read_metadata()
851 static struct file_entry *_read_file_entry(udfread *udf, in _read_file_entry()
986 static struct udf_dir *_read_dir_file(udfread *udf, const struct long_ad *loc) in _read_dir_file()
1011 static struct udf_dir *_read_dir(udfread *udf, const struct long_ad *icb) in _read_dir()
1050 static int _read_root_dir(udfread *udf, const struct long_ad *fsd_loc) in _read_root_dir()
1092 static struct udf_dir *_read_subdir(udfread *udf, struct udf_dir *dir, uint32_t index) in _read_subdir()
1137 static int _find_file(udfread *udf, const char *path, in _find_file()
1208 int udfread_open_input(udfread *udf, udfread_block_input *input/*, int partition*/) in udfread_open_input()
1254 int udfread_open(udfread *udf, const char *path) in udfread_open()
1278 void udfread_close(udfread *udf) in udfread_close()
1294 const char *udfread_get_volume_id(udfread *udf) in udfread_get_volume_id()
1302 size_t udfread_get_volume_set_id (udfread *udf, void *buffer, size_t size) in udfread_get_volume_set_id()
1319 udfread *udf; member
1324 static UDFDIR *_new_udfdir(udfread *udf, struct udf_dir *dir) in _new_udfdir()
1341 UDFDIR *udfread_opendir(udfread *udf, const char *path) in udfread_opendir()
1423 udfread *udf; member
1434 static UDFFILE *_file_open(udfread *udf, const char *path, const struct udf_file_identifier *fi) in _file_open()
1462 UDFFILE *udfread_file_open(udfread *udf, const char *path) in udfread_file_open()