Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dsmb2proto.h116 u64 persistent_fid, u64 volatile_fid, u32 opcode,
127 u64 persistent_fid, u64 volatile_fid,
138 u64 persistent_fid, u64 volatile_fid, int index,
141 u64 persistent_fid, u64 volatile_fid,
144 u64 persistent_fid, u64 volatile_fid);
146 u64 persistent_fid, u64 volatile_fid,
149 u64 persistent_fid, u64 volatile_fid, u32 pid,
152 u64 persistent_fid, u64 volatile_fid,
155 u64 persistent_fid, u64 volatile_fid);
157 const u64 persistent_fid, const u64 volatile_fid,
Dsmb2ops.c314 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon()
316 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon()
318 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon()
320 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_qfs_tcon()
344 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb2_qfs_tcon()
346 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb2_qfs_tcon()
348 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_qfs_tcon()
379 rc = SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_is_path_accessible()
405 rc = SMB2_query_info(xid, tcon, fid->persistent_fid, fid->volatile_fid, in smb2_query_file_info()
534 cfile->fid.persistent_fid = fid->persistent_fid; in smb2_set_fid()
[all …]
Dsmb2inode.c73 tmprc = SMB2_query_info(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
84 tmprc = SMB2_rmdir(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
88 tmprc = SMB2_rename(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
92 tmprc = SMB2_set_hardlink(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
96 tmprc = SMB2_set_eof(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
101 tmprc = SMB2_set_info(xid, tcon, fid.persistent_fid, in smb2_open_op_close()
110 rc = SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_open_op_close()
Dsmb2file.c75 rc = SMB2_ioctl(xid, oparms->tcon, fid->persistent_fid, in smb2_open_file()
91 rc = SMB2_get_srv_num(xid, oparms->tcon, fid->persistent_fid, in smb2_open_file()
167 cfile->fid.persistent_fid, in smb2_unlock_range()
191 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid, in smb2_unlock_range()
224 cfile->fid.persistent_fid, in smb2_push_mand_fdlocks()
236 cfile->fid.persistent_fid, in smb2_push_mand_fdlocks()
Dsmb2pdu.c1096 buf->Data.Fid.PersistentFileId = fid->persistent_fid; in create_reconnect_durable_buf()
1207 buf->dcontext.Fid.PersistentFileId = fid->persistent_fid; in create_reconnect_durable_v2_buf()
1422 oparms->fid->persistent_fid = rsp->PersistentFileId; in SMB2_open()
1450 SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, in SMB2_ioctl() argument
1487 req->PersistentFileId = persistent_fid; in SMB2_ioctl()
1593 u64 persistent_fid, u64 volatile_fid) in SMB2_set_compression() argument
1602 rc = SMB2_ioctl(xid, tcon, persistent_fid, volatile_fid, in SMB2_set_compression()
1614 u64 persistent_fid, u64 volatile_fid) in SMB2_close() argument
1635 req->PersistentFileId = persistent_fid; in SMB2_close()
1716 u64 persistent_fid, u64 volatile_fid, u8 info_class, in query_info() argument
[all …]
Dlink.c462 io_parms.persistent_fid = fid.persistent_fid; in smb3_query_mf_symlink()
466 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_query_mf_symlink()
515 io_parms.persistent_fid = fid.persistent_fid; in smb3_create_mf_symlink()
528 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_create_mf_symlink()
Dcifsglob.h1020 __u64 persistent_fid; /* persist file id for smb2 */ member
1059 __u64 persistent_fid; /* persist file id for smb2 */ member
Dsmb2misc.c587 cfile->fid.persistent_fid || in smb2_is_valid_oplock_break()