Home
last modified time | relevance | path

Searched refs:trycnt (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/sys/fs/nfsclient/
Dnfs_clvfsops.c1199 int error, trycnt, ret; in mountnfs() local
1345 trycnt = 3; in mountnfs()
1351 } while (error && --trycnt > 0); in mountnfs()
1431 int error, flags = 0, i, trycnt = 0; in nfs_unmount() local
1455 if ((mntflags & MNT_FORCE) && error != 0 && ++trycnt < 30) in nfs_unmount()
1457 } while ((mntflags & MNT_FORCE) && error != 0 && trycnt < 30); in nfs_unmount()
Dnfs_clstate.c1857 int igotlock = 0, error, trycnt, firstlock, s; in nfscl_recover() local
1874 trycnt = 5; in nfscl_recover()
1878 error == NFSERR_STALEDONTRECOVER) && --trycnt > 0); in nfscl_recover()
2158 int igotlock = 0, error, trycnt; in nfscl_hasexpired() local
2191 trycnt = 5; in nfscl_hasexpired()
2195 error == NFSERR_STALEDONTRECOVER) && --trycnt > 0); in nfscl_hasexpired()
Dnfs_clvnops.c2642 int passone = 1, trycnt = 0; in ncl_flush() local
2954 np->n_directio_asyncwr != 0) && trycnt++ < 5) { in ncl_flush()
2960 printf("try%d\n", trycnt); in ncl_flush()
Dnfs_clrpcops.c596 int error, do_unlock, trycnt; in nfsrpc_doclose() local
630 trycnt = 0; in nfsrpc_doclose()
642 error == 0 && trycnt++ < 5); in nfsrpc_doclose()
/freebsd-9-stable/sys/fs/nfs/
Dnfs_commonkrpc.c476 int trycnt, error = 0, usegssname = 0, secflavour = AUTH_SYS; in newnfs_request() local
671 trycnt = 0; in newnfs_request()