HomeSort by: relevance | last modified time | path
    Searched defs:udf_c_type (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/udf/
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...]
udf_subr.c 971 udf_get_record_vpart(struct udf_mount *ump, int udf_c_type)
976 if (udf_c_type == UDF_C_NODE)
978 if (udf_c_type == UDF_C_FIDS)
4033 int udf_c_type, vpart_num, can_fail; local in function:udf_gop_alloc
4048 udf_c_type = udf_get_c_type(udf_node);
4049 vpart_num = udf_get_record_vpart(ump, udf_c_type);
4055 if (udf_c_type == UDF_C_FIDS)
4062 error = udf_reserve_space(ump, udf_node, udf_c_type,

Completed in 18 milliseconds