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

  /src/usr.sbin/makefs/msdos/
msdosfs_vfsops.c 108 if (!(flags & MSDOSFSMNT_GEMDOSFS)) {
143 if (!(flags & MSDOSFSMNT_GEMDOSFS)) {
157 if (pmp->pm_flags & MSDOSFSMNT_GEMDOSFS)
196 if (flags & MSDOSFSMNT_GEMDOSFS) {
266 if (flags & MSDOSFSMNT_GEMDOSFS) {
  /src/sys/fs/msdosfs/
msdosfsmount.h 79 #define MSDOSFSMNT_GEMDOSFS 8 /* This is a GEMDOS-flavour */
86 |MSDOSFSMNT_GEMDOSFS|MSDOSFSMNT_VERSIONED|MSDOSFSMNT_UTF8)
msdosfs_vfsops.c 198 if (pmp->pm_flags & MSDOSFSMNT_GEMDOSFS)
488 if (argp->flags & MSDOSFSMNT_GEMDOSFS)
502 if (argp->flags & MSDOSFSMNT_GEMDOSFS) {
533 if (!(argp->flags & MSDOSFSMNT_GEMDOSFS)) {
593 if (!(argp->flags & MSDOSFSMNT_GEMDOSFS) &&
632 if (argp->flags & MSDOSFSMNT_GEMDOSFS) {
700 if (argp->flags & MSDOSFSMNT_GEMDOSFS) {
  /src/sbin/mount_msdos/
mount_msdos.c 100 args->flags |= MSDOSFSMNT_GEMDOSFS;

Completed in 33 milliseconds