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

  /src/sys/fs/udf/
udf_subr.c 4168 udf_icb_to_unix_filetype(uint32_t icbftype)
4170 switch (icbftype) {
4369 uint32_t udf_perm, icbftype; local in function:udf_getaccessmode
4376 icbftype = fe->icbtag.file_type;
4381 icbftype = efe->icbtag.file_type;
4386 ftype = udf_icb_to_unix_filetype(icbftype);

Completed in 72 milliseconds