Home
last modified time | relevance | path

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

/netbsd/src/sys/fs/nfs/client/
Dnfs_clnode.c252 (void)ncl_flush(vp, MNT_WAIT, NULL, ap->a_td, 1, 0); in ncl_inactive()
Dnfs_clvnops.c718 error = ncl_flush(vp, MNT_WAIT, cred, ap->a_td, cm, 0); in nfs_close()
723 error = ncl_flush(vp, MNT_WAIT, cred, ap->a_td, in nfs_close()
2626 return (ncl_flush(ap->a_vp, ap->a_waitfor, NULL, ap->a_td, 1, 0)); in nfs_fsync()
2638 ncl_flush(struct vnode *vp, int waitfor, struct ucred *cred, struct thread *td, in ncl_flush() function
3016 (void) ncl_flush(vp, MNT_WAIT, cred, td, 1, 0); in nfs_advlock()
Dnfs_clstate.c3820 ret = ncl_flush(vp, MNT_WAIT, cred, p, 1, in nfscl_recalldeleg()
/netbsd/src/sys/fs/nfs/common/
Dnfs_var.h596 int ncl_flush(vnode_t, int, struct kauth_cred *, NFSPROC_T *, int, int);