HomeSort by: relevance | last modified time | path
    Searched refs:UDF_C_FIDS (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/fs/udf/
udf.h 162 #define UDF_C_FIDS 5 /* update all contained fids */
udf_strat_direct.c 322 if (buf->b_udf_c_type == UDF_C_FIDS) {
udf_strat_sequential.c 457 if (buf->b_udf_c_type == UDF_C_FIDS) {
udf_strat_rmw.c 857 if (buf->b_udf_c_type == UDF_C_FIDS)
858 panic("UDF_C_FIDS in SHED_WRITING!\n");
933 if (buf->b_udf_c_type == UDF_C_FIDS) {
udf_allocation.c 1682 (udf_c_type == UDF_C_FIDS) ||
2256 if ((udf_c_type != UDF_C_USERDATA) && (udf_c_type != UDF_C_FIDS))
udf_subr.c 960 what = isdir ? UDF_C_FIDS : UDF_C_USERDATA;
978 if (udf_c_type == UDF_C_FIDS)
4055 if (udf_c_type == UDF_C_FIDS)

Completed in 23 milliseconds