HomeSort by: relevance | last modified time | path
    Searched defs:nfs_decode_args (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/nfs/
nfs_vfsops.c 437 nfs_decode_args(struct nfsmount *nmp, struct nfs_args *argp, struct lwp *l) function in typeref:typename:void
641 nfs_decode_args(nmp, args, l);
756 nfs_decode_args(nmp, argp, l);
  /src/sys/fs/nfs/client/
nfs_clvfsops.c 113 static void nfs_decode_args(struct mount *mp, struct nfsmount *nmp,
561 nfs_decode_args(struct mount *mp, struct nfsmount *nmp, struct nfs_args *argp, function in typeref:typename:void
1199 nfs_decode_args(mp, nmp, &args, NULL, td->td_ucred, td);
1441 * Since nfs_decode_args() might optionally set them, these
1462 nfs_decode_args(mp, nmp, argp, hst, cred, td);

Completed in 67 milliseconds