Home
last modified time | relevance | path

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

/third_party/NuttX/fs/nfs/
H A Dnfs_adapter.c344 static void nfs_decode_args(struct nfs_mount_parameters *nprmt, in nfs_decode_args() argument
363 nprmt->timeo = tmp; in nfs_decode_args()
372 nprmt->retry = argp->retrans; in nfs_decode_args()
376 nprmt->retry = NFS_MAXREXMIT; in nfs_decode_args()
382 nprmt->retry = NFS_MAXREXMIT + 1; /* Past clip limit */ in nfs_decode_args()
401 nprmt->wsize = argp->wsize; in nfs_decode_args()
405 nprmt->wsize &= ~(NFS_FABLKSIZE - 1); in nfs_decode_args()
406 if (nprmt->wsize <= 0) in nfs_decode_args()
408 nprmt->wsize = NFS_FABLKSIZE; in nfs_decode_args()
412 if (nprmt in nfs_decode_args()
494 struct nfs_mount_parameters nprmt; nfs_bind() local
[all...]

Completed in 2 milliseconds