Home
last modified time | relevance | path

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

/netbsd/sys/fs/udf/
H A Dudf_subr.h110 int udf_vat_read(struct udf_node *vat_node, uint8_t *blob, int size, uint32_t offset);
H A Dudf_allocation.c501 error = udf_vat_read(ump->vat_node, in udf_translate_vtop()
838 error = udf_vat_read(ump->vat_node, blob, chunk, in udf_search_free_vatloc()
H A Dudf_subr.c2719 udf_vat_read(struct udf_node *vat_node, uint8_t *blob, int size, uint32_t offset) in udf_vat_read() function
2820 error = udf_vat_read(vat_node, raw_vat, vat_length, 0); in udf_update_vat_descriptor()
2827 error = udf_vat_read(vat_node, raw_vat, vat_length, 0); in udf_update_vat_descriptor()