/Linux-v6.6/fs/smb/client/ |
D | smb2proto.h | 137 u64 persistent_fid, u64 volatile_fid, u32 opcode, 143 u64 persistent_fid, u64 volatile_fid, u32 opcode, 148 u64 persistent_fid, u64 volatile_fid, bool watch_tree, 153 u64 persistent_fid, u64 volatile_fid, 160 u64 persistent_fid, u64 volatile_fid, 171 u64 persistent_fid, u64 volatile_fid, struct smb311_posix_qinfo *data, u32 *plen); 178 u64 persistent_fid, u64 volatile_fid, 187 u64 persistent_fid, u64 volatile_fid, 198 u64 persistent_fid, u64 volatile_fid, int index, 203 u64 persistent_fid, u64 volatile_fid, [all …]
|
D | smb2pdu.c | 2089 buf->Data.Fid.PersistentFileId = fid->persistent_fid; in create_reconnect_durable_buf() 2278 buf->dcontext.Fid.PersistentFileId = fid->persistent_fid; in create_reconnect_durable_v2_buf() 3012 oparms->fid->persistent_fid = rsp->PersistentFileId; in SMB2_open() 3043 u64 persistent_fid, u64 volatile_fid, u32 opcode, in SMB2_ioctl_init() argument 3071 req->PersistentFileId = persistent_fid; in SMB2_ioctl_init() 3147 SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, in SMB2_ioctl() argument 3191 &rqst, persistent_fid, volatile_fid, opcode, in SMB2_ioctl() 3202 trace_smb3_fsctl_err(xid, persistent_fid, tcon->tid, in SMB2_ioctl() 3274 u64 persistent_fid, u64 volatile_fid) in SMB2_set_compression() argument 3283 rc = SMB2_ioctl(xid, tcon, persistent_fid, volatile_fid, in SMB2_set_compression() [all …]
|
D | smb2ops.c | 819 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon() 821 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon() 823 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon() 825 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon() 828 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_qfs_tcon() 857 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb2_qfs_tcon() 859 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb2_qfs_tcon() 861 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_qfs_tcon() 924 rc = SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_is_path_accessible() 950 return SMB2_query_info(xid, tcon, fid->persistent_fid, fid->volatile_fid, &data->fi); in smb2_query_file_info() [all …]
|
D | smb2file.c | 148 rc = SMB2_ioctl(xid, oparms->tcon, fid->persistent_fid, in smb2_open_file() 166 fid->persistent_fid, in smb2_open_file() 253 cfile->fid.persistent_fid, in smb2_unlock_range() 277 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid, in smb2_unlock_range() 310 cfile->fid.persistent_fid, in smb2_push_mand_fdlocks() 322 cfile->fid.persistent_fid, in smb2_push_mand_fdlocks()
|
D | smb2misc.c | 711 cfile->fid.persistent_fid || in smb2_is_valid_oplock_break() 767 rc = SMB2_close(0, tcon, cancelled->fid.persistent_fid, in smb2_cancelled_close_fid() 786 __u64 persistent_fid, __u64 volatile_fid) in __smb2_handle_cancelled_cmd() argument 794 cancelled->fid.persistent_fid = persistent_fid; in __smb2_handle_cancelled_cmd() 806 smb2_handle_cancelled_close(struct cifs_tcon *tcon, __u64 persistent_fid, in smb2_handle_cancelled_close() argument 823 tcon->tid, persistent_fid, volatile_fid); in smb2_handle_cancelled_close() 831 persistent_fid, volatile_fid); in smb2_handle_cancelled_close()
|
D | link.c | 398 io_parms.persistent_fid = fid.persistent_fid; in smb3_query_mf_symlink() 402 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_query_mf_symlink() 451 io_parms.persistent_fid = fid.persistent_fid; in smb3_create_mf_symlink() 464 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_create_mf_symlink()
|
D | smb2inode.c | 130 cfile->fid.persistent_fid, in smb2_compound_op() 164 cfile->fid.persistent_fid, in smb2_compound_op() 229 cfile->fid.persistent_fid, in smb2_compound_op() 265 cfile->fid.persistent_fid, in smb2_compound_op() 307 cfile->fid.persistent_fid, in smb2_compound_op() 589 rc = SMB2_query_info(xid, tcon, cfid->fid.persistent_fid, in smb2_query_path_info()
|
D | cached_dir.c | 267 oparms.fid->persistent_fid = o_rsp->PersistentFileId; in open_cached_dir() 338 SMB2_close(0, cfid->tcon, cfid->fid.persistent_fid, in open_cached_dir() 394 SMB2_close(0, cfid->tcon, cfid->fid.persistent_fid, in smb2_close_cached_fid()
|
D | misc.c | 696 (dclose->persistent_fid == cfile->fid.persistent_fid) && in cifs_is_deferred_close() 722 dclose->persistent_fid = cfile->fid.persistent_fid; in cifs_add_deferred_close()
|
D | cifsglob.h | 445 int (*oplock_response)(struct cifs_tcon *tcon, __u64 persistent_fid, __u64 volatile_fid, 1288 __u64 persistent_fid; member 1341 __u64 persistent_fid; /* persist file id for smb2 */ member 1393 __u64 persistent_fid; /* persist file id for smb2 */ member
|
D | cifs_debug.c | 253 cfile->fid.persistent_fid, in cifs_debug_files_proc_show()
|
D | file.c | 4888 __u64 persistent_fid, volatile_fid; in cifs_oplock_break() local 4940 persistent_fid = cfile->fid.persistent_fid; in cifs_oplock_break() 4954 rc = server->ops->oplock_response(tcon, persistent_fid, in cifs_oplock_break()
|
D | smb1ops.c | 903 cifs_oplock_response(struct cifs_tcon *tcon, __u64 persistent_fid, in cifs_oplock_response() argument
|