HomeSort by: relevance | last modified time | path
    Searched defs:must_commit (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/client/
nfs_clbio.c 226 int iomode, must_commit, i, error, npages, count; local in function:ncl_putpages
306 error = ncl_writerpc(vp, &uio, cred, &iomode, &must_commit, 0);
314 if (must_commit)
718 int iomode, must_commit; local in function:nfs_directio_write
736 &must_commit, 0);
737 KASSERT((must_commit == 0),
1524 int iomode, must_commit; local in function:ncl_doio_directwrite
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 local in function:ncl_doio
    [all...]
nfs_clbio.c 226 int iomode, must_commit, i, error, npages, count; local in function:ncl_putpages
306 error = ncl_writerpc(vp, &uio, cred, &iomode, &must_commit, 0);
314 if (must_commit)
718 int iomode, must_commit; local in function:nfs_directio_write
736 &must_commit, 0);
737 KASSERT((must_commit == 0),
1524 int iomode, must_commit; local in function:ncl_doio_directwrite
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 local in function:ncl_doio
    [all...]

Completed in 30 milliseconds