Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfs_vnops.c8125 #define NFS_ELAST 88 macro
8126 static u_char errorcount[NFS_ELAST + 1]; /* better be zeros when initialized */
8127 static const char errortooutcome[NFS_ELAST + 1] = {
8231 if (error > NFS_ELAST) { in nfs_pageouterrorhandler()
8691 if (error <= NFS_ELAST) { in nfs_vnop_pageout()