Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfs_clnode.c255 (void)ncl_flush(vp, MNT_WAIT, td, 1, 0); in ncl_inactive()
H A Dnfs_clvnops.c774 ncl_flush(vp, MNT_WAIT, curthread, 0, 0); in nfs_open()
883 error = ncl_flush(vp, MNT_WAIT, ap->a_td, cm, 0); in nfs_close()
894 error = ncl_flush(vp, MNT_WAIT, ap->a_td, in nfs_close()
2895 return (ncl_flush(ap->a_vp, ap->a_waitfor, ap->a_td, 1, 0)); in nfs_fsync()
2907 ncl_flush(struct vnode *vp, int waitfor, struct thread *td, in ncl_flush() function
3307 (void) ncl_flush(vp, MNT_WAIT, td, 1, 0); in nfs_advlock()
3665 error = ncl_flush(vp, MNT_WAIT, td, 1, 0); in nfs_allocate()
3902 error = ncl_flush(invp, MNT_WAIT, curthread, 1, 0); in nfs_copy_file_range()
4108 error = ncl_flush(vp, MNT_WAIT, ap->a_td, 1, 0); in nfs_ioctl()
H A Dnfs_clstate.c4331 ret = ncl_flush(vp, MNT_WAIT, p, 1, called_from_renewthread); in nfscl_recalldeleg()
/freebsd/sys/fs/nfs/
H A Dnfs_var.h675 int ncl_flush(vnode_t, int, NFSPROC_T *, int, int);