pub(crate) fn share_vfs(
server: &Arc<ServerShared>,
conn: &Smb2Conn,
tid: u32,
) -> Option<Arc<dyn Vfs>>Expand description
Resolve the VFS backing tid, mirroring the SMB1 path (share by name,
unknown trees rejected before handlers run).