Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_bio.c527 SET(bp->nb_flags, NB_CACHE); in nfs_buf_upl_check()
529 CLR(bp->nb_flags, NB_CACHE); in nfs_buf_upl_check()
542 CLR(bp->nb_flags, NB_CACHE); in nfs_buf_upl_check()
551 if (ISSET(bp->nb_flags, NB_CACHE)) { in nfs_buf_upl_check()
833 SET(bp->nb_flags, NB_CACHE); in nfs_buf_get()
1016 CLR(bp->nb_flags, NB_CACHE); in nfs_buf_get()
2053 if ((ioflag & IO_NOCACHE) && ISSET(bp->nb_flags, NB_CACHE) && in nfs_buf_readahead()
2055 CLR(bp->nb_flags, NB_CACHE); in nfs_buf_readahead()
2060 !ISSET(bp->nb_flags, (NB_CACHE | NB_DELWRI))) { in nfs_buf_readahead()
2278 if ((ioflag & IO_NOCACHE) && ISSET(bp->nb_flags, NB_CACHE)) { in nfs_bioread()
H A Dnfsnode.h151 #define NB_CACHE 0x00000020 /* buffer data found in the cache */ macro
H A Dnfs_vnops.c2813 ISSET(bp->nb_flags, NB_CACHE) == NB_CACHE); in nfs_vnop_readlink()
2815 …if (ISSET(bp->nb_flags, NB_CACHE) && ((nfs_readlink_nocache > 1) || ((np->n_rltim.tv_sec + timeo) … in nfs_vnop_readlink()
2821 if (!ISSET(bp->nb_flags, NB_CACHE)) { in nfs_vnop_readlink()
3395 if ((lbn == eofbn) && ISSET(bp->nb_flags, NB_CACHE)) { in nfs_vnop_write()
3463 if (!ISSET(bp->nb_flags, NB_CACHE) && (n < biosize)) { in nfs_vnop_write()
3686 if (!ISSET(bp->nb_flags, NB_CACHE)) { in nfs_vnop_write()
5739 if (!ISSET(bp->nb_flags, NB_CACHE) || !ISSET(ndbhp->ndbh_flags, NDB_FULL)) { in nfs_vnop_readdir()
5740 if (!ISSET(bp->nb_flags, NB_CACHE)) { /* initialize the buffer */ in nfs_vnop_readdir()
H A Dnfs4_vnops.c8975 if (!ISSET(bp->nb_flags, NB_CACHE) || !ISSET(ndbhp->ndbh_flags, NDB_FULL)) { in nfs4_vnop_listxattr()
8976 if (!ISSET(bp->nb_flags, NB_CACHE)) { /* initialize the buffer */ in nfs4_vnop_listxattr()