Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmb1ops.c1122 .qfs_tcon = cifs_qfs_tcon,
H A Dsmb2ops.c5149 .qfs_tcon = smb2_qfs_tcon,
5252 .qfs_tcon = smb2_qfs_tcon,
5357 .qfs_tcon = smb3_qfs_tcon,
5473 .qfs_tcon = smb3_qfs_tcon,
H A Dcifsglob.h356 void (*qfs_tcon)(const unsigned int, struct cifs_tcon *, member
H A Dconnect.c3520 if (!tcon->pipe && server->ops->qfs_tcon) { in cifs_mount_get_tcon()
3521 server->ops->qfs_tcon(mnt_ctx->xid, tcon, cifs_sb); in cifs_mount_get_tcon()