Searched refs:must_commit (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/fs/nfsclient/ |
| D | nfs_clbio.c | 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() [all …]
|
| D | nfs_clrpcops.c | 107 int must_commit; member 1652 nfsrpc_write(vnode_t vp, struct uio *uiop, int *iomode, int *must_commit, in nfsrpc_write() argument 1665 KASSERT(*must_commit >= 0 && *must_commit <= 2, in nfsrpc_write() 1666 ("nfsrpc_write: must_commit out of range=%d", *must_commit)); in nfsrpc_write() 1697 error = nfsrpc_writerpc(vp, uiop, iomode, must_commit, in nfsrpc_write() 1732 int *must_commit, struct ucred *cred, nfsv4stateid_t *stateidp, in nfsrpc_writerpc() argument 1877 NFSX_VERF) && *must_commit != 2) { in nfsrpc_writerpc() 1878 *must_commit = 1; in nfsrpc_writerpc() 5672 nfscl_doiods(vnode_t vp, struct uio *uiop, int *iomode, int *must_commit, in nfscl_doiods() argument 5809 uiop, iomode, must_commit, in nfscl_doiods() [all …]
|
| D | nfs_clvnops.c | 1506 int *iomode, int *must_commit, int called_from_strategy) in ncl_writerpc() argument 1516 error = nfscl_doiods(vp, uiop, iomode, must_commit, in ncl_writerpc() 1520 error = nfsrpc_write(vp, uiop, iomode, must_commit, cred, in ncl_writerpc()
|
| /freebsd-12-stable/sys/nfsclient/ |
| D | nfs.h | 164 struct ucred *cred, int *iomode, int *must_commit);
|