Searched refs:qfs_tcon (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2ops.c | 5157 .qfs_tcon = smb2_qfs_tcon, 5257 .qfs_tcon = smb2_qfs_tcon, 5359 .qfs_tcon = smb3_qfs_tcon, 5472 .qfs_tcon = smb3_qfs_tcon,
|
H A D | smb1ops.c | 1180 .qfs_tcon = cifs_qfs_tcon,
|
H A D | cifsglob.h | 292 void (*qfs_tcon)(const unsigned int, struct cifs_tcon *, member
|
H A D | connect.c | 4147 if (!tcon->pipe && server->ops->qfs_tcon) { in mount_get_conns() 4148 server->ops->qfs_tcon(*xid, tcon, cifs_sb); in mount_get_conns()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2ops.c | 5232 .qfs_tcon = smb2_qfs_tcon, 5334 .qfs_tcon = smb2_qfs_tcon, 5438 .qfs_tcon = smb3_qfs_tcon, 5552 .qfs_tcon = smb3_qfs_tcon,
|
H A D | smb1ops.c | 1186 .qfs_tcon = cifs_qfs_tcon,
|
H A D | connect.c | 3416 if (!tcon->pipe && server->ops->qfs_tcon) { in cifs_mount_get_tcon() 3417 server->ops->qfs_tcon(mnt_ctx->xid, tcon, cifs_sb); in cifs_mount_get_tcon()
|
H A D | cifsglob.h | 340 void (*qfs_tcon)(const unsigned int, struct cifs_tcon *, member
|
Completed in 40 milliseconds