Searched refs:mount_argsu (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13-stable/sys/fs/cd9660/ |
| HD | cd9660_vfsops.c | 108 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/ |
| HD | msdosfs_vfsops.c | 204 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/ |
| HD | vfs_mount.c | 953 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/ |
| HD | mount.h | 967 struct mntarg *mount_argsu(struct mntarg *ma, const char *name, const void *val, int len);
|
| /freebsd-13-stable/sys/ufs/ffs/ |
| HD | ffs_vfsops.c | 765 ma = mount_argsu(ma, "from", args.fspec, MAXPATHLEN); in ffs_cmount()
|
| /freebsd-13-stable/share/man/man9/ |
| HD | Makefile | 1352 kernel_mount.9 mount_argsu.9
|