udf_allocation.c | 1065 int udf_c_type, uint16_t vpart_num, uint32_t num_lb, int can_fail) 1149 int udf_c_type, uint16_t vpart_num, uint32_t num_lb, uint64_t *lmapping) 1162 udf_c_type, vpart_num, num_lb)); 1169 is_node = (udf_c_type == UDF_C_NODE); 1639 int lb_size, udf_c_type; local in function:udf_late_allocate_buf 1652 udf_c_type = buf->b_udf_c_type; 1657 vpart_num = *vpart_nump = udf_get_record_vpart(ump, udf_c_type); 1659 if (udf_c_type == UDF_C_NODE) { 1670 error = udf_allocate_space(ump, udf_node, udf_c_type, 1681 if ((udf_c_type == UDF_C_USERDATA) | [all...] |