Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Dsmb2ops.c1429 .qfs_tcon = smb2_qfs_tcon,
1507 .qfs_tcon = smb2_qfs_tcon,
1588 .qfs_tcon = smb3_qfs_tcon,
Dcifsglob.h254 void (*qfs_tcon)(const unsigned int, struct cifs_tcon *); member
Dsmb1ops.c1050 .qfs_tcon = cifs_qfs_tcon,
Dconnect.c3515 if (!tcon->ipc && server->ops->qfs_tcon) in cifs_mount()
3516 server->ops->qfs_tcon(xid, tcon); in cifs_mount()