Home
last modified time | relevance | path

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

/trueos/sys/nfsclient/
HDnfsargs.h74 #define NFSMNT_TIMEO 0x00000008 /* set initial timeout */ macro
HDnfs_vfsops.c645 if ((argp->flags & NFSMNT_TIMEO) && argp->timeo > 0) { in nfs_decode_args()
1052 args.flags |= NFSMNT_TIMEO; in nfs_mount()
/trueos/sys/fs/nfsclient/
HDnfs_clvfsops.c608 if ((argp->flags & NFSMNT_TIMEO) && argp->timeo > 0) { in nfs_decode_args()
1008 args.flags |= NFSMNT_TIMEO; in nfs_mount()
1018 args.flags |= NFSMNT_TIMEO; in nfs_mount()