Searched refs:mustwrite (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_bio.c3506 int mustwrite = 0; local
3529 mustwrite++;
3533 mustwrite++;
3535 if (mustwrite && !IS_VALID_CRED(bp->nb_wcred) && !IS_VALID_CRED(cred)) {
3537 mustwrite = 0;
3539 if (mustwrite) {
H A Dnfs_vnops.c1639 int neweofoff, mustwrite; local
1656 mustwrite = 0;
1667 mustwrite++;
1671 mustwrite++;
1672 if (!mustwrite) {

Completed in 28 milliseconds