Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dsmb2ops.c4470 .qfs_tcon = smb2_qfs_tcon,
4568 .qfs_tcon = smb2_qfs_tcon,
4668 .qfs_tcon = smb3_qfs_tcon,
4776 .qfs_tcon = smb3_qfs_tcon,
Dsmb1ops.c1183 .qfs_tcon = cifs_qfs_tcon,
Dcifsglob.h299 void (*qfs_tcon)(const unsigned int, struct cifs_tcon *); member
Dconnect.c4275 if (!tcon->pipe && server->ops->qfs_tcon) { in mount_get_conns()
4276 server->ops->qfs_tcon(*xid, tcon); in mount_get_conns()