Symbol: msdosfs_args
sbin/mount/mount.c
580
struct msdosfs_args *msdosfs_args = &sf->mount_info.msdosfs_args;
sbin/mount/mount.c
582
if (verbose || msdosfs_args->uid || msdosfs_args->gid)
sbin/mount/mount.c
584
"uid", msdosfs_args->uid, "gid", msdosfs_args->gid);
sbin/mount/mount.c
585
if (verbose || msdosfs_args->mask != 0755)
sbin/mount/mount.c
587
"mask", msdosfs_args->mask);
sbin/mount/mount.c
588
if (msdosfs_args->flags & MSDOSFSMNT_SHORTNAME)
sbin/mount/mount.c
590
if (msdosfs_args->flags & MSDOSFSMNT_LONGNAME)
sbin/mount/mount.c
592
if (msdosfs_args->flags & MSDOSFSMNT_NOWIN95)
sbin/mount_msdos/mount_msdos.c
65
struct msdosfs_args args;
sys/kern/vfs_init.c
76
sizeof(struct msdosfs_args) },
sys/msdosfs/msdosfs_vfsops.c
104
struct msdosfs_args *args = data; /* will hold data from mount request */
sys/msdosfs/msdosfs_vfsops.c
217
bcopy(args, &mp->mnt_stat.mount_info.msdosfs_args, sizeof(*args));
sys/msdosfs/msdosfs_vfsops.c
235
struct msdosfs_args *argp)
sys/msdosfs/msdosfs_vfsops.c
90
struct msdosfs_args *);
sys/sys/mount.h
273
struct msdosfs_args msdosfs_args;
usr.sbin/installboot/efi_installboot.c
154
struct msdosfs_args args;
usr.sbin/installboot/efi_installboot.c
199
struct msdosfs_args args;
usr.sbin/installboot/i386_installboot.c
249
struct msdosfs_args args;
usr.sbin/installboot/i386_installboot.c
294
struct msdosfs_args args;
usr.sbin/installboot/macppc_installboot.c
122
struct msdosfs_args args;
usr.sbin/installboot/macppc_installboot.c
166
struct msdosfs_args args;
usr.sbin/installboot/octeon_installboot.c
122
struct msdosfs_args args;
usr.sbin/installboot/octeon_installboot.c
166
struct msdosfs_args args;
usr.sbin/installboot/powerpc64_installboot.c
129
struct msdosfs_args args;
usr.sbin/installboot/powerpc64_installboot.c
173
struct msdosfs_args args;