Lines Matching refs:pSMBFile
338 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()
428 tcon = tlink_tcon(pSMBFile->tlink); in cifs_ioctl()
431 tcon, pSMBFile); in cifs_ioctl()
436 if (pSMBFile == NULL) in cifs_ioctl()
438 tcon = tlink_tcon(pSMBFile->tlink); in cifs_ioctl()
453 if (pSMBFile == NULL) in cifs_ioctl()
459 tcon = tlink_tcon(pSMBFile->tlink); in cifs_ioctl()
462 pSMBFile, (void __user *)arg); in cifs_ioctl()
508 if (pSMBFile == NULL) in cifs_ioctl()