| /linux/fs/smb/client/ |
| H A D | smb2proto.h | 160 u64 persistent_fid, u64 volatile_fid, u32 opcode, 166 u64 persistent_fid, u64 volatile_fid, u32 opcode, 171 u64 persistent_fid, u64 volatile_fid, bool watch_tree, 176 u64 persistent_fid, u64 volatile_fid, 183 u64 persistent_fid, u64 volatile_fid, 194 u64 persistent_fid, u64 volatile_fid, struct smb311_posix_qinfo *data, u32 *plen); 201 u64 persistent_fid, u64 volatile_fid, 210 u64 persistent_fid, u64 volatile_fid, 220 u64 persistent_fid, u64 volatile_fid, int index, 225 u64 persistent_fid, u64 volatile_fid, [all …]
|
| H A D | smb2pdu.c | 2334 buf->Data.Fid.PersistentFileId = fid->persistent_fid; in create_reconnect_durable_buf() 2552 buf->dcontext.Fid.PersistentFileId = fid->persistent_fid; in create_reconnect_durable_v2_buf() 3327 oparms->fid->persistent_fid = rsp->PersistentFileId; in SMB2_open() 3363 u64 persistent_fid, u64 volatile_fid, u32 opcode, in SMB2_ioctl_init() argument 3391 req->PersistentFileId = persistent_fid; in SMB2_ioctl_init() 3467 SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, in SMB2_ioctl() argument 3516 &rqst, persistent_fid, volatile_fid, opcode, in SMB2_ioctl() 3530 trace_smb3_fsctl_err(xid, persistent_fid, tcon->tid, in SMB2_ioctl() 3609 u64 persistent_fid, u64 volatile_fid) in SMB2_set_compression() argument 3618 rc = SMB2_ioctl(xid, tcon, persistent_fid, volatile_fid, in SMB2_set_compression() [all …]
|
| H A D | smb2ops.c | 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() 900 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon() 902 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon() 905 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_qfs_tcon() 934 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb2_qfs_tcon() 936 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb2_qfs_tcon() 938 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_qfs_tcon() 998 rc = SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_is_path_accessible() 1025 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 | 217 rc = SMB2_ioctl(xid, oparms->tcon, fid->persistent_fid, in smb2_open_file() 235 fid->persistent_fid, in smb2_open_file() 320 cfile->fid.persistent_fid, in smb2_unlock_range() 344 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid, in smb2_unlock_range() 377 cfile->fid.persistent_fid, in smb2_push_mand_fdlocks() 389 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 | link.c | 364 io_parms.persistent_fid = fid.persistent_fid; in smb3_query_mf_symlink() 368 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_query_mf_symlink() 417 io_parms.persistent_fid = fid.persistent_fid; in smb3_create_mf_symlink() 431 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_create_mf_symlink()
|
| 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() 983 cfid->fid.persistent_fid, in smb2_query_path_info()
|
| H A D | misc.c | 729 (dclose->persistent_fid == cfile->fid.persistent_fid) && in cifs_is_deferred_close() 755 dclose->persistent_fid = cfile->fid.persistent_fid; in cifs_add_deferred_close()
|
| H A D | ioctl.c | 372 trace_smb3_ioctl(xid, pSMBFile->fid.persistent_fid, command); in cifs_ioctl() 592 pSMBFile ? pSMBFile->fid.persistent_fid : 0, in cifs_ioctl()
|
| H A D | cifsglob.h | 519 int (*oplock_response)(struct cifs_tcon *tcon, __u64 persistent_fid, __u64 volatile_fid, 1371 __u64 persistent_fid; member 1427 __u64 persistent_fid; /* persist file id for smb2 */ member 1483 __u64 persistent_fid; /* persist file id for smb2 */ member
|
| H A D | cached_dir.c | 327 oparms.fid->persistent_fid = o_rsp->PersistentFileId; in open_cached_dir() 461 rc = SMB2_close(0, cfid->tcon, cfid->fid.persistent_fid, in smb2_close_cached_fid()
|
| H A D | cifs_debug.c | 268 cfile->fid.persistent_fid, in cifs_debug_files_proc_show() 349 cfid->fid.persistent_fid); in cifs_debug_dirs_proc_show()
|
| H A D | file.c | 3163 __u64 persistent_fid, volatile_fid; in cifs_oplock_break() local 3221 persistent_fid = cfile->fid.persistent_fid; in cifs_oplock_break() 3235 rc = server->ops->oplock_response(tcon, persistent_fid, in cifs_oplock_break()
|
| H A D | smb1ops.c | 1208 cifs_oplock_response(struct cifs_tcon *tcon, __u64 persistent_fid, in cifs_oplock_response() argument
|
| H A D | cifssmb.c | 1392 rdata->req->cfile->fid.persistent_fid, in cifs_readv_callback() 1411 rdata->req->cfile->fid.persistent_fid, in cifs_readv_callback()
|