Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/ !
H A Dnfs_bio.c400 if (!ISSET(bp->nb_flags, NB_INVAL)) { in nfs_buf_incore()
1113 if (!ISSET(bp->nb_flags, NB_PAGELIST) && !ISSET(bp->nb_flags, NB_INVAL)) { in nfs_buf_release()
1135 …bp->nb_flags, NB_ERROR) || (!nfs_buf_pgs_is_set(&bp->nb_dirty) && (ISSET(bp->nb_flags, NB_INVAL) || in nfs_buf_release()
1137 if (ISSET(bp->nb_flags, (NB_READ | NB_INVAL | NB_NOCACHE))) { in nfs_buf_release()
1206 SET(bp->nb_flags, NB_INVAL); in nfs_buf_release()
1209 if ((bp->nb_bufsize <= 0) || ISSET(bp->nb_flags, NB_INVAL)) { in nfs_buf_release()
1230 SET(bp->nb_flags, NB_INVAL); in nfs_buf_release()
2332 CLR(bp->nb_flags, (NB_DONE | NB_ERROR | NB_INVAL)); in nfs_bioread()
2400 CLR(bp->nb_flags, (NB_DONE | NB_ERROR | NB_INVAL)); in nfs_bioread()
2798 CLR(bp->nb_flags, NB_INVAL); in nfs_buf_write_finish()
[all …]
H A Dnfsnode.h157 #define NB_INVAL 0x00002000 /* Does not contain valid info. */ macro
H A Dnfs_vnops.c2144 SET(bp->nb_flags, NB_INVAL); in nfs_vnop_setattr()
2170 SET(bp->nb_flags, NB_INVAL); in nfs_vnop_setattr()
2177 CLR(bp->nb_flags, (NB_DONE | NB_ERROR | NB_INVAL | NB_ASYNC | NB_READ)); in nfs_vnop_setattr()
2816 SET(bp->nb_flags, NB_INVAL); in nfs_vnop_readlink()
3327 CLR(bp->nb_flags, (NB_DONE | NB_ERROR | NB_INVAL)); in nfs_vnop_write()
3353 CLR(bp->nb_flags, (NB_DONE | NB_ERROR | NB_INVAL)); in nfs_vnop_write()
8413 SET(bp->nb_flags, NB_INVAL); in nfs_vnop_pageout()
H A Dnfs4_vnops.c8497 SET(bp->nb_flags, NB_INVAL); in nfs4_named_attr_get()