Searched refs:NB_INVAL (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ ! |
| H A D | nfs_bio.c | 400 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 D | nfsnode.h | 157 #define NB_INVAL 0x00002000 /* Does not contain valid info. */ macro
|
| H A D | nfs_vnops.c | 2144 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 D | nfs4_vnops.c | 8497 SET(bp->nb_flags, NB_INVAL); in nfs4_named_attr_get()
|