diff options
Diffstat (limited to 'fs/cifs/cifsproto.h')
| -rw-r--r-- | fs/cifs/cifsproto.h | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index 88e2bc44ac5..39e47f46dea 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h @@ -104,10 +104,12 @@ extern void cifs_fattr_to_inode(struct inode *inode, struct cifs_fattr *fattr);  extern struct inode *cifs_iget(struct super_block *sb,  			       struct cifs_fattr *fattr); +extern int cifs_get_file_info(struct file *filp);  extern int cifs_get_inode_info(struct inode **pinode,  			const unsigned char *search_path,  			FILE_ALL_INFO *pfile_info,  			struct super_block *sb, int xid, const __u16 *pfid); +extern int cifs_get_file_info_unix(struct file *filp);  extern int cifs_get_inode_info_unix(struct inode **pinode,  			const unsigned char *search_path,  			struct super_block *sb, int xid); @@ -142,6 +144,8 @@ extern int CIFSFindNext(const int xid, struct cifsTconInfo *tcon,  extern int CIFSFindClose(const int, struct cifsTconInfo *tcon,  			const __u16 search_handle); +extern int CIFSSMBQFileInfo(const int xid, struct cifsTconInfo *tcon, +			u16 netfid, FILE_ALL_INFO *pFindData);  extern int CIFSSMBQPathInfo(const int xid, struct cifsTconInfo *tcon,  			const unsigned char *searchName,  			FILE_ALL_INFO *findData, @@ -152,6 +156,8 @@ extern int SMBQueryInformation(const int xid, struct cifsTconInfo *tcon,  			FILE_ALL_INFO *findData,  			const struct nls_table *nls_codepage, int remap); +extern int CIFSSMBUnixQFileInfo(const int xid, struct cifsTconInfo *tcon, +			u16 netfid, FILE_UNIX_BASIC_INFO *pFindData);  extern int CIFSSMBUnixQPathInfo(const int xid,  			struct cifsTconInfo *tcon,  			const unsigned char *searchName,  |