| /linux/fs/smb/client/ |
| H A D | smb2pdu.c | 2333 buf->Data.Fid.PersistentFileId = fid->persistent_fid; in create_reconnect_durable_buf() 2550 buf->dcontext.Fid.PersistentFileId = fid->persistent_fid; in create_reconnect_durable_v2_buf() 3334 oparms->fid->persistent_fid = rsp->PersistentFileId; in SMB2_open() 3370 u64 persistent_fid, u64 volatile_fid, u32 opcode, in SMB2_ioctl_init() argument 3398 req->PersistentFileId = persistent_fid; in SMB2_ioctl_init() 3474 SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, in SMB2_ioctl() argument 3523 &rqst, persistent_fid, volatile_fid, opcode, in SMB2_ioctl() 3541 trace_smb3_fsctl_err(xid, persistent_fid, tcon->tid, in SMB2_ioctl() 3620 u64 persistent_fid, u64 volatile_fid) in SMB2_set_compression() argument 3629 rc = SMB2_ioctl(xid, tcon, persistent_fid, volatile_fid, in SMB2_set_compression() [all …]
|
| H A D | smb2ops.c | 892 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon() 894 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon() 896 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon() 898 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon() 901 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_qfs_tcon() 930 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb2_qfs_tcon() 932 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb2_qfs_tcon() 934 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_qfs_tcon() 994 rc = SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_is_path_accessible() 1021 return SMB2_query_info(xid, tcon, fid->persistent_fid, fid->volatile_fid, &data->fi); in smb2_query_file_info() [all …]
|
| H A D | smb2file.c | 220 rc = SMB2_ioctl(xid, oparms->tcon, fid->persistent_fid, in smb2_open_file() 238 fid->persistent_fid, in smb2_open_file() 323 cfile->fid.persistent_fid, in smb2_unlock_range() 347 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid, in smb2_unlock_range() 380 cfile->fid.persistent_fid, in smb2_push_mand_fdlocks() 392 cfile->fid.persistent_fid, in smb2_push_mand_fdlocks()
|
| H A D | smb2misc.c | 722 cfile->fid.persistent_fid || in smb2_is_valid_oplock_break() 778 rc = SMB2_close(0, tcon, cancelled->fid.persistent_fid, in smb2_cancelled_close_fid() 797 __u64 persistent_fid, __u64 volatile_fid) in __smb2_handle_cancelled_cmd() argument 805 cancelled->fid.persistent_fid = persistent_fid; in __smb2_handle_cancelled_cmd() 817 smb2_handle_cancelled_close(struct cifs_tcon *tcon, __u64 persistent_fid, in smb2_handle_cancelled_close() argument 836 tcon->tid, persistent_fid, volatile_fid); in smb2_handle_cancelled_close() 847 persistent_fid, volatile_fid); in smb2_handle_cancelled_close()
|
| H A D | smb2inode.c | 290 cfile->fid.persistent_fid, in smb2_compound_op() 324 cfile->fid.persistent_fid, in smb2_compound_op() 369 cfile->fid.persistent_fid, in smb2_compound_op() 404 cfile->fid.persistent_fid, in smb2_compound_op() 439 cfile->fid.persistent_fid, in smb2_compound_op() 480 cfile->fid.persistent_fid, in smb2_compound_op() 533 cfile->fid.persistent_fid, in smb2_compound_op() 561 cfile->fid.persistent_fid, in smb2_compound_op() 588 cfile->fid.persistent_fid, in smb2_compound_op() 991 cfid->fid.persistent_fid, in smb2_query_path_info()
|
| H A D | misc.c | 437 (dclose->persistent_fid == cfile->fid.persistent_fid) && in cifs_is_deferred_close() 463 dclose->persistent_fid = cfile->fid.persistent_fid; in cifs_add_deferred_close()
|
| H A D | ioctl.c | 371 trace_smb3_ioctl(xid, pSMBFile->fid.persistent_fid, command); in cifs_ioctl() 591 pSMBFile ? pSMBFile->fid.persistent_fid : 0, in cifs_ioctl()
|
| H A D | cached_dir.c | 331 oparms.fid->persistent_fid = o_rsp->PersistentFileId; in open_cached_dir() 465 rc = SMB2_close(0, cfid->tcon, cfid->fid.persistent_fid, in smb2_close_cached_fid()
|
| H A D | file.c | 3165 __u64 persistent_fid, volatile_fid; in cifs_oplock_break() local 3234 persistent_fid = cfile->fid.persistent_fid; in cifs_oplock_break() 3248 rc = server->ops->oplock_response(tcon, persistent_fid, in cifs_oplock_break()
|
| H A D | smb1ops.c | 1146 static int cifs_oplock_response(struct cifs_tcon *tcon, __u64 persistent_fid, in cifs_oplock_response() argument
|