Searched refs:cifs_fid (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/fs/cifs/ |
D | cifsglob.h | 184 struct cifs_fid; 264 struct cifs_fid *, FILE_ALL_INFO *); 314 void (*set_fid)(struct cifsFileInfo *, struct cifs_fid *, __u32); 317 struct cifs_fid *); 319 int (*flush)(const unsigned int, struct cifs_tcon *, struct cifs_fid *); 326 int (*sync_read)(const unsigned int, struct cifs_fid *, 330 int (*sync_write)(const unsigned int, struct cifs_fid *, 336 struct cifs_fid *, __u16, 340 struct cifs_fid *, 344 struct cifs_fid *); [all …]
|
D | smb1ops.c | 570 struct cifs_fid fid; in cifs_query_path_info() 616 struct cifs_fid *fid, FILE_ALL_INFO *data) in cifs_query_file_info() 723 cifs_set_fid(struct cifsFileInfo *cfile, struct cifs_fid *fid, __u32 oplock) in cifs_set_fid() 733 struct cifs_fid *fid) in cifs_close_file() 740 struct cifs_fid *fid) in cifs_flush_file() 746 cifs_sync_read(const unsigned int xid, struct cifs_fid *pfid, in cifs_sync_read() 755 cifs_sync_write(const unsigned int xid, struct cifs_fid *pfid, in cifs_sync_write() 771 struct cifs_fid fid; in smb_set_file_info() 849 struct cifs_fid *fid, __u16 search_flags, in cifs_query_dir_first() 858 struct cifs_fid *fid, __u16 search_flags, in cifs_query_dir_next() [all …]
|
D | smb2ops.c | 297 struct cifs_fid fid; in smb3_qfs_tcon() 331 struct cifs_fid fid; in smb2_qfs_tcon() 360 struct cifs_fid fid; in smb2_is_path_accessible() 395 struct cifs_fid *fid, FILE_ALL_INFO *data) in smb2_query_file_info() 529 smb2_set_fid(struct cifsFileInfo *cfile, struct cifs_fid *fid, __u32 oplock) in smb2_set_fid() 543 struct cifs_fid *fid) in smb2_close_file() 702 struct cifs_fid *fid) in smb2_flush_file() 723 smb2_sync_read(const unsigned int xid, struct cifs_fid *pfid, in smb2_sync_read() 733 smb2_sync_write(const unsigned int xid, struct cifs_fid *pfid, in smb2_sync_write() 824 struct cifs_fid *fid, __u16 search_flags, in smb2_query_dir_first() [all …]
|
D | cifsproto.h | 143 extern struct cifsFileInfo *cifs_new_fileinfo(struct cifs_fid *fid, 163 int xid, const struct cifs_fid *fid); 174 const char *path, const struct cifs_fid *pfid); 180 const struct cifs_fid *, u32 *); 203 extern void cifs_add_pending_open(struct cifs_fid *fid, 206 extern void cifs_add_pending_open_locked(struct cifs_fid *fid,
|
D | link.c | 331 struct cifs_fid fid; in cifs_query_mf_symlink() 375 struct cifs_fid fid; in cifs_create_mf_symlink() 417 struct cifs_fid fid; in smb3_query_mf_symlink() 479 struct cifs_fid fid; in smb3_create_mf_symlink()
|
D | dir.c | 196 __u32 *oplock, struct cifs_fid *fid) in cifs_do_create() 425 struct cifs_fid fid; in cifs_atomic_open() 540 struct cifs_fid fid; in cifs_create() 581 struct cifs_fid fid; in cifs_mknod()
|
D | misc.c | 622 cifs_add_pending_open_locked(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open_locked() 635 cifs_add_pending_open(struct cifs_fid *fid, struct tcon_link *tlink, in cifs_add_pending_open()
|
D | cifsacl.c | 868 const struct cifs_fid *cifsfid, u32 *pacllen) in get_cifs_acl_by_fid() 900 struct cifs_fid fid; in get_cifs_acl_by_path() 964 struct cifs_fid fid; in set_cifs_acl() 1010 const struct cifs_fid *pfid) in cifs_acl_to_fattr()
|
D | smb2file.c | 45 struct cifs_fid *fid = oparms->fid; in smb2_open_file()
|
D | smb2inode.c | 50 struct cifs_fid fid; in smb2_open_op_close()
|
D | inode.c | 434 struct cifs_fid fid; 707 const struct cifs_fid *fid) 1092 struct cifs_fid fid; 1613 struct cifs_fid fid;
|
D | file.c | 177 struct cifs_fid *fid, unsigned int xid) in cifs_nt_open() 271 cifs_new_fileinfo(struct cifs_fid *fid, struct file *file, in cifs_new_fileinfo() 366 struct cifs_fid fid; in cifsFileInfo_put() 450 struct cifs_fid fid; in cifs_open()
|
D | smb2pdu.c | 1015 create_reconnect_durable_buf(struct cifs_fid *fid) in create_reconnect_durable_buf()
|