HomeSort by: relevance | last modified time | path
    Searched refs:NNONCACHE (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/nfs/client/
nfsnode.h 147 #define NNONCACHE 0x00000080 /* Node marked as noncacheable */
nfs_clbio.c 105 if ((np->n_flag & NNONCACHE) && (vp->v_type == VREG)) {
261 (np->n_flag & NNONCACHE) && (vp->v_type == VREG)) {
nfs_clvnops.c 599 np->n_flag |= NNONCACHE;
797 np->n_flag &= ~NNONCACHE;

Completed in 15 milliseconds