Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h381 extern void rflush(struct vfs *, cred_t *);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c1408 rflush(vfsp, cr); in nfs_unmount()
1604 rflush(vfsp, cr); in nfs_sync()
H A Dnfs3_vfsops.c1413 rflush(vfsp, cr); in nfs3_unmount()
1603 rflush(vfsp, cr); in nfs3_sync()
H A Dnfs_subr.c3054 rflush(struct vfs *vfsp, cred_t *cr) in rflush() function