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

  /src/sys/fs/msdosfs/
bpb.h 77 #define FATMIRROR 0x80 /* FAT is mirrored (like it always was) */
msdosfs_vfsops.c 624 /* Mirroring is enabled if the FATMIRROR bit is not set. */
625 if ((ExtFlags & FATMIRROR) == 0)
  /src/usr.sbin/makefs/msdos/
msdosfs_vfsops.c 188 /* mirrorring is enabled if the FATMIRROR bit is not set */
189 if ((getushort(b710->bpbExtFlags) & FATMIRROR) == 0)

Completed in 12 milliseconds