/linux-6.6.21/fs/smb/client/ |
D | smb2proto.h | 141 u64 persistent_fid, u64 volatile_fid, u32 opcode, 147 u64 persistent_fid, u64 volatile_fid, u32 opcode, 152 u64 persistent_fid, u64 volatile_fid, bool watch_tree, 157 u64 persistent_fid, u64 volatile_fid, 164 u64 persistent_fid, u64 volatile_fid, 175 u64 persistent_fid, u64 volatile_fid, struct smb311_posix_qinfo *data, u32 *plen); 182 u64 persistent_fid, u64 volatile_fid, 191 u64 persistent_fid, u64 volatile_fid, 202 u64 persistent_fid, u64 volatile_fid, int index, 207 u64 persistent_fid, u64 volatile_fid, [all …]
|
D | smb2pdu.c | 2232 buf->Data.Fid.PersistentFileId = fid->persistent_fid; in create_reconnect_durable_buf() 2440 buf->dcontext.Fid.PersistentFileId = fid->persistent_fid; in create_reconnect_durable_v2_buf() 3174 oparms->fid->persistent_fid = rsp->PersistentFileId; in SMB2_open() 3205 u64 persistent_fid, u64 volatile_fid, u32 opcode, in SMB2_ioctl_init() argument 3233 req->PersistentFileId = persistent_fid; in SMB2_ioctl_init() 3309 SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, in SMB2_ioctl() argument 3353 &rqst, persistent_fid, volatile_fid, opcode, in SMB2_ioctl() 3364 trace_smb3_fsctl_err(xid, persistent_fid, tcon->tid, in SMB2_ioctl() 3436 u64 persistent_fid, u64 volatile_fid) in SMB2_set_compression() argument 3445 rc = SMB2_ioctl(xid, tcon, persistent_fid, volatile_fid, in SMB2_set_compression() [all …]
|
D | smb2ops.c | 835 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon() 837 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon() 839 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon() 841 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon() 844 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_qfs_tcon() 873 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb2_qfs_tcon() 875 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb2_qfs_tcon() 877 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_qfs_tcon() 940 rc = SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_is_path_accessible() 966 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 | 705 cfile->fid.persistent_fid || in smb2_is_valid_oplock_break() 761 rc = SMB2_close(0, tcon, cancelled->fid.persistent_fid, in smb2_cancelled_close_fid() 780 __u64 persistent_fid, __u64 volatile_fid) in __smb2_handle_cancelled_cmd() argument 788 cancelled->fid.persistent_fid = persistent_fid; in __smb2_handle_cancelled_cmd() 800 smb2_handle_cancelled_close(struct cifs_tcon *tcon, __u64 persistent_fid, in smb2_handle_cancelled_close() argument 817 tcon->tid, persistent_fid, volatile_fid); in smb2_handle_cancelled_close() 825 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 | 142 cfile->fid.persistent_fid, in smb2_compound_op() 176 cfile->fid.persistent_fid, in smb2_compound_op() 241 cfile->fid.persistent_fid, in smb2_compound_op() 277 cfile->fid.persistent_fid, in smb2_compound_op() 319 cfile->fid.persistent_fid, in smb2_compound_op() 601 rc = SMB2_query_info(xid, tcon, cfid->fid.persistent_fid, in smb2_query_path_info()
|
D | cached_dir.c | 288 oparms.fid->persistent_fid = o_rsp->PersistentFileId; in open_cached_dir() 362 SMB2_close(0, cfid->tcon, cfid->fid.persistent_fid, in open_cached_dir() 416 SMB2_close(0, cfid->tcon, cfid->fid.persistent_fid, in smb2_close_cached_fid()
|
D | misc.c | 700 (dclose->persistent_fid == cfile->fid.persistent_fid) && in cifs_is_deferred_close() 726 dclose->persistent_fid = cfile->fid.persistent_fid; in cifs_add_deferred_close()
|
D | cifsglob.h | 464 int (*oplock_response)(struct cifs_tcon *tcon, __u64 persistent_fid, __u64 volatile_fid, 1317 __u64 persistent_fid; member 1370 __u64 persistent_fid; /* persist file id for smb2 */ member 1422 __u64 persistent_fid; /* persist file id for smb2 */ member
|
D | cifs_debug.c | 260 cfile->fid.persistent_fid, in cifs_debug_files_proc_show()
|
D | file.c | 4893 __u64 persistent_fid, volatile_fid; in cifs_oplock_break() local 4945 persistent_fid = cfile->fid.persistent_fid; in cifs_oplock_break() 4959 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
|