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

  /src/sys/fs/udf/
udf.h 195 #define UDF_WRITE_VAT 0x08 /* sequential VAT filesystem */
udf_vfsops.c 839 if (ump->lvclose & UDF_WRITE_VAT)
udf_subr.c 2076 ump->lvclose = UDF_WRITE_VAT;
3761 if (ump->lvclose & UDF_WRITE_VAT) {
3766 DPRINTF(VOLUMES, ("lvclose & UDF_WRITE_VAT\n"));
3815 KASSERT(ump->lvclose & UDF_WRITE_VAT);
3818 if (ump->lvclose & UDF_WRITE_VAT) {
3819 DPRINTF(VOLUMES, ("lvclose & UDF_WRITE_VAT\n"));

Completed in 146 milliseconds