Home
last modified time | relevance | path

Searched refs:mount_argsu (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/sys/fs/cd9660/
HDcd9660_vfsops.c108 ma = mount_argsu(ma, "from", args.fspec, MAXPATHLEN); in cd9660_cmount()
116 ma = mount_argsu(ma, "cs_disk", args.cs_disk, 64); in cd9660_cmount()
117 ma = mount_argsu(ma, "cs_local", args.cs_local, 64); in cd9660_cmount()
/freebsd-13-stable/sys/fs/msdosfs/
HDmsdosfs_vfsops.c204 ma = mount_argsu(ma, "from", args.fspec, MAXPATHLEN); in msdosfs_cmount()
216 ma = mount_argsu(ma, "cs_win", args.cs_win, MAXCSLEN); in msdosfs_cmount()
217 ma = mount_argsu(ma, "cs_dos", args.cs_dos, MAXCSLEN); in msdosfs_cmount()
218 ma = mount_argsu(ma, "cs_local", args.cs_local, MAXCSLEN); in msdosfs_cmount()
/freebsd-13-stable/sys/kern/
HDvfs_mount.c953 ma = mount_argsu(ma, "fstype", uap->type, MFSNAMELEN); in sys_mount()
954 ma = mount_argsu(ma, "fspath", uap->path, MNAMELEN); in sys_mount()
2529 mount_argsu(struct mntarg *ma, const char *name, const void *val, int len) in mount_argsu() function
/freebsd-13-stable/sys/sys/
HDmount.h967 struct mntarg *mount_argsu(struct mntarg *ma, const char *name, const void *val, int len);
/freebsd-13-stable/sys/ufs/ffs/
HDffs_vfsops.c765 ma = mount_argsu(ma, "from", args.fspec, MAXPATHLEN); in ffs_cmount()
/freebsd-13-stable/share/man/man9/
HDMakefile1352 kernel_mount.9 mount_argsu.9