Searched refs:ncl_commit (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/fs/nfs/client/ |
H A D | nfs.h | 118 int ncl_commit(struct vnode *, u_quad_t, int, struct kauth_cred *,
|
H A D | nfs_clvnops.c | 2554 ncl_commit(struct vnode *vp, u_quad_t offset, int cnt, struct ucred *cred, in ncl_commit() function 2781 retv = ncl_commit(vp, off, (int)(endoff - off), in ncl_flush() 2792 retv = ncl_commit(vp, off, (int)size, in ncl_flush()
|
H A D | nfs_clbio.c | 1674 retv = ncl_commit(vp, off, bp->b_dirtyend-bp->b_dirtyoff, in ncl_doio()
|