Searched refs:NB_NEEDCOMMIT (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_bio.c | 650 if (ISSET(bp->nb_flags, NB_NEEDCOMMIT)) { in nfs_buf_delwri_service() 653 if (ISSET(bp->nb_flags, NB_NEEDCOMMIT)) { in nfs_buf_delwri_service() 1136 (ISSET(bp->nb_flags, NB_NOCACHE) && !ISSET(bp->nb_flags, (NB_NEEDCOMMIT | NB_DELWRI)))))) { in nfs_buf_release() 1158 if (!ISSET(bp->nb_flags, (NB_NEEDCOMMIT | NB_DELWRI))) { in nfs_buf_release() 1205 (ISSET(bp->nb_flags, NB_NOCACHE) && !ISSET(bp->nb_flags, (NB_NEEDCOMMIT | NB_DELWRI)))) { in nfs_buf_release() 1422 if (!ISSET(bp->nb_flags, NB_NEEDCOMMIT)) { in nfs_buf_check_write_verifier() 1435 CLR(bp->nb_flags, (NB_NEEDCOMMIT | NB_STALEWVERF)); in nfs_buf_check_write_verifier() 2572 if (ISSET(bp->nb_flags, NB_NEEDCOMMIT)) { in nfs_buf_write() 2575 if (ISSET(bp->nb_flags, NB_NEEDCOMMIT)) { in nfs_buf_write() 2596 CLR(bp->nb_flags, NB_NEEDCOMMIT); in nfs_buf_write() [all …]
|
| H A D | nfsnode.h | 149 #define NB_NEEDCOMMIT 0x00000002 /* buffer needs to be committed */ macro
|
| H A D | nfs_vnops.c | 3694 if (ISSET(bp->nb_flags, NB_NEEDCOMMIT)) { in nfs_vnop_write() 3696 if (ISSET(bp->nb_flags, NB_NEEDCOMMIT)) { in nfs_vnop_write() 3700 CLR(bp->nb_flags, NB_NEEDCOMMIT); in nfs_vnop_write() 8415 if (ISSET(bp->nb_flags, NB_NEEDCOMMIT)) { in nfs_vnop_pageout() 8416 CLR(bp->nb_flags, NB_NEEDCOMMIT); in nfs_vnop_pageout()
|