Searched refs:vfs_copyopt (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_mib.c363 error = vfs_copyopt(opts, "linux", &jsys, sizeof(jsys));
391 error = vfs_copyopt(opts, "linux", &jsys, sizeof(jsys));
454 error = vfs_copyopt(opts, "linux.oss_version", &oss_version,
477 error = vfs_copyopt(opts, "linux", &jsys, sizeof(jsys));
496 error = vfs_copyopt(opts, "linux.oss_version", &oss_version,
/freebsd-10.0-release/sys/kern/
H A Dkern_jail.c595 error = vfs_copyopt(opts, "jid", &jid, sizeof(jid));
601 error = vfs_copyopt(opts, "securelevel", &slevel, sizeof(slevel));
610 vfs_copyopt(opts, "children.max", &childmax, sizeof(childmax));
618 error = vfs_copyopt(opts, "enforce_statfs", &enforce, sizeof(enforce));
629 error = vfs_copyopt(opts, "devfs_ruleset", &rsnum, sizeof(rsnum));
648 error = vfs_copyopt(opts, pr_flag_jailsys[fi].name, &jsys,
784 error = vfs_copyopt(opts, "host.hostid", &hid32, sizeof(hid32));
788 error = vfs_copyopt(opts, "host.hostid", &hid, sizeof(hid));
1937 error = vfs_copyopt(opts, "lastjid", &jid, sizeof(jid));
1956 error = vfs_copyopt(opt
[all...]
H A Dvfs_mount.c954 if (vfs_copyopt(mp->mnt_optnew, "export", &export,
957 } else if (vfs_copyopt(mp->mnt_optnew, "export", &oexport,
1697 vfs_copyopt(opts, name, dest, len) function
1705 KASSERT(opts != NULL, ("vfs_copyopt: caller passed 'opts' as NULL"));
/freebsd-10.0-release/sys/sys/
H A Dmount.h838 int vfs_copyopt(struct vfsoptlist *, const char *, void *, int);
/freebsd-10.0-release/share/man/man9/
H A DMakefile1439 MLINKS+=vfs_getopt.9 vfs_copyopt.9 \
/freebsd-10.0-release/sys/fs/nfsclient/
H A Dnfs_clvfsops.c794 error = vfs_copyopt(mp->mnt_optnew, "nfs_args", &args,
/freebsd-10.0-release/sys/nfsclient/
H A Dnfs_vfsops.c866 error = vfs_copyopt(mp->mnt_optnew, "nfs_args", &args,

Completed in 142 milliseconds