Home
last modified time | relevance | path

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

/xnu-8020.101.4/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()
2797 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.c2131 SET(bp->nb_flags, NB_INVAL); in nfs_vnop_setattr()
2157 SET(bp->nb_flags, NB_INVAL); in nfs_vnop_setattr()
2164 CLR(bp->nb_flags, (NB_DONE | NB_ERROR | NB_INVAL | NB_ASYNC | NB_READ)); in nfs_vnop_setattr()
2803 SET(bp->nb_flags, NB_INVAL); in nfs_vnop_readlink()
3314 CLR(bp->nb_flags, (NB_DONE | NB_ERROR | NB_INVAL)); in nfs_vnop_write()
3340 CLR(bp->nb_flags, (NB_DONE | NB_ERROR | NB_INVAL)); in nfs_vnop_write()
8402 SET(bp->nb_flags, NB_INVAL); in nfs_vnop_pageout()
H A Dnfs4_vnops.c8509 SET(bp->nb_flags, NB_INVAL); in nfs4_named_attr_get()