Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dsmb2ops.c1495 .qfs_tcon = smb2_qfs_tcon,
1573 .qfs_tcon = smb2_qfs_tcon,
1654 .qfs_tcon = smb3_qfs_tcon,
1741 .qfs_tcon = smb3_qfs_tcon,
Dcifsglob.h258 void (*qfs_tcon)(const unsigned int, struct cifs_tcon *); member
Dsmb1ops.c1050 .qfs_tcon = cifs_qfs_tcon,
Dconnect.c3607 if (!tcon->ipc && server->ops->qfs_tcon) in cifs_mount()
3608 server->ops->qfs_tcon(xid, tcon); in cifs_mount()