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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vfs.c43 smb_vfs_t *smb_vfs; local
52 if ((smb_vfs = smb_vfs_find(se, vfsp)) != NULL) {
53 smb_vfs->sv_refcnt++;
54 DTRACE_PROBE1(smb_vfs_hold_hit, smb_vfs_t *, smb_vfs);
64 smb_vfs = kmem_cache_alloc(smb_kshare_cache_vfs, KM_SLEEP);
66 bzero(smb_vfs, sizeof (smb_vfs_t));
68 smb_vfs->sv_magic = SMB_VFS_MAGIC;
69 smb_vfs->sv_refcnt = 1;
70 smb_vfs->sv_vfsp = vfsp;
75 smb_vfs
93 smb_vfs_t *smb_vfs; local
122 smb_vfs_t *smb_vfs; local
145 smb_vfs_t *smb_vfs; local
159 smb_vfs_destroy(smb_vfs_t *smb_vfs) argument
[all...]
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h606 typedef struct smb_vfs { struct

Completed in 52 milliseconds