Searched refs:must_commit (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/fs/nfsclient/ |
| H A D | nfs_clbio.c | 774 int error, iomode, must_commit, size, wsize; in nfs_directio_write() local 803 must_commit = 2; in nfs_directio_write() 805 &must_commit, 0, ioflag); in nfs_directio_write() 806 KASSERT(must_commit == 2, in nfs_directio_write() 1559 int error = 0, iomode, must_commit = 0; in ncl_doio() local 1699 error = ncl_writerpc(vp, uiop, cr, &iomode, &must_commit, in ncl_doio() 1791 if (must_commit == 1) in ncl_doio()
|
| H A D | nfs_clrpcops.c | 112 int must_commit; member 1977 KASSERT(*must_commit >= 0 && *must_commit <= 2, in nfsrpc_write() 2243 *must_commit = 1; in nfsrpc_writerpc() 6559 *must_commit = 1; in nfscl_doiods() 7131 *must_commit != 2) { in nfsrpc_writeds() 7132 *must_commit = 1; in nfsrpc_writeds() 7142 *must_commit != 2) { in nfsrpc_writeds() 7143 *must_commit = 1; in nfsrpc_writeds() 7253 *must_commit != 2) { in nfsrpc_writedsmir() 7254 *must_commit = 1; in nfsrpc_writedsmir() [all …]
|
| H A D | nfs_clvnops.c | 1607 int *iomode, int *must_commit, int called_from_strategy, int ioflag) in ncl_writerpc() argument 1617 error = nfscl_doiods(vp, uiop, iomode, must_commit, in ncl_writerpc() 1621 error = nfsrpc_write(vp, uiop, iomode, must_commit, cred, in ncl_writerpc() 3811 bool consecutive, must_commit, tryoutcred; in nfs_copy_file_range() local 3917 must_commit = false; in nfs_copy_file_range() 3966 ap->a_outcred, consecutive, &must_commit); in nfs_copy_file_range() 3971 ap->a_incred, consecutive, &must_commit); in nfs_copy_file_range() 3989 if (len2 > 0 && must_commit && error == 0) in nfs_copy_file_range() 4018 must_commit = false; in nfs_copy_file_range()
|
| /freebsd-14.2/sys/nfsclient/ |
| H A D | nfs.h | 162 struct ucred *cred, int *iomode, int *must_commit);
|