Home
last modified time | relevance | path

Searched refs:volatile_fid (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb2proto.h157 u64 persistent_fid, u64 volatile_fid, u32 opcode,
163 u64 persistent_fid, u64 volatile_fid, u32 opcode,
168 u64 persistent_fid, u64 volatile_fid, bool watch_tree,
172 u64 persistent_fid, u64 volatile_fid,
179 u64 persistent_fid, u64 volatile_fid,
190 u64 persistent_fid, u64 volatile_fid, struct smb311_posix_qinfo *data, u32 *plen);
197 u64 persistent_fid, u64 volatile_fid,
206 u64 persistent_fid, u64 volatile_fid,
217 u64 persistent_fid, u64 volatile_fid, int index,
222 u64 persistent_fid, u64 volatile_fid,
[all …]
H A Dsmb2file.c76 fid->volatile_fid, FSCTL_LMR_REQUEST_RESILIENCY, in smb2_open_file()
94 fid->volatile_fid, in smb2_open_file()
181 cfile->fid.volatile_fid, in smb2_unlock_range()
205 cfile->fid.volatile_fid, current->tgid, in smb2_unlock_range()
238 cfile->fid.volatile_fid, in smb2_push_mand_fdlocks()
250 cfile->fid.volatile_fid, in smb2_push_mand_fdlocks()
H A Dsmb2pdu.c1936 buf->Data.Fid.VolatileFileId = fid->volatile_fid; in create_reconnect_durable_buf()
2130 buf->dcontext.Fid.VolatileFileId = fid->volatile_fid; in create_reconnect_durable_v2_buf()
2898 oparms->fid->volatile_fid = rsp->VolatileFileId; in SMB2_open()
2925 u64 persistent_fid, u64 volatile_fid, u32 opcode, in SMB2_ioctl_init() argument
2954 req->VolatileFileId = volatile_fid; in SMB2_ioctl_init()
3029 u64 volatile_fid, u32 opcode, char *in_data, u32 indatalen, in SMB2_ioctl() argument
3072 &rqst, persistent_fid, volatile_fid, opcode, in SMB2_ioctl()
3145 u64 persistent_fid, u64 volatile_fid) in SMB2_set_compression() argument
3154 rc = SMB2_ioctl(xid, tcon, persistent_fid, volatile_fid, in SMB2_set_compression()
3168 u64 persistent_fid, u64 volatile_fid, bool query_attrs) in SMB2_close_init() argument
[all …]
H A Dsmb2ops.c631 cfid->fid->volatile_fid); in smb2_close_cached_fid()
771 .volatile_fid = pfid->volatile_fid, in open_shroot()
786 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in open_shroot()
807 oparms.fid->volatile_fid = o_rsp->VolatileFileId; in open_shroot()
882 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon()
884 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon()
886 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon()
888 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon()
891 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_qfs_tcon()
918 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb2_qfs_tcon()
[all …]
H A Dsmb2misc.c716 cfile->fid.volatile_fid) in smb2_is_valid_oplock_break()
767 cancelled->fid.volatile_fid); in smb2_cancelled_close_fid()
785 __u64 persistent_fid, __u64 volatile_fid) in __smb2_handle_cancelled_cmd() argument
794 cancelled->fid.volatile_fid = volatile_fid; in __smb2_handle_cancelled_cmd()
806 __u64 volatile_fid) in smb2_handle_cancelled_close() argument
822 tcon->tid, persistent_fid, volatile_fid); in smb2_handle_cancelled_close()
830 persistent_fid, volatile_fid); in smb2_handle_cancelled_close()
H A Dlink.c438 io_parms.volatile_fid = fid.volatile_fid; in smb3_query_mf_symlink()
441 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_query_mf_symlink()
488 io_parms.volatile_fid = fid.volatile_fid; in smb3_create_mf_symlink()
500 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_create_mf_symlink()
H A Dsmb2inode.c144 cfile->fid.volatile_fid, in smb2_compound_op()
178 cfile->fid.volatile_fid, in smb2_compound_op()
262 cfile->fid.volatile_fid, current->tgid, in smb2_compound_op()
304 cfile->fid.volatile_fid, in smb2_compound_op()
537 cfid->fid->volatile_fid, smb2_data); in smb2_query_path_info()
H A Dcifsglob.h1287 __u64 volatile_fid; /* volatile file id for smb2 */ member
1336 __u64 volatile_fid; /* volatile file id for smb2 */ member