Searched refs:SMB_VFS_MAGIC (Results 1 – 2 of 2) sorted by relevance
68 smb_vfs->sv_magic = SMB_VFS_MAGIC; in smb_vfs_hold()127 ASSERT(smb_vfs->sv_magic == SMB_VFS_MAGIC); in smb_vfs_rele_all()149 ASSERT(smb_vfs->sv_magic == SMB_VFS_MAGIC); in smb_vfs_find()162 smb_vfs->sv_magic = (uint32_t)~SMB_VFS_MAGIC; in smb_vfs_destroy()
600 #define SMB_VFS_MAGIC 0x534D4256 /* 'SMBV' */ macro