Searched refs:ncl_flush (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sys/fs/nfs/client/ |
| D | nfs_clnode.c | 252 (void)ncl_flush(vp, MNT_WAIT, NULL, ap->a_td, 1, 0); in ncl_inactive()
|
| D | nfs_clvnops.c | 718 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()
|
| D | nfs_clstate.c | 3820 ret = ncl_flush(vp, MNT_WAIT, cred, p, 1, in nfscl_recalldeleg()
|
| /netbsd/src/sys/fs/nfs/common/ |
| D | nfs_var.h | 596 int ncl_flush(vnode_t, int, struct kauth_cred *, NFSPROC_T *, int, int);
|