Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/udf/
H A Dudf.h158 #define UDF_C_USERDATA 1 /* all but userdata is metadata */ macro
H A Dudf_allocation.c1681 if ((udf_c_type == UDF_C_USERDATA) || in udf_late_allocate_buf()
2256 if ((udf_c_type != UDF_C_USERDATA) && (udf_c_type != UDF_C_FIDS)) in udf_record_allocation_in_node()
H A Dudf_subr.c960 what = isdir ? UDF_C_FIDS : UDF_C_USERDATA; in udf_get_c_type()