Searched refs:NB_NEEDCOMMIT (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/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() 2571 if (ISSET(bp->nb_flags, NB_NEEDCOMMIT)) { in nfs_buf_write() 2574 if (ISSET(bp->nb_flags, NB_NEEDCOMMIT)) { in nfs_buf_write() 2595 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 | 3681 if (ISSET(bp->nb_flags, NB_NEEDCOMMIT)) { in nfs_vnop_write() 3683 if (ISSET(bp->nb_flags, NB_NEEDCOMMIT)) { in nfs_vnop_write() 3687 CLR(bp->nb_flags, NB_NEEDCOMMIT); in nfs_vnop_write() 8404 if (ISSET(bp->nb_flags, NB_NEEDCOMMIT)) { in nfs_vnop_pageout() 8405 CLR(bp->nb_flags, NB_NEEDCOMMIT); in nfs_vnop_pageout()
|