Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dsmb1ops.c1213 .qfs_tcon = cifs_qfs_tcon,
Dsmb2ops.c5180 .qfs_tcon = smb2_qfs_tcon,
5282 .qfs_tcon = smb2_qfs_tcon,
5386 .qfs_tcon = smb3_qfs_tcon,
5500 .qfs_tcon = smb3_qfs_tcon,
Dcifsglob.h325 void (*qfs_tcon)(const unsigned int, struct cifs_tcon *, member
Dconnect.c3374 if (!tcon->pipe && server->ops->qfs_tcon) { in cifs_mount_get_tcon()
3375 server->ops->qfs_tcon(mnt_ctx->xid, tcon, cifs_sb); in cifs_mount_get_tcon()