Searched refs:must_commit (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/fs/nfsclient/ |
| H A D | nfs_clbio.c | 740 int iomode, must_commit; local 758 &must_commit, 0); 759 KASSERT((must_commit == 0), 1542 int iomode, must_commit; in ncl_doio_directwrite() local 1548 ncl_writerpc(bp->b_vp, uiop, bp->b_wcred, &iomode, &must_commit, 0); in ncl_doio_directwrite() 1549 KASSERT((must_commit == 0), ("ncl_doio_directwrite: Did not commit write")); in ncl_doio_directwrite() 1588 int error = 0, iomode, must_commit = 0; in ncl_doio() local 1728 error = ncl_writerpc(vp, uiop, cr, &iomode, &must_commit, in ncl_doio() 1820 if (must_commit) in ncl_doio()
|
| H A D | nfs_clrpcops.c | 108 int must_commit; member 1636 *must_commit = 0; in nfsrpc_write() 1848 *must_commit = 1; in nfsrpc_writerpc() 5747 uiop, iomode, must_commit, in nfscl_doiods() 5754 uiop, iomode, must_commit, in nfscl_doiods() 6113 must_commit, stateidp, *dspp, off, in nfscl_dofflayoutio() 6119 must_commit, stateidp, *dspp, off, in nfscl_dofflayoutio() 6319 *must_commit = 1; in nfsrpc_writeds() 6329 *must_commit = 1; in nfsrpc_writeds() 6441 *must_commit = 1; in nfsrpc_writedsmir() [all …]
|
| H A D | nfs_clvnops.c | 1405 int *iomode, int *must_commit, int called_from_strategy) in ncl_writerpc() argument 1415 error = nfscl_doiods(vp, uiop, iomode, must_commit, in ncl_writerpc() 1419 error = nfsrpc_write(vp, uiop, iomode, must_commit, cred, in ncl_writerpc()
|
| /freebsd-12.1/sys/nfsclient/ |
| H A D | nfs.h | 164 struct ucred *cred, int *iomode, int *must_commit);
|