Home | History | Annotate | Download | only in client

Lines Matching defs:must_commit

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