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

  /src/sys/fs/udf/
udf.h 197 #define UDF_WRITE_PART_BITMAPS 0x20 /* write out partition space bitmaps */
udf_vfsops.c 843 if (ump->lvclose & UDF_WRITE_PART_BITMAPS) {
856 ump->lvclose &= ~UDF_WRITE_PART_BITMAPS;
udf_allocation.c 1221 ump->lvclose |= UDF_WRITE_PART_BITMAPS;
1246 ump->lvclose |= UDF_WRITE_PART_BITMAPS;
1337 ump->lvclose |= UDF_WRITE_PART_BITMAPS;
1363 ump->lvclose |= UDF_WRITE_PART_BITMAPS;
1549 ump->lvclose |= UDF_WRITE_PART_BITMAPS;
udf_subr.c 3939 if (ump->lvclose & UDF_WRITE_PART_BITMAPS) {
3955 ump->lvclose &= ~UDF_WRITE_PART_BITMAPS;

Completed in 19 milliseconds