Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_vnops.c8136 #define NFS_ELAST 88 macro
8137 static u_char errorcount[NFS_ELAST + 1]; /* better be zeros when initialized */
8138 static const char errortooutcome[NFS_ELAST + 1] = {
8242 if (error > NFS_ELAST) { in nfs_pageouterrorhandler()
8702 if (error <= NFS_ELAST) { in nfs_vnop_pageout()