Home
last modified time | relevance | path

Searched refs:MSDOSFSMNT_GEMDOSFS (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/sys/msdosfs/
Dmsdosfsmount.h103 #define MSDOSFSMNT_GEMDOSFS 0x08
110 |MSDOSFSMNT_GEMDOSFS|MSDOSFSMNT_ALLOWDIRX)
Dmsdosfs_vfsops.c221 if (pmp->pm_flags & MSDOSFSMNT_GEMDOSFS)
310 if (argp->flags & MSDOSFSMNT_GEMDOSFS) {
366 if (!(argp->flags & MSDOSFSMNT_GEMDOSFS)) {
422 if (argp->flags & MSDOSFSMNT_GEMDOSFS) {
483 if (argp->flags & MSDOSFSMNT_GEMDOSFS) {
/mirbsd/src/sbin/mount_msdos/
Dmount_msdos.c80 args.flags |= MSDOSFSMNT_GEMDOSFS; in main()
/mirbsd/src/sys/sys/
Dmount.h221 #define MSDOSFSMNT_GEMDOSFS 0x08 /* This is a gemdos-flavour */ macro
/mirbsd/src/sbin/mount/
Dmount.c578 if (msdosfs_args->flags & MSDOSFSMNT_GEMDOSFS) in prmount()