Home
last modified time | relevance | path

Searched refs:cifs_fid (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/fs/cifs/
Dcifsglob.h211 struct cifs_fid;
298 struct cifs_fid *, FILE_ALL_INFO *);
352 void (*set_fid)(struct cifsFileInfo *, struct cifs_fid *, __u32);
355 struct cifs_fid *);
357 int (*flush)(const unsigned int, struct cifs_tcon *, struct cifs_fid *);
364 int (*sync_read)(const unsigned int, struct cifs_fid *,
368 int (*sync_write)(const unsigned int, struct cifs_fid *,
374 struct cifs_fid *, __u16,
378 struct cifs_fid *,
382 struct cifs_fid *);
[all …]
Dsmb1ops.c573 struct cifs_fid fid; in cifs_query_path_info()
619 struct cifs_fid *fid, FILE_ALL_INFO *data) in cifs_query_file_info()
722 cifs_set_fid(struct cifsFileInfo *cfile, struct cifs_fid *fid, __u32 oplock) in cifs_set_fid()
732 struct cifs_fid *fid) in cifs_close_file()
739 struct cifs_fid *fid) in cifs_flush_file()
745 cifs_sync_read(const unsigned int xid, struct cifs_fid *pfid, in cifs_sync_read()
754 cifs_sync_write(const unsigned int xid, struct cifs_fid *pfid, in cifs_sync_write()
770 struct cifs_fid fid; in smb_set_file_info()
848 struct cifs_fid *fid, __u16 search_flags, in cifs_query_dir_first()
862 struct cifs_fid *fid, __u16 search_flags, in cifs_query_dir_next()
[all …]
Dcifsproto.h162 extern struct cifsFileInfo *cifs_new_fileinfo(struct cifs_fid *fid,
182 int xid, const struct cifs_fid *fid);
193 const char *path, const struct cifs_fid *pfid);
199 const struct cifs_fid *, u32 *);
225 extern void cifs_add_pending_open(struct cifs_fid *fid,
228 extern void cifs_add_pending_open_locked(struct cifs_fid *fid,
Dsmb2ops.c506 int open_shroot(unsigned int xid, struct cifs_tcon *tcon, struct cifs_fid *pfid) in open_shroot()
516 memcpy(pfid, tcon->crfid.fid, sizeof(struct cifs_fid)); in open_shroot()
531 memcpy(tcon->crfid.fid, pfid, sizeof(struct cifs_fid)); in open_shroot()
548 struct cifs_fid fid; in smb3_qfs_tcon()
592 struct cifs_fid fid; in smb2_qfs_tcon()
621 struct cifs_fid fid; in smb2_is_path_accessible()
662 struct cifs_fid *fid, FILE_ALL_INFO *data) in smb2_query_file_info()
774 struct cifs_fid fid; in smb2_query_eas()
852 struct cifs_fid fid; in smb2_set_ea()
1010 smb2_set_fid(struct cifsFileInfo *cfile, struct cifs_fid *fid, __u32 oplock) in smb2_set_fid()
[all …]
Dlink.c309 struct cifs_fid fid; in cifs_query_mf_symlink()
353 struct cifs_fid fid; in cifs_create_mf_symlink()
394 struct cifs_fid fid; in smb3_query_mf_symlink()
457 struct cifs_fid fid; in smb3_create_mf_symlink()
Ddir.c229 __u32 *oplock, struct cifs_fid *fid) in cifs_do_create()
475 struct cifs_fid fid; in cifs_atomic_open()
591 struct cifs_fid fid; in cifs_create()
632 struct cifs_fid fid; in cifs_mknod()
Dmisc.c123 ret_buf->crfid.fid = kzalloc(sizeof(struct cifs_fid), in tconInfoAlloc()
621 cifs_add_pending_open_locked(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open_locked()
632 cifs_add_pending_open(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open()
Dcifsacl.c990 const struct cifs_fid *cifsfid, u32 *pacllen) in get_cifs_acl_by_fid()
1022 struct cifs_fid fid; in get_cifs_acl_by_path()
1086 struct cifs_fid fid; in set_cifs_acl()
1132 const struct cifs_fid *pfid) in cifs_acl_to_fattr()
Dsmb2file.c45 struct cifs_fid *fid = oparms->fid; in smb2_open_file()
Dsmb2inode.c50 struct cifs_fid fid; in smb2_open_op_close()
Dsmb2proto.h70 struct cifs_fid *pfid);
Dinode.c439 struct cifs_fid fid;
727 const struct cifs_fid *fid)
1171 struct cifs_fid fid;
1699 struct cifs_fid fid;
Dfile.c177 struct cifs_fid *fid, unsigned int xid) in cifs_nt_open()
278 cifs_new_fileinfo(struct cifs_fid *fid, struct file *file, in cifs_new_fileinfo()
375 struct cifs_fid fid; in cifsFileInfo_put()
464 struct cifs_fid fid; in cifs_open()
Dsmb2pdu.c1644 create_reconnect_durable_buf(struct cifs_fid *fid) in create_reconnect_durable_buf()
1721 create_durable_v2_buf(struct cifs_fid *pfid) in create_durable_v2_buf()
1750 create_reconnect_durable_v2_buf(struct cifs_fid *fid) in create_reconnect_durable_v2_buf()
Dcifssmb.c112 memset(tcon->crfid.fid, 0, sizeof(struct cifs_fid)); in cifs_mark_open_files_invalid()