Home
last modified time | relevance | path

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

/NextBSD/sys/fs/nfsclient/
HDnfsnode.h148 #define NNONCACHE 0x00000080 /* Node marked as noncacheable */ macro
HDnfs_clbio.c112 if ((np->n_flag & NNONCACHE) && (vp->v_type == VREG)) { in ncl_getpages()
268 (np->n_flag & NNONCACHE) && (vp->v_type == VREG)) { in ncl_putpages()
HDnfs_clvnops.c604 np->n_flag |= NNONCACHE; in nfs_open()
802 np->n_flag &= ~NNONCACHE; in nfs_close()
/NextBSD/sys/nfsclient/
HDnfsnode.h156 #define NNONCACHE 0x4000 /* Node marked as noncacheable */ macro