Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dioctl.c338 struct cifsFileInfo *pSMBFile = filep->private_data; in cifs_ioctl() local
352 if (pSMBFile == NULL) in cifs_ioctl()
355 trace_smb3_ioctl(xid, pSMBFile->fid.persistent_fid, command); in cifs_ioctl()
359 if (pSMBFile == NULL) in cifs_ioctl()
361 tcon = tlink_tcon(pSMBFile->tlink); in cifs_ioctl()
368 pSMBFile->fid.netfid, in cifs_ioctl()
388 if (pSMBFile == NULL) in cifs_ioctl()
390 tcon = tlink_tcon(pSMBFile->tlink); in cifs_ioctl()
415 xid, tcon, pSMBFile); in cifs_ioctl()
426 if (pSMBFile == NULL) in cifs_ioctl()
[all …]