Lines Matching refs:pSMBFile
355 struct cifsFileInfo *pSMBFile = filep->private_data; in cifs_ioctl() local
369 if (pSMBFile == NULL) in cifs_ioctl()
372 trace_smb3_ioctl(xid, pSMBFile->fid.persistent_fid, command); in cifs_ioctl()
376 if (pSMBFile == NULL) in cifs_ioctl()
378 tcon = tlink_tcon(pSMBFile->tlink); in cifs_ioctl()
385 pSMBFile->fid.netfid, in cifs_ioctl()
405 if (pSMBFile == NULL) in cifs_ioctl()
407 tcon = tlink_tcon(pSMBFile->tlink); in cifs_ioctl()
432 xid, tcon, pSMBFile); in cifs_ioctl()
443 if (pSMBFile == NULL) in cifs_ioctl()
445 tcon = tlink_tcon(pSMBFile->tlink); in cifs_ioctl()
448 tcon, pSMBFile); in cifs_ioctl()
453 if (pSMBFile == NULL) in cifs_ioctl()
455 tcon = tlink_tcon(pSMBFile->tlink); in cifs_ioctl()
470 if (pSMBFile == NULL) in cifs_ioctl()
476 tcon = tlink_tcon(pSMBFile->tlink); in cifs_ioctl()
479 pSMBFile, (void __user *)arg); in cifs_ioctl()
525 if (pSMBFile == NULL) in cifs_ioctl()