Lines Matching refs:nfs_args
114 struct nfs_args *argp, const char *, struct ucred *,
116 static int mountnfs(struct nfs_args *, struct mount *,
180 void newnfsargs_ntoh(struct nfs_args *);
182 struct sockaddr_in *, struct nfs_args *,
185 static void nfs_convert_oargs(struct nfs_args *args,
232 nfs_convert_oargs(struct nfs_args *args, struct onfs_args *oargs)
523 struct sockaddr_in *sin, struct nfs_args *args, struct thread *td,
561 nfs_decode_args(struct mount *mp, struct nfsmount *nmp, struct nfs_args *argp,
733 static const char *nfs_opts[] = { "from", "nfs_args",
854 struct nfs_args args = {
907 * The old mount_nfs program passed the struct nfs_args
910 * and we populate the struct nfs_args in the kernel.
912 if (vfs_getopt(mp->mnt_optnew, "nfs_args", NULL, NULL) == 0) {
913 error = vfs_copyopt(mp->mnt_optnew, "nfs_args", &args,
1217 * In the 'nfs_args' case, the pointers in the args
1346 struct nfs_args args;
1348 error = copyin(data, &args, sizeof (struct nfs_args));
1352 ma = mount_arg(ma, "nfs_args", &args, sizeof args);
1362 mountnfs(struct nfs_args *argp, struct mount *mp, struct sockaddr *nam,