Searched defs:smb_vfs_find (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vfs.c30 static smb_vfs_t *smb_vfs_find(smb_export_t *, vfs_t *);
52 if ((smb_vfs = smb_vfs_find(se, vfsp)) != NULL) {
98 smb_vfs = smb_vfs_find(se, vfsp);
143 smb_vfs_find(smb_export_t *se, vfs_t *vfsp) function

Completed in 61 milliseconds