Searched refs:must_commit (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clbio.c | 771 int error, iomode, must_commit, size, wsize; in nfs_directio_write() 796 * By passing must_commit in set to two, the code 800 must_commit = 2; in ncl_write() 802 &must_commit, 0, ioflag); in ncl_write() 803 KASSERT(must_commit == 2, in ncl_write() 1556 int error = 0, iomode, must_commit = 0; in ncl_doio() 1696 error = ncl_writerpc(vp, uiop, cr, &iomode, &must_commit, in ncl_doio() 1788 if (must_commit == 1) in ncl_meta_setsize() 742 int error, iomode, must_commit, size, wsize; nfs_directio_write() local 1527 int error = 0, iomode, must_commit = 0; ncl_doio() local
|
| H A D | nfs_clrpcops.c | 112 int must_commit; member 1969 nfsrpc_write(vnode_t vp, struct uio *uiop, int *iomode, int *must_commit, in nfsrpc_write() argument 1982 KASSERT(*must_commit >= 0 && *must_commit <= 2, in nfsrpc_write() 1983 ("nfsrpc_write: must_commit out of range=%d", *must_commit)); in nfsrpc_write() 2014 error = nfsrpc_writerpc(vp, uiop, iomode, must_commit, in nfsrpc_write() 2053 int *must_commit, struct ucred *cred, nfsv4stateid_t *stateidp, in nfsrpc_writerpc() argument 2247 NFSX_VERF) && *must_commit != 2) { in nfsrpc_writerpc() 2248 *must_commit = 1; in nfsrpc_writerpc() 6588 nfscl_doiods(vnode_t vp, struct uio *uiop, int *iomode, int *must_commit, in nfscl_doiods() argument 6737 uiop, iomode, must_commit, in nfscl_doiods() [all …]
|
| H A D | nfs_clvnops.c | 1739 int *iomode, int *must_commit, int called_from_strategy, int ioflag) in ncl_writerpc() argument 1749 error = nfscl_doiods(vp, uiop, iomode, must_commit, in ncl_writerpc() 1753 error = nfsrpc_write(vp, uiop, iomode, must_commit, cred, in ncl_writerpc() 4061 bool consecutive, must_commit, onevp, toeof, tryclone, tryoutcred; in nfs_copy_file_range() local 4194 must_commit = false; in nfs_copy_file_range() 4277 ap->a_outcred, consecutive, &must_commit); in nfs_copy_file_range() 4283 ap->a_incred, consecutive, &must_commit); in nfs_copy_file_range() 4302 if (len2 > 0 && must_commit && error == 0) in nfs_copy_file_range() 4338 must_commit = false; in nfs_copy_file_range()
|
| /freebsd/sys/nfsclient/ |
| H A D | nfs.h | 160 struct ucred *cred, int *iomode, int *must_commit);
|