Searched refs:must_commit (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/fs/nfsclient/ |
| H A 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 …]
|
| H A D | nfs_clrpcops.c | 114 int must_commit; member 1724 KASSERT(*must_commit >= 0 && *must_commit <= 2, in nfsrpc_write() 1939 *must_commit = 1; in nfsrpc_writerpc() 6013 *must_commit = 1; in nfscl_doiods() 6577 *must_commit != 2) { in nfsrpc_writeds() 6578 *must_commit = 1; in nfsrpc_writeds() 6588 *must_commit != 2) { in nfsrpc_writeds() 6589 *must_commit = 1; in nfsrpc_writeds() 6697 *must_commit != 2) { in nfsrpc_writedsmir() 6698 *must_commit = 1; in nfsrpc_writedsmir() [all …]
|
| H A D | nfs_clvnops.c | 1600 int *iomode, int *must_commit, int called_from_strategy) in ncl_writerpc() argument 1610 error = nfscl_doiods(vp, uiop, iomode, must_commit, in ncl_writerpc() 1614 error = nfsrpc_write(vp, uiop, iomode, must_commit, cred, in ncl_writerpc() 3806 bool consecutive, must_commit, tryoutcred; in nfs_copy_file_range() local 3878 must_commit = false; in nfs_copy_file_range() 3908 ap->a_outcred, consecutive, &must_commit); in nfs_copy_file_range() 3913 ap->a_incred, consecutive, &must_commit); in nfs_copy_file_range() 3932 if (len2 > 0 && must_commit && error == 0) in nfs_copy_file_range() 3961 must_commit = false; in nfs_copy_file_range()
|
| /freebsd-13.1/sys/nfsclient/ |
| H A D | nfs.h | 163 struct ucred *cred, int *iomode, int *must_commit);
|