Home
last modified time | relevance | path

Searched refs:NFSMNT_RETRANS (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/nfsclient/
HDnfsargs.h75 #define NFSMNT_RETRANS 0x00000010 /* set number of request retries */ macro
HDnfs_vfsops.c653 if ((argp->flags & NFSMNT_RETRANS) && argp->retrans > 1) { in nfs_decode_args()
983 args.flags |= NFSMNT_RETRANS; in nfs_mount()
/trueos/sys/fs/nfsclient/
HDnfs_clvfsops.c616 if ((argp->flags & NFSMNT_RETRANS) && argp->retrans > 1) { in nfs_decode_args()
937 args.flags |= NFSMNT_RETRANS; in nfs_mount()