/Linux-v4.19/fs/cifs/ |
D | smb2proto.h | 141 u64 persistent_fid, u64 volatile_fid, u32 opcode, 147 u64 persistent_fid, u64 volatile_fid, int flags); 161 u64 persistent_fid, u64 volatile_fid, 169 u64 persistent_fid, u64 volatile_fid, 180 u64 persistent_fid, u64 volatile_fid, int index, 183 u64 persistent_fid, u64 volatile_fid, 186 u64 persistent_fid, u64 volatile_fid); 188 u64 persistent_fid, u64 volatile_fid, 191 u64 persistent_fid, u64 volatile_fid, u32 pid, 194 u64 persistent_fid, u64 volatile_fid, [all …]
|
D | smb2inode.c | 86 tmprc = SMB2_query_info(xid, tcon, fid.persistent_fid, in smb2_open_op_close() 97 tmprc = SMB2_rmdir(xid, tcon, fid.persistent_fid, in smb2_open_op_close() 101 tmprc = SMB2_rename(xid, tcon, fid.persistent_fid, in smb2_open_op_close() 105 tmprc = SMB2_set_hardlink(xid, tcon, fid.persistent_fid, in smb2_open_op_close() 109 tmprc = SMB2_set_eof(xid, tcon, fid.persistent_fid, in smb2_open_op_close() 114 tmprc = SMB2_set_info(xid, tcon, fid.persistent_fid, in smb2_open_op_close() 126 rc = SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_open_op_close()
|
D | smb2file.c | 73 rc = SMB2_ioctl(xid, oparms->tcon, fid->persistent_fid, in smb2_open_file() 90 rc = SMB2_get_srv_num(xid, oparms->tcon, fid->persistent_fid, in smb2_open_file() 166 cfile->fid.persistent_fid, in smb2_unlock_range() 190 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid, in smb2_unlock_range() 223 cfile->fid.persistent_fid, in smb2_push_mand_fdlocks() 235 cfile->fid.persistent_fid, in smb2_push_mand_fdlocks()
|
D | smb2pdu.c | 1658 buf->Data.Fid.PersistentFileId = fid->persistent_fid; in create_reconnect_durable_buf() 1769 buf->dcontext.Fid.PersistentFileId = fid->persistent_fid; in create_reconnect_durable_v2_buf() 2306 oparms->fid->persistent_fid = rsp->PersistentFileId; in SMB2_open() 2333 SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, in SMB2_ioctl() argument 2375 req->PersistentFileId = persistent_fid; in SMB2_ioctl() 2439 trace_smb3_fsctl_err(xid, persistent_fid, tcon->tid, in SMB2_ioctl() 2495 u64 persistent_fid, u64 volatile_fid) in SMB2_set_compression() argument 2504 rc = SMB2_ioctl(xid, tcon, persistent_fid, volatile_fid, in SMB2_set_compression() 2516 u64 persistent_fid, u64 volatile_fid) in SMB2_close_init() argument 2527 req->PersistentFileId = persistent_fid; in SMB2_close_init() [all …]
|
D | smb2ops.c | 481 SMB2_close(0, cfid->tcon, cfid->fid->persistent_fid, in smb2_close_cached_fid() 569 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon() 571 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon() 573 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon() 575 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon() 578 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_qfs_tcon() 605 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb2_qfs_tcon() 607 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb2_qfs_tcon() 609 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_qfs_tcon() 646 rc = SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_is_path_accessible() [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 | smb2misc.c | 674 cfile->fid.persistent_fid || in smb2_is_valid_oplock_break() 730 SMB2_close(0, cancelled->tcon, cancelled->fid.persistent_fid, in smb2_cancelled_close_fid() 759 cancelled->fid.persistent_fid = rsp->PersistentFileId; in smb2_handle_cancelled_mid()
|
D | cifsglob.h | 1111 __u64 persistent_fid; /* persist file id for smb2 */ member 1152 __u64 persistent_fid; /* persist file id for smb2 */ member
|