Home
last modified time | relevance | path

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

/freebsd-12.1/sys/fs/nfsclient/
H A Dnfs.h117 int ncl_commit(struct vnode *, u_quad_t, int, struct ucred *, struct thread *);
H A Dnfs_clvnops.c2566 ncl_commit(struct vnode *vp, u_quad_t offset, int cnt, struct ucred *cred, in ncl_commit() function
2818 retv = ncl_commit(vp, off, (int)(endoff - off), in ncl_flush()
2829 retv = ncl_commit(vp, off, (int)size, in ncl_flush()
H A Dnfs_clbio.c1692 retv = ncl_commit(vp, off, bp->b_dirtyend-bp->b_dirtyoff, in ncl_doio()