Lines Matching refs:must_commit
226 int iomode, must_commit, i, error, npages, count; in ncl_putpages() local
306 error = ncl_writerpc(vp, &uio, cred, &iomode, &must_commit, 0); in ncl_putpages()
314 if (must_commit) in ncl_putpages()
718 int iomode, must_commit; local
736 &must_commit, 0);
737 KASSERT((must_commit == 0),
1524 int iomode, must_commit; in ncl_doio_directwrite() local
1530 ncl_writerpc(bp->b_vp, uiop, bp->b_wcred, &iomode, &must_commit, 0); in ncl_doio_directwrite()
1531 KASSERT((must_commit == 0), ("ncl_doio_directwrite: Did not commit write")); in ncl_doio_directwrite()
1570 int error = 0, iomode, must_commit = 0; in ncl_doio() local
1710 error = ncl_writerpc(vp, uiop, cr, &iomode, &must_commit, in ncl_doio()
1806 if (must_commit) in ncl_doio()