Searched refs:nfs_args (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/usr.sbin/amd/amd/ |
| D | nfs_ops.c | 451 struct nfs_args nfs_args; in mount_nfs_fh() local 467 bzero(&nfs_args, sizeof(nfs_args)); /* Paranoid */ in mount_nfs_fh() 482 bzero(&nfs_args, sizeof(nfs_args)); in mount_nfs_fh() 500 nfs_args.fh = (void *)fhp->fhs_fhandle; in mount_nfs_fh() 501 nfs_args.fhsize = fhp->fhs_size; in mount_nfs_fh() 502 nfs_args.version = NFS_ARGSVERSION; in mount_nfs_fh() 504 nfs_args.hostname = host; in mount_nfs_fh() 513 if ((nfs_args.rsize = hasmntval(&mnt, "rsize"))) in mount_nfs_fh() 514 nfs_args.flags |= NFSMNT_RSIZE; in mount_nfs_fh() 517 if ((nfs_args.readdirsize = hasmntval(&mnt, "readdirsize"))) { in mount_nfs_fh() [all …]
|
| D | afs_ops.c | 99 struct nfs_args nfs_args; in mount_toplvl() local 110 bzero(&nfs_args, sizeof(nfs_args)); /* Paranoid */ in mount_toplvl() 132 nfs_args.fh = (void *)fhp; in mount_toplvl() 133 nfs_args.fhsize = NFSX_V2FH; in mount_toplvl() 134 nfs_args.version = NFS_ARGSVERSION; in mount_toplvl() 154 nfs_args.addr = (struct sockaddr *)&sin; in mount_toplvl() 155 nfs_args.addrlen = sizeof sin; in mount_toplvl() 156 nfs_args.sotype = SOCK_DGRAM; in mount_toplvl() 157 nfs_args.proto = 0; in mount_toplvl() 167 nfs_args.hostname = fs_hostname; in mount_toplvl() [all …]
|
| /openbsd/src/sbin/mount/ |
| D | mount.c | 519 struct nfs_args *nfs_args = &sf->mount_info.nfs_args; in prmount() local 522 (nfs_args->flags & NFSMNT_NFSV3) ? "v3" : "v2"); in prmount() 523 if (nfs_args->proto && (pr = getprotobynumber(nfs_args->proto))) in prmount() 527 (nfs_args->sotype == SOCK_DGRAM) ? "udp" : "tcp"); in prmount() 528 if (nfs_args->flags & NFSMNT_SOFT) in prmount() 532 if (nfs_args->flags & NFSMNT_INT) in prmount() 534 if (nfs_args->flags & NFSMNT_NOCONN) in prmount() 536 if (nfs_args->flags & NFSMNT_RDIRPLUS) in prmount() 538 if (verbose || nfs_args->wsize != NFS_WSIZE) in prmount() 540 "wsize", nfs_args->wsize); in prmount() [all …]
|
| /openbsd/src/sys/nfs/ |
| D | nfs_vfsops.c | 73 int mountnfs(struct nfs_args *, struct mount *, struct mbuf *, 85 void nfs_decode_args(struct nfsmount *, struct nfs_args *, 86 struct nfs_args *); 404 nfs_decode_args(struct nfsmount *nmp, struct nfs_args *argp, in nfs_decode_args() 405 struct nfs_args *nargp) in nfs_decode_args() 557 struct nfs_args *args = data; in nfs_mount() 585 nfs_decode_args(nmp, args, &mp->mnt_stat.mount_info.nfs_args); in nfs_mount() 611 mountnfs(struct nfs_args *argp, struct mount *mp, struct mbuf *nam, in mountnfs() 651 bcopy(argp, &mp->mnt_stat.mount_info.nfs_args, sizeof(*argp)); in mountnfs() 653 nfs_decode_args(nmp, argp, &mp->mnt_stat.mount_info.nfs_args); in mountnfs()
|
| D | nfsdiskless.h | 53 struct nfs_args ndm_args;
|
| D | nfs_boot.c | 104 struct nfs_args *argp); 226 struct nfs_args *args; in nfs_boot_getfh() 500 md_mount(struct sockaddr_in *mdsin, char *path, struct nfs_args *argp) in md_mount()
|
| /openbsd/src/sbin/mount_nfs/ |
| D | mount_nfs.c | 111 struct nfs_args nfsdefargs = { 154 int getnfsargs(char *, struct nfs_args *); 164 struct nfs_args *nfsargsp; in main() 165 struct nfs_args nfsargs; in main() 383 getnfsargs(char *spec, struct nfs_args *nfsargsp) in getnfsargs()
|
| /openbsd/src/sys/sys/ |
| D | mount.h | 110 struct nfs_args { struct 271 struct nfs_args nfs_args; member
|
| /openbsd/src/sys/kern/ |
| D | vfs_init.c | 81 sizeof(struct nfs_args) },
|