Searched refs:mount_argb (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/fs/smbfs/ |
H A D | smbfs_vfsops.c | 106 ma = mount_argb(ma, args.flags & SMBFS_MOUNT_SOFT, "nosoft"); in smbfs_cmount() 107 ma = mount_argb(ma, args.flags & SMBFS_MOUNT_INTR, "nointr"); in smbfs_cmount() 108 ma = mount_argb(ma, args.flags & SMBFS_MOUNT_STRONG, "nostrong"); in smbfs_cmount() 109 ma = mount_argb(ma, args.flags & SMBFS_MOUNT_HAVE_NLS, "nohave_nls"); in smbfs_cmount() 110 ma = mount_argb(ma, !(args.flags & SMBFS_MOUNT_NO_LONG), "nolong"); in smbfs_cmount()
|
/freebsd/sys/fs/cd9660/ |
H A D | cd9660_vfsops.c | 116 ma = mount_argb(ma, !(args.flags & ISOFSMNT_NORRIP), "norrip"); in cd9660_cmount() 117 ma = mount_argb(ma, args.flags & ISOFSMNT_GENS, "nogens"); in cd9660_cmount() 118 ma = mount_argb(ma, args.flags & ISOFSMNT_EXTATT, "noextatt"); in cd9660_cmount() 119 ma = mount_argb(ma, !(args.flags & ISOFSMNT_NOJOLIET), "nojoliet"); in cd9660_cmount() 120 ma = mount_argb(ma, in cd9660_cmount() 122 ma = mount_argb(ma, args.flags & ISOFSMNT_KICONV, "nokiconv"); in cd9660_cmount()
|
/freebsd/sys/fs/msdosfs/ |
H A D | msdosfs_vfsops.c | 211 ma = mount_argb(ma, args.flags & MSDOSFSMNT_SHORTNAME, "noshortname"); in msdosfs_cmount() 212 ma = mount_argb(ma, args.flags & MSDOSFSMNT_LONGNAME, "nolongname"); in msdosfs_cmount() 213 ma = mount_argb(ma, !(args.flags & MSDOSFSMNT_NOWIN95), "nowin95"); in msdosfs_cmount() 214 ma = mount_argb(ma, args.flags & MSDOSFSMNT_KICONV, "nokiconv"); in msdosfs_cmount()
|
/freebsd/sys/kern/ |
H A D | vfs_mount.c | 1097 ma = mount_argb(ma, flags & MNT_RDONLY, "noro"); in sys_mount() 1098 ma = mount_argb(ma, !(flags & MNT_NOSUID), "nosuid"); in sys_mount() 1099 ma = mount_argb(ma, !(flags & MNT_NOEXEC), "noexec"); in sys_mount() 2811 mount_argb(struct mntarg *ma, int flag, const char *name) in mount_argb() function
|
/freebsd/sys/sys/ |
H A D | mount.h | 997 struct mntarg *mount_argb(struct mntarg *ma, int flag, const char *name);
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1394 kernel_mount.9 mount_argb.9 \
|