/Linux-v5.4/fs/cifs/ |
D | smb2proto.h | 145 u64 persistent_fid, u64 volatile_fid, u32 opcode, 149 u64 persistent_fid, u64 volatile_fid, u32 opcode, 154 u64 persistent_fid, u64 volatile_fid, bool watch_tree, 160 u64 persistent_fid, u64 volatile_fid, int flags); 174 u64 persistent_fid, u64 volatile_fid, 183 u64 persistent_fid, u64 volatile_fid, 194 u64 persistent_fid, u64 volatile_fid, int index, 197 u64 persistent_fid, u64 volatile_fid, u32 pid, 200 u64 persistent_fid, u64 volatile_fid, u32 pid, 205 u64 persistent_fid, u64 volatile_fid, [all …]
|
D | smb2pdu.c | 1874 buf->Data.Fid.PersistentFileId = fid->persistent_fid; in create_reconnect_durable_buf() 2017 buf->dcontext.Fid.PersistentFileId = fid->persistent_fid; in create_reconnect_durable_v2_buf() 2628 oparms->fid->persistent_fid = rsp->PersistentFileId; in SMB2_open() 2654 u64 persistent_fid, u64 volatile_fid, u32 opcode, in SMB2_ioctl_init() argument 2681 req->PersistentFileId = persistent_fid; in SMB2_ioctl_init() 2756 SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, in SMB2_ioctl() argument 2799 rc = SMB2_ioctl_init(tcon, &rqst, persistent_fid, volatile_fid, opcode, in SMB2_ioctl() 2809 trace_smb3_fsctl_err(xid, persistent_fid, tcon->tid, in SMB2_ioctl() 2871 u64 persistent_fid, u64 volatile_fid) in SMB2_set_compression() argument 2880 rc = SMB2_ioctl(xid, tcon, persistent_fid, volatile_fid, in SMB2_set_compression() [all …]
|
D | smb2file.c | 75 rc = SMB2_ioctl(xid, oparms->tcon, fid->persistent_fid, in smb2_open_file() 94 fid->persistent_fid, in smb2_open_file() 176 cfile->fid.persistent_fid, in smb2_unlock_range() 200 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid, in smb2_unlock_range() 233 cfile->fid.persistent_fid, in smb2_push_mand_fdlocks() 245 cfile->fid.persistent_fid, in smb2_push_mand_fdlocks()
|
D | smb2ops.c | 610 SMB2_close(0, cfid->tcon, cfid->fid->persistent_fid, in smb2_close_cached_fid() 722 .persistent_fid = pfid->persistent_fid, in open_shroot() 738 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in open_shroot() 757 oparms.fid->persistent_fid = o_rsp->PersistentFileId; in open_shroot() 825 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon() 827 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon() 829 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon() 831 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon() 834 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_qfs_tcon() 859 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb2_qfs_tcon() [all …]
|
D | link.c | 440 io_parms.persistent_fid = fid.persistent_fid; in smb3_query_mf_symlink() 444 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_query_mf_symlink() 494 io_parms.persistent_fid = fid.persistent_fid; in smb3_create_mf_symlink() 507 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_create_mf_symlink()
|
D | smb2inode.c | 131 cfile->fid.persistent_fid, in smb2_compound_op() 214 cfile->fid.persistent_fid, in smb2_compound_op() 255 cfile->fid.persistent_fid, in smb2_compound_op() 467 rc = SMB2_query_info(xid, tcon, fid.persistent_fid, in smb2_query_path_info()
|
D | smb2misc.c | 685 cfile->fid.persistent_fid || in smb2_is_valid_oplock_break() 741 SMB2_close(0, cancelled->tcon, cancelled->fid.persistent_fid, in smb2_cancelled_close_fid() 770 cancelled->fid.persistent_fid = rsp->PersistentFileId; in smb2_handle_cancelled_mid()
|
D | cifsglob.h | 1228 __u64 persistent_fid; /* persist file id for smb2 */ member 1272 __u64 persistent_fid; /* persist file id for smb2 */ member
|
D | cifs_debug.c | 174 cfile->fid.persistent_fid, in cifs_debug_files_proc_show()
|