Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h380 extern void destroy_rtable(struct vfs *, cred_t *);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c1388 destroy_rtable(vfsp, cr); in nfs_unmount()
1428 destroy_rtable(vfsp, cr); in nfs_unmount()
H A Dnfs3_vfsops.c1393 destroy_rtable(vfsp, cr); in nfs3_unmount()
1433 destroy_rtable(vfsp, cr); in nfs3_unmount()
H A Dnfs_subr.c2971 destroy_rtable(struct vfs *vfsp, cred_t *cr) in destroy_rtable() function