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

  /src/sys/fs/udf/
udf_allocation.c 766 case UDF_EXT_FREE :
1724 if (a1_flags != UDF_EXT_FREE) {
1978 if (flags == UDF_EXT_FREE) {
2454 if (flags != UDF_EXT_FREE) {
2471 if (flags == UDF_EXT_FREE)
2730 c_ad.len = udf_rw32(old_size | UDF_EXT_FREE);
2759 c_ad.len = udf_rw32(0 | UDF_EXT_FREE);
2795 s_ad.len = udf_rw32(chunk | UDF_EXT_FREE);
ecma167-udf.h 209 #define UDF_EXT_FREE (2U<<30)
  /src/sbin/fsck_udf/
main.c 816 } else if (flags == UDF_EXT_FREE) {
899 } else if (flags != UDF_EXT_FREE) {
911 } else if (flags != UDF_EXT_FREE) {
923 } else if (flags != UDF_EXT_FREE) {

Completed in 17 milliseconds