Home
last modified time | relevance | path

Searched refs:udf_c_type (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/fs/udf/
H A Dudf_subr.h115 int udf_get_record_vpart(struct udf_mount *ump, int udf_c_type);
118 int udf_reserve_space(struct udf_mount *ump, struct udf_node *udf_node, int udf_c_type, uint16_t vp…
120 int udf_allocate_space(struct udf_mount *ump, struct udf_node *udf_node, int udf_c_type, uint16_t v…
148 void udf_fixup_node_internals(struct udf_mount *ump, uint8_t *blob, int udf_c_type);
H A Dudf_allocation.c1065 int udf_c_type, uint16_t vpart_num, uint32_t num_lb, int can_fail) in udf_reserve_space() argument
1149 int udf_c_type, uint16_t vpart_num, uint32_t num_lb, uint64_t *lmapping) in udf_allocate_space() argument
1162 udf_c_type, vpart_num, num_lb)); in udf_allocate_space()
1169 is_node = (udf_c_type == UDF_C_NODE); in udf_allocate_space()
1639 int lb_size, udf_c_type; in udf_late_allocate_buf() local
1652 udf_c_type = buf->b_udf_c_type; in udf_late_allocate_buf()
1657 vpart_num = *vpart_nump = udf_get_record_vpart(ump, udf_c_type); in udf_late_allocate_buf()
1659 if (udf_c_type == UDF_C_NODE) { in udf_late_allocate_buf()
1670 error = udf_allocate_space(ump, udf_node, udf_c_type, in udf_late_allocate_buf()
1681 if ((udf_c_type in udf_late_allocate_buf()
[all...]
H A Dudf_readwrite.c180 udf_fixup_node_internals(struct udf_mount *ump, uint8_t *blob, int udf_c_type) in udf_fixup_node_internals() argument
192 if (udf_c_type != UDF_C_NODE) in udf_fixup_node_internals()
H A Dudf_subr.c971 udf_get_record_vpart(struct udf_mount *ump, int udf_c_type) in udf_get_record_vpart() argument
976 if (udf_c_type == UDF_C_NODE) in udf_get_record_vpart()
978 if (udf_c_type == UDF_C_FIDS) in udf_get_record_vpart()
4033 int udf_c_type, vpart_num, can_fail; in udf_gop_alloc() local
4048 udf_c_type = udf_get_c_type(udf_node); in udf_gop_alloc()
4049 vpart_num = udf_get_record_vpart(ump, udf_c_type); in udf_gop_alloc()
4055 if (udf_c_type == UDF_C_FIDS) in udf_gop_alloc()
4062 error = udf_reserve_space(ump, udf_node, udf_c_type, in udf_gop_alloc()