Searched refs:mount_arg (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/sbin/mdmfs/
H A Dmdmfs.c93 *mount_arg; local
121 mount_arg = strdup("");
199 argappend(&mount_arg, "-o %s", optarg);
277 do_mount(mount_arg, mtpoint);
/freebsd-10.0-release/sys/kern/
H A Dvfs_mountroot.c734 ma = mount_arg(ma, "fstype", fs, -1);
735 ma = mount_arg(ma, "fspath", "/", -1);
736 ma = mount_arg(ma, "from", dev, -1);
737 ma = mount_arg(ma, "errmsg", errmsg, ERRMSGL);
738 ma = mount_arg(ma, "ro", NULL, 0);
1036 ma = mount_arg(ma, name_arg, val_arg,
H A Dvfs_mount.c1776 return (mount_arg(ma, name + (flag ? 2 : 0), NULL, 0));
1842 return (mount_arg(ma, name, tbuf, -1));
1851 mount_arg(struct mntarg *ma, const char *name, const void *val, int len) function
1935 ma = mount_arg(ma, cp, vp, (vp != NULL ? -1 : 0));
/freebsd-10.0-release/sys/fs/smbfs/
H A Dsmbfs_vfsops.c112 ma = mount_arg(ma, "rootpath", args.root_path, -1);
/freebsd-10.0-release/sys/fs/cd9660/
H A Dcd9660_vfsops.c110 ma = mount_arg(ma, "export", &exp, sizeof(exp));
/freebsd-10.0-release/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c214 ma = mount_arg(ma, "export", &exp, sizeof(exp));
/freebsd-10.0-release/sys/gnu/fs/reiserfs/
H A Dreiserfs_vfsops.c64 ma = mount_arg(ma, "export", &exp, sizeof(exp));
/freebsd-10.0-release/sys/sys/
H A Dmount.h819 struct mntarg *mount_arg(struct mntarg *ma, const char *name, const void *val, int len);
/freebsd-10.0-release/share/man/man9/
H A DMakefile766 kernel_mount.9 mount_arg.9 \
/freebsd-10.0-release/sys/fs/nfsclient/
H A Dnfs_clvfsops.c1182 ma = mount_arg(ma, "nfs_args", &args, sizeof args);
/freebsd-10.0-release/sys/nfsclient/
H A Dnfs_vfsops.c1223 ma = mount_arg(ma, "nfs_args", &args, sizeof args);
/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_vfsops.c591 ma = mount_arg(ma, "export", &exp, sizeof(exp));

Completed in 127 milliseconds