Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dsmb1ops.c1199 .qfs_tcon = cifs_qfs_tcon,
Dcifsglob.h317 void (*qfs_tcon)(const unsigned int, struct cifs_tcon *, member
Dsmb2ops.c5206 .qfs_tcon = smb2_qfs_tcon,
5307 .qfs_tcon = smb2_qfs_tcon,
5410 .qfs_tcon = smb3_qfs_tcon,
5524 .qfs_tcon = smb3_qfs_tcon,
Dconnect.c3277 if (!tcon->pipe && server->ops->qfs_tcon) { in mount_get_conns()
3278 server->ops->qfs_tcon(xid, tcon, cifs_sb); in mount_get_conns()