Searched refs:ncl_flush (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clnode.c | 262 (void)ncl_flush(vp, MNT_WAIT, td, 1, 0); in ncl_inactive()
|
| H A D | nfs_clvnops.c | 738 ncl_flush(vp, MNT_WAIT, curthread, 0, 0); in nfs_open() 849 error = ncl_flush(vp, MNT_WAIT, ap->a_td, cm, 0); in nfs_close() 862 error = ncl_flush(vp, MNT_WAIT, ap->a_td, in nfs_close() 3080 return (ncl_flush(ap->a_vp, ap->a_waitfor, ap->a_td, 1, 0)); in nfs_fsync() 3092 ncl_flush(struct vnode *vp, int waitfor, struct thread *td, in ncl_flush() function 3487 (void) ncl_flush(vp, MNT_WAIT, td, 1, 0); in nfs_advlock() 3860 error = ncl_flush(vp, MNT_WAIT, td, 1, 0); in nfs_allocate() 4131 error = ncl_flush(invp, MNT_WAIT, curthread, 1, 0); in nfs_copy_file_range() 4379 error = ncl_flush(vp, MNT_WAIT, ap->a_td, 1, 0); in nfs_ioctl()
|
| H A D | nfs_clstate.c | 4346 ret = ncl_flush(vp, MNT_WAIT, p, 1, called_from_renewthread); in nfscl_recalldeleg()
|
| /freebsd/sys/fs/nfs/ |
| H A D | nfs_var.h | 693 int ncl_flush(vnode_t, int, NFSPROC_T *, int, int);
|