Home
last modified time | relevance | path

Searched refs:persistent_fid (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.1/fs/cifs/
Dsmb2proto.h135 u64 persistent_fid, u64 volatile_fid, u32 opcode,
141 u64 persistent_fid, u64 volatile_fid, u32 opcode,
146 u64 persistent_fid, u64 volatile_fid, bool watch_tree,
151 u64 persistent_fid, u64 volatile_fid,
158 u64 persistent_fid, u64 volatile_fid,
169 u64 persistent_fid, u64 volatile_fid, struct smb311_posix_qinfo *data, u32 *plen);
176 u64 persistent_fid, u64 volatile_fid,
185 u64 persistent_fid, u64 volatile_fid,
196 u64 persistent_fid, u64 volatile_fid, int index,
201 u64 persistent_fid, u64 volatile_fid,
[all …]
Dsmb2pdu.c2060 buf->Data.Fid.PersistentFileId = fid->persistent_fid; in create_reconnect_durable_buf()
2254 buf->dcontext.Fid.PersistentFileId = fid->persistent_fid; in create_reconnect_durable_v2_buf()
3032 oparms->fid->persistent_fid = rsp->PersistentFileId; in SMB2_open()
3063 u64 persistent_fid, u64 volatile_fid, u32 opcode, in SMB2_ioctl_init() argument
3091 req->PersistentFileId = persistent_fid; in SMB2_ioctl_init()
3166 SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, in SMB2_ioctl() argument
3210 &rqst, persistent_fid, volatile_fid, opcode, in SMB2_ioctl()
3221 trace_smb3_fsctl_err(xid, persistent_fid, tcon->tid, in SMB2_ioctl()
3293 u64 persistent_fid, u64 volatile_fid) in SMB2_set_compression() argument
3302 rc = SMB2_ioctl(xid, tcon, persistent_fid, volatile_fid, in SMB2_set_compression()
[all …]
Dsmb2ops.c749 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon()
751 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon()
753 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon()
755 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon()
758 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_qfs_tcon()
785 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb2_qfs_tcon()
787 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb2_qfs_tcon()
789 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_qfs_tcon()
830 rc = SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_is_path_accessible()
853 return SMB2_query_info(xid, tcon, fid->persistent_fid, fid->volatile_fid, &data->fi); in smb2_query_file_info()
[all …]
Dsmb2file.c147 rc = SMB2_ioctl(xid, oparms->tcon, fid->persistent_fid, in smb2_open_file()
165 fid->persistent_fid, in smb2_open_file()
252 cfile->fid.persistent_fid, in smb2_unlock_range()
276 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid, in smb2_unlock_range()
309 cfile->fid.persistent_fid, in smb2_push_mand_fdlocks()
321 cfile->fid.persistent_fid, in smb2_push_mand_fdlocks()
Dsmb2misc.c711 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()
Dlink.c394 io_parms.persistent_fid = fid.persistent_fid; in smb3_query_mf_symlink()
398 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_query_mf_symlink()
444 io_parms.persistent_fid = fid.persistent_fid; in smb3_create_mf_symlink()
457 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_create_mf_symlink()
Dsmb2inode.c139 cfile->fid.persistent_fid, in smb2_compound_op()
173 cfile->fid.persistent_fid, in smb2_compound_op()
257 cfile->fid.persistent_fid, in smb2_compound_op()
299 cfile->fid.persistent_fid, in smb2_compound_op()
532 rc = SMB2_query_info(xid, tcon, cfid->fid.persistent_fid, in smb2_query_path_info()
Dmisc.c682 (dclose->persistent_fid == cfile->fid.persistent_fid) && in cifs_is_deferred_close()
708 dclose->persistent_fid = cfile->fid.persistent_fid; in cifs_add_deferred_close()
Dcached_dir.c227 oparms.fid->persistent_fid = o_rsp->PersistentFileId; in open_cached_dir()
336 SMB2_close(0, cfid->tcon, cfid->fid.persistent_fid, in smb2_close_cached_fid()
Dcifsglob.h1302 __u64 persistent_fid; member
1355 __u64 persistent_fid; /* persist file id for smb2 */ member
1407 __u64 persistent_fid; /* persist file id for smb2 */ member
Dcifs_debug.c193 cfile->fid.persistent_fid, in cifs_debug_files_proc_show()