Searched refs:NFS_ELAST (Results 1 – 1 of 1) sorted by relevance
8125 #define NFS_ELAST 88 macro8126 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()