Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfsnode.h149 #define NNONCACHE 0x00000080 /* Node marked as noncacheable */
152 #define NNONCACHE global() macro
H A Dnfs_clbio.c144 if ((np->n_flag & NNONCACHE) && (vp->v_type == VREG)) { in ncl_getpages()
302 (np->n_flag & NNONCACHE) && (vp->v_type == VREG)) { in ncl_putpages()
H A Dnfs_clvnops.c727 np->n_flag |= NNONCACHE; in nfs_open()
970 np->n_flag &= ~NNONCACHE; in nfs_close()
/freebsd/sys/nfsclient/
H A Dnfsnode.h155 #define NNONCACHE 0x4000 /* Node marked as noncacheable */ macro