Home
last modified time | relevance | path

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

/fs/cifs/
Dsmb1ops.c1178 .qfs_tcon = cifs_qfs_tcon,
Dsmb2ops.c5418 .qfs_tcon = smb2_qfs_tcon,
5519 .qfs_tcon = smb2_qfs_tcon,
5622 .qfs_tcon = smb3_qfs_tcon,
5736 .qfs_tcon = smb3_qfs_tcon,
Dcifsglob.h285 void (*qfs_tcon)(const unsigned int, struct cifs_tcon *, member
Dconnect.c3020 if (!tcon->pipe && server->ops->qfs_tcon) { in mount_get_conns()
3021 server->ops->qfs_tcon(xid, tcon, cifs_sb); in mount_get_conns()