Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmb2proto.h167 u64 persistent_fid, u64 volatile_fid, u32 opcode,
173 u64 persistent_fid, u64 volatile_fid, u32 opcode,
178 u64 persistent_fid, u64 volatile_fid, bool watch_tree,
183 u64 persistent_fid, u64 volatile_fid,
190 u64 persistent_fid, u64 volatile_fid,
201 u64 persistent_fid, u64 volatile_fid, struct smb311_posix_qinfo *data, u32 *plen);
208 u64 persistent_fid, u64 volatile_fid,
217 u64 persistent_fid, u64 volatile_fid,
228 u64 persistent_fid, u64 volatile_fid, int index,
233 u64 persistent_fid, u64 volatile_fid,
[all …]
H A Dsmb2pdu.c2268 buf->Data.Fid.PersistentFileId = fid->persistent_fid; in create_reconnect_durable_buf()
2481 buf->dcontext.Fid.PersistentFileId = fid->persistent_fid; in create_reconnect_durable_v2_buf()
3253 oparms->fid->persistent_fid = rsp->PersistentFileId; in SMB2_open()
3289 u64 persistent_fid, u64 volatile_fid, u32 opcode, in SMB2_ioctl_init() argument
3326 req->PersistentFileId = persistent_fid; in SMB2_ioctl_init()
3402 SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, in SMB2_ioctl() argument
3451 &rqst, persistent_fid, volatile_fid, opcode, in SMB2_ioctl()
3465 trace_smb3_fsctl_err(xid, persistent_fid, tcon->tid, in SMB2_ioctl()
3542 u64 persistent_fid, u64 volatile_fid) in SMB2_set_compression() argument
3551 rc = SMB2_ioctl(xid, tcon, persistent_fid, volatile_fid, in SMB2_set_compression()
[all …]
H A Dsmb2ops.c837 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()
843 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon()
846 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_qfs_tcon()
875 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb2_qfs_tcon()
877 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb2_qfs_tcon()
879 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_qfs_tcon()
942 rc = SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_is_path_accessible()
968 return SMB2_query_info(xid, tcon, fid->persistent_fid, fid->volatile_fid, &data->fi); in smb2_query_file_info()
[all …]
H A 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()
H A Dsmb2misc.c709 cfile->fid.persistent_fid || in smb2_is_valid_oplock_break()
765 rc = SMB2_close(0, tcon, cancelled->fid.persistent_fid, in smb2_cancelled_close_fid()
784 __u64 persistent_fid, __u64 volatile_fid) in __smb2_handle_cancelled_cmd() argument
792 cancelled->fid.persistent_fid = persistent_fid; in __smb2_handle_cancelled_cmd()
804 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()
833 persistent_fid, volatile_fid); in smb2_handle_cancelled_close()
H A Dlink.c386 io_parms.persistent_fid = fid.persistent_fid; in smb3_query_mf_symlink()
390 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_query_mf_symlink()
439 io_parms.persistent_fid = fid.persistent_fid; in smb3_create_mf_symlink()
452 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_create_mf_symlink()
H A Dsmb2inode.c278 cfile->fid.persistent_fid, in smb2_compound_op()
312 cfile->fid.persistent_fid, in smb2_compound_op()
378 cfile->fid.persistent_fid, in smb2_compound_op()
413 cfile->fid.persistent_fid, in smb2_compound_op()
454 cfile->fid.persistent_fid, in smb2_compound_op()
507 cfile->fid.persistent_fid, in smb2_compound_op()
535 cfile->fid.persistent_fid, in smb2_compound_op()
562 cfile->fid.persistent_fid, in smb2_compound_op()
940 cfid->fid.persistent_fid, in smb2_query_path_info()
H A Dmisc.c702 (dclose->persistent_fid == cfile->fid.persistent_fid) && in cifs_is_deferred_close()
728 dclose->persistent_fid = cfile->fid.persistent_fid; in cifs_add_deferred_close()
H A Dcifsglob.h485 int (*oplock_response)(struct cifs_tcon *tcon, __u64 persistent_fid, __u64 volatile_fid,
1356 __u64 persistent_fid; member
1411 __u64 persistent_fid; /* persist file id for smb2 */ member
1466 __u64 persistent_fid; /* persist file id for smb2 */ member
H A Dcached_dir.c307 oparms.fid->persistent_fid = o_rsp->PersistentFileId; in open_cached_dir()
432 rc = SMB2_close(0, cfid->tcon, cfid->fid.persistent_fid, in smb2_close_cached_fid()
H A Dioctl.c355 trace_smb3_ioctl(xid, pSMBFile->fid.persistent_fid, command); in cifs_ioctl()
H A Dfile.c5024 __u64 persistent_fid, volatile_fid; in cifs_oplock_break() local
5076 persistent_fid = cfile->fid.persistent_fid; in cifs_oplock_break()
5090 rc = server->ops->oplock_response(tcon, persistent_fid, in cifs_oplock_break()
H A Dcifs_debug.c262 cfile->fid.persistent_fid, in cifs_debug_files_proc_show()
H A Dsmb1ops.c903 cifs_oplock_response(struct cifs_tcon *tcon, __u64 persistent_fid, in cifs_oplock_response() argument