Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/fs/nfsclient/
Dnfsnode.h148 #define NNONCACHE 0x00000080 /* Node marked as noncacheable */ macro
Dnfs_clbio.c114 if ((np->n_flag & NNONCACHE) && (vp->v_type == VREG)) { in ncl_getpages()
284 (np->n_flag & NNONCACHE) && (vp->v_type == VREG)) { in ncl_putpages()
Dnfs_clvnops.c605 np->n_flag |= NNONCACHE; in nfs_open()
803 np->n_flag &= ~NNONCACHE; in nfs_close()
/freebsd-10-stable/sys/nfsclient/
Dnfsnode.h156 #define NNONCACHE 0x4000 /* Node marked as noncacheable */ macro
Dnfs_bio.c108 if ((np->n_flag & NNONCACHE) && (vp->v_type == VREG)) { in nfs_getpages()
278 (np->n_flag & NNONCACHE) && (vp->v_type == VREG)) { in nfs_putpages()
Dnfs_vnops.c563 np->n_flag |= NNONCACHE; in nfs_open()
676 np->n_flag &= ~NNONCACHE; in nfs_close()