Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dsmb2ops.c3244 .qfs_tcon = smb2_qfs_tcon,
3338 .qfs_tcon = smb2_qfs_tcon,
3434 .qfs_tcon = smb3_qfs_tcon,
3538 .qfs_tcon = smb3_qfs_tcon,
Dsmb1ops.c1063 .qfs_tcon = cifs_qfs_tcon,
Dcifsglob.h288 void (*qfs_tcon)(const unsigned int, struct cifs_tcon *); member
Dconnect.c4047 if (!tcon->pipe && server->ops->qfs_tcon) in cifs_mount()
4048 server->ops->qfs_tcon(xid, tcon); in cifs_mount()