Home
last modified time | relevance | path

Searched refs:ncl_commit (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/sys/fs/nfsclient/
HDnfs.h113 int ncl_commit(struct vnode *, u_quad_t, int, struct ucred *, struct thread *);
HDnfs_clvnops.c2807 ncl_commit(struct vnode *vp, u_quad_t offset, int cnt, struct ucred *cred, in ncl_commit() function
3059 retv = ncl_commit(vp, off, (int)(endoff - off), in ncl_flush()
3070 retv = ncl_commit(vp, off, (int)size, in ncl_flush()
3883 error = ncl_commit(outvp, outoff, *ap->a_lenp, in nfs_copy_file_range()
HDnfs_clbio.c1663 retv = ncl_commit(vp, off, bp->b_dirtyend-bp->b_dirtyoff, in ncl_doio()