Home
last modified time | relevance | path

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

/linux-4.1.27/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()
Dsmb2pdu.c1029 buf->Data.Fid.PersistentFileId = fid->persistent_fid; in create_reconnect_durable_buf()
1236 oparms->fid->persistent_fid = rsp->PersistentFileId; in SMB2_open()
1264 SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, in SMB2_ioctl() argument
1301 req->PersistentFileId = persistent_fid; in SMB2_ioctl()
1407 u64 persistent_fid, u64 volatile_fid) in SMB2_set_compression() argument
1416 rc = SMB2_ioctl(xid, tcon, persistent_fid, volatile_fid, in SMB2_set_compression()
1428 u64 persistent_fid, u64 volatile_fid) in SMB2_close() argument
1449 req->PersistentFileId = persistent_fid; in SMB2_close()
1530 u64 persistent_fid, u64 volatile_fid, u8 info_class, in query_info() argument
1554 req->PersistentFileId = persistent_fid; in query_info()
[all …]
Dsmb2file.c72 rc = SMB2_get_srv_num(xid, oparms->tcon, fid->persistent_fid, in smb2_open_file()
148 cfile->fid.persistent_fid, in smb2_unlock_range()
172 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid, in smb2_unlock_range()
205 cfile->fid.persistent_fid, in smb2_push_mand_fdlocks()
217 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()
Dcifsglob.h1006 __u64 persistent_fid; /* persist file id for smb2 */ member
1044 __u64 persistent_fid; /* persist file id for smb2 */ member
Dsmb2misc.c587 cfile->fid.persistent_fid || in smb2_is_valid_oplock_break()