Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2proto.h147 u64 persistent_fid, u64 volatile_fid, u32 opcode, char *in_data,
152 u64 volatile_fid, u32 opcode, char *in_data, u32 indatalen,
156 u64 persistent_fid, u64 volatile_fid, bool watch_tree,
161 u64 persistent_fid, u64 volatile_fid,
164 u64 persistent_fid, u64 volatile_fid);
167 u64 volatile_fid, bool query_attrs);
170 u64 persistent_fid, u64 volatile_fid);
173 u64 persistent_fid, u64 volatile_fid);
176 u64 persistent_fid, u64 volatile_fid,
180 u64 persistent_fid, u64 volatile_fid, u8 info_class,
[all …]
H A Dsmb2ops.c913 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon()
915 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon()
917 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon()
919 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon()
922 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_qfs_tcon()
951 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb2_qfs_tcon()
953 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb2_qfs_tcon()
955 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_qfs_tcon()
1015 rc = SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_is_path_accessible()
1042 return SMB2_query_info(xid, tcon, fid->persistent_fid, fid->volatile_fid, &data->fi); in smb2_query_file_info()
[all …]
H A Dsmb2pdu.c2344 buf->Data.Fid.VolatileFileId = fid->volatile_fid; in create_reconnect_durable_buf()
2561 buf->dcontext.Fid.VolatileFileId = fid->volatile_fid; in create_reconnect_durable_v2_buf()
3340 oparms->fid->volatile_fid = rsp->VolatileFileId; in SMB2_open()
3379 u64 persistent_fid, u64 volatile_fid, u32 opcode, in SMB2_ioctl_init() argument
3408 req->VolatileFileId = volatile_fid; in SMB2_ioctl_init()
3484 u64 volatile_fid, u32 opcode, char *in_data, u32 indatalen, in SMB2_ioctl() argument
3532 &rqst, persistent_fid, volatile_fid, opcode, in SMB2_ioctl()
3629 u64 persistent_fid, u64 volatile_fid) in SMB2_set_compression() argument
3638 rc = SMB2_ioctl(xid, tcon, persistent_fid, volatile_fid, in SMB2_set_compression()
3652 u64 persistent_fid, u64 volatile_fid, bool query_attrs) in SMB2_close_init() argument
[all …]
H A Dsmb2file.c225 fid->volatile_fid, FSCTL_LMR_REQUEST_RESILIENCY, in smb2_open_file()
243 fid->volatile_fid, in smb2_open_file()
328 cfile->fid.volatile_fid, in smb2_unlock_range()
352 cfile->fid.volatile_fid, current->tgid, in smb2_unlock_range()
385 cfile->fid.volatile_fid, in smb2_push_mand_fdlocks()
397 cfile->fid.volatile_fid, in smb2_push_mand_fdlocks()
H A Dsmb2misc.c715 cfile->fid.volatile_fid) in smb2_is_valid_oplock_break()
770 cancelled->fid.volatile_fid); in smb2_cancelled_close_fid()
788 __u64 persistent_fid, __u64 volatile_fid) in __smb2_handle_cancelled_cmd() argument
797 cancelled->fid.volatile_fid = volatile_fid; in __smb2_handle_cancelled_cmd()
809 __u64 volatile_fid) in smb2_handle_cancelled_close() argument
827 tcon->tid, persistent_fid, volatile_fid); in smb2_handle_cancelled_close()
838 persistent_fid, volatile_fid); in smb2_handle_cancelled_close()
H A Dlink.c364 io_parms.volatile_fid = fid.volatile_fid; in smb3_query_mf_symlink()
367 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_query_mf_symlink()
417 io_parms.volatile_fid = fid.volatile_fid; in smb3_create_mf_symlink()
430 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_create_mf_symlink()
H A Dmisc.c447 (dclose->volatile_fid == cfile->fid.volatile_fid)) { in cifs_is_deferred_close()
473 dclose->volatile_fid = cfile->fid.volatile_fid; in cifs_add_deferred_close()
H A Dcifsglob.h517 __u64 volatile_fid, __u16 net_fid,
1359 __u64 volatile_fid; member
1415 __u64 volatile_fid; /* volatile file id for smb2 */ member
1471 __u64 volatile_fid; /* volatile file id for smb2 */ member
H A Dcached_dir.c340 oparms.fid->volatile_fid = o_rsp->VolatileFileId; in open_cached_dir()
474 cfid->fid.volatile_fid); in smb2_close_cached_fid()
H A Dfile.c3200 __u64 persistent_fid, volatile_fid; in cifs_oplock_break() local
3264 volatile_fid = cfile->fid.volatile_fid; in cifs_oplock_break()
3278 volatile_fid, net_fid, in cifs_oplock_break()
H A Dsmb2inode.c190 #define COMP_VID(cfile) ((cfile) ? (cfile)->fid.volatile_fid : COMPOUND_FID)
881 cfid->fid.volatile_fid, in smb2_query_path_info()
H A Dsmb1ops.c1149 __u64 volatile_fid, __u16 net_fid, in cifs_oplock_response() argument