Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb1ops.c1180 .qfs_tcon = cifs_qfs_tcon,
H A Dcifsglob.h289 void (*qfs_tcon)(const unsigned int, struct cifs_tcon *, member
H A Dsmb2ops.c5155 .qfs_tcon = smb2_qfs_tcon,
5255 .qfs_tcon = smb2_qfs_tcon,
5357 .qfs_tcon = smb3_qfs_tcon,
5470 .qfs_tcon = smb3_qfs_tcon,
H A Dconnect.c4145 if (!tcon->pipe && server->ops->qfs_tcon) { in mount_get_conns()
4146 server->ops->qfs_tcon(*xid, tcon, cifs_sb); in mount_get_conns()