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

/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfsnode.h152 #define NNONCACHE 0x00000080 /* Node marked as noncacheable */ macro
H A Dnfs_clbio.c148 if ((np->n_flag & NNONCACHE) && (vp->v_type == VREG)) {
306 (np->n_flag & NNONCACHE) && (vp->v_type == VREG)) {
H A Dnfs_clvnops.c661 np->n_flag |= NNONCACHE;
886 np->n_flag &= ~NNONCACHE;
/freebsd-12-stable/sys/nfsclient/
H A Dnfsnode.h158 #define NNONCACHE 0x4000 /* Node marked as noncacheable */ macro

Completed in 188 milliseconds