Home
last modified time | relevance | path

Searched refs:must_commit (Results 1 – 4 of 4) sorted by relevance

/src/sys/fs/nfsclient/
H A Dnfs_clbio.c771 int error, iomode, must_commit, size, wsize; in nfs_directio_write() local
800 must_commit = 2; in nfs_directio_write()
802 &must_commit, 0, ioflag); in nfs_directio_write()
803 KASSERT(must_commit == 2, in nfs_directio_write()
1556 int error = 0, iomode, must_commit = 0; in ncl_doio() local
1696 error = ncl_writerpc(vp, uiop, cr, &iomode, &must_commit, in ncl_doio()
1788 if (must_commit == 1) in ncl_doio()
H A Dnfs_clrpcops.c112 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 Dnfs_clvnops.c1685 int *iomode, int *must_commit, int called_from_strategy, int ioflag) in ncl_writerpc() argument
1695 error = nfscl_doiods(vp, uiop, iomode, must_commit, in ncl_writerpc()
1699 error = nfsrpc_write(vp, uiop, iomode, must_commit, cred, in ncl_writerpc()
4013 bool consecutive, must_commit, onevp, toeof, tryclone, tryoutcred; in nfs_copy_file_range() local
4146 must_commit = false; in nfs_copy_file_range()
4229 ap->a_outcred, consecutive, &must_commit); in nfs_copy_file_range()
4235 ap->a_incred, consecutive, &must_commit); in nfs_copy_file_range()
4254 if (len2 > 0 && must_commit && error == 0) in nfs_copy_file_range()
4290 must_commit = false; in nfs_copy_file_range()
/src/sys/nfsclient/
H A Dnfs.h160 struct ucred *cred, int *iomode, int *must_commit);