Lines Matching refs:must_commit
770 int iomode, must_commit; local
797 must_commit = 2;
799 &must_commit, 0);
800 KASSERT((must_commit == 2),
1603 int iomode, must_commit; in ncl_doio_directwrite() local
1619 must_commit = 2; in ncl_doio_directwrite()
1620 ncl_writerpc(bp->b_vp, uiop, bp->b_wcred, &iomode, &must_commit, 0); in ncl_doio_directwrite()
1621 KASSERT((must_commit == 2), ("ncl_doio_directwrite: Updated write" in ncl_doio_directwrite()
1664 int error = 0, iomode, must_commit = 0; in ncl_doio() local
1804 error = ncl_writerpc(vp, uiop, cr, &iomode, &must_commit, in ncl_doio()
1896 if (must_commit == 1) in ncl_doio()