Home
last modified time | relevance | path

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

/fs/cifs/
Dsmb2proto.h122 u64 persistent_fid, u64 volatile_fid, u32 opcode,
133 u64 persistent_fid, u64 volatile_fid,
144 u64 persistent_fid, u64 volatile_fid, int index,
147 u64 persistent_fid, u64 volatile_fid,
150 u64 persistent_fid, u64 volatile_fid);
152 u64 persistent_fid, u64 volatile_fid,
155 u64 persistent_fid, u64 volatile_fid, u32 pid,
158 u64 persistent_fid, u64 volatile_fid,
161 u64 persistent_fid, u64 volatile_fid);
163 const u64 persistent_fid, const u64 volatile_fid,
Dsmb2ops.c324 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon()
326 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon()
328 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb3_qfs_tcon()
330 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_qfs_tcon()
354 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb2_qfs_tcon()
356 SMB2_QFS_attr(xid, tcon, fid.persistent_fid, fid.volatile_fid, in smb2_qfs_tcon()
358 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_qfs_tcon()
389 rc = SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb2_is_path_accessible()
415 rc = SMB2_query_info(xid, tcon, fid->persistent_fid, fid->volatile_fid, in smb2_query_file_info()
544 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()
Dsmb2pdu.c1268 buf->Data.Fid.PersistentFileId = fid->persistent_fid; in create_reconnect_durable_buf()
1379 buf->dcontext.Fid.PersistentFileId = fid->persistent_fid; in create_reconnect_durable_v2_buf()
1594 oparms->fid->persistent_fid = rsp->PersistentFileId; in SMB2_open()
1622 SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, in SMB2_ioctl() argument
1659 req->PersistentFileId = persistent_fid; in SMB2_ioctl()
1773 u64 persistent_fid, u64 volatile_fid) in SMB2_set_compression() argument
1782 rc = SMB2_ioctl(xid, tcon, persistent_fid, volatile_fid, in SMB2_set_compression()
1794 u64 persistent_fid, u64 volatile_fid) in SMB2_close() argument
1815 req->PersistentFileId = persistent_fid; in SMB2_close()
1896 u64 persistent_fid, u64 volatile_fid, u8 info_class, in query_info() argument
[all …]
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()
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()
Dsmb2misc.c611 cfile->fid.persistent_fid || in smb2_is_valid_oplock_break()
667 SMB2_close(0, cancelled->tcon, cancelled->fid.persistent_fid, in smb2_cancelled_close_fid()
694 cancelled->fid.persistent_fid = rsp->PersistentFileId; in smb2_handle_cancelled_mid()
Dcifsglob.h1050 __u64 persistent_fid; /* persist file id for smb2 */ member
1093 __u64 persistent_fid; /* persist file id for smb2 */ member