|
void | cifs_mark_open_files_invalid (struct cifs_tcon *tcon) |
|
int | small_smb_init_no_tc (const int smb_command, const int wct, struct cifs_ses *ses, void **request_buf) |
|
int | CIFSSMBNegotiate (const unsigned int xid, struct cifs_ses *ses) |
|
int | CIFSSMBTDis (const unsigned int xid, struct cifs_tcon *tcon) |
|
int | CIFSSMBEcho (struct TCP_Server_Info *server) |
|
int | CIFSSMBLogoff (const unsigned int xid, struct cifs_ses *ses) |
|
int | CIFSPOSIXDelFile (const unsigned int xid, struct cifs_tcon *tcon, const char *fileName, __u16 type, const struct nls_table *nls_codepage, int remap) |
|
int | CIFSSMBDelFile (const unsigned int xid, struct cifs_tcon *tcon, const char *name, struct cifs_sb_info *cifs_sb) |
|
int | CIFSSMBRmDir (const unsigned int xid, struct cifs_tcon *tcon, const char *name, struct cifs_sb_info *cifs_sb) |
|
int | CIFSSMBMkDir (const unsigned int xid, struct cifs_tcon *tcon, const char *name, struct cifs_sb_info *cifs_sb) |
|
int | CIFSPOSIXCreate (const unsigned int xid, struct cifs_tcon *tcon, __u32 posix_flags, __u64 mode, __u16 *netfid, FILE_UNIX_BASIC_INFO *pRetData, __u32 *pOplock, const char *name, const struct nls_table *nls_codepage, int remap) |
|
int | SMBLegacyOpen (const unsigned int xid, struct cifs_tcon *tcon, const char *fileName, const int openDisposition, const int access_flags, const int create_options, __u16 *netfid, int *pOplock, FILE_ALL_INFO *pfile_info, const struct nls_table *nls_codepage, int remap) |
|
int | CIFSSMBOpen (const unsigned int xid, struct cifs_tcon *tcon, const char *fileName, const int openDisposition, const int access_flags, const int create_options, __u16 *netfid, int *pOplock, FILE_ALL_INFO *pfile_info, const struct nls_table *nls_codepage, int remap) |
|
int | cifs_readv_receive (struct TCP_Server_Info *server, struct mid_q_entry *mid) |
|
int | cifs_async_readv (struct cifs_readdata *rdata) |
|
int | CIFSSMBRead (const unsigned int xid, struct cifs_io_parms *io_parms, unsigned int *nbytes, char **buf, int *pbuf_type) |
|
int | CIFSSMBWrite (const unsigned int xid, struct cifs_io_parms *io_parms, unsigned int *nbytes, const char *buf, const char __user *ubuf, const int long_op) |
|
void | cifs_writedata_release (struct kref *refcount) |
|
void | cifs_writev_complete (struct work_struct *work) |
|
struct cifs_writedata * | cifs_writedata_alloc (unsigned int nr_pages, work_func_t complete) |
|
int | cifs_async_writev (struct cifs_writedata *wdata) |
|
int | CIFSSMBWrite2 (const unsigned int xid, struct cifs_io_parms *io_parms, unsigned int *nbytes, struct kvec *iov, int n_vec) |
|
int | cifs_lockv (const unsigned int xid, struct cifs_tcon *tcon, const __u16 netfid, const __u8 lock_type, const __u32 num_unlock, const __u32 num_lock, LOCKING_ANDX_RANGE *buf) |
|
int | CIFSSMBLock (const unsigned int xid, struct cifs_tcon *tcon, const __u16 smb_file_id, const __u32 netpid, const __u64 len, const __u64 offset, const __u32 numUnlock, const __u32 numLock, const __u8 lockType, const bool waitFlag, const __u8 oplock_level) |
|
int | CIFSSMBPosixLock (const unsigned int xid, struct cifs_tcon *tcon, const __u16 smb_file_id, const __u32 netpid, const loff_t start_offset, const __u64 len, struct file_lock *pLockData, const __u16 lock_type, const bool waitFlag) |
|
int | CIFSSMBClose (const unsigned int xid, struct cifs_tcon *tcon, int smb_file_id) |
|
int | CIFSSMBFlush (const unsigned int xid, struct cifs_tcon *tcon, int smb_file_id) |
|
int | CIFSSMBRename (const unsigned int xid, struct cifs_tcon *tcon, const char *from_name, const char *to_name, struct cifs_sb_info *cifs_sb) |
|
int | CIFSSMBRenameOpenFile (const unsigned int xid, struct cifs_tcon *pTcon, int netfid, const char *target_name, const struct nls_table *nls_codepage, int remap) |
|
int | CIFSSMBCopy (const unsigned int xid, struct cifs_tcon *tcon, const char *fromName, const __u16 target_tid, const char *toName, const int flags, const struct nls_table *nls_codepage, int remap) |
|
int | CIFSUnixCreateSymLink (const unsigned int xid, struct cifs_tcon *tcon, const char *fromName, const char *toName, const struct nls_table *nls_codepage) |
|
int | CIFSUnixCreateHardLink (const unsigned int xid, struct cifs_tcon *tcon, const char *fromName, const char *toName, const struct nls_table *nls_codepage, int remap) |
|
int | CIFSCreateHardLink (const unsigned int xid, struct cifs_tcon *tcon, const char *from_name, const char *to_name, struct cifs_sb_info *cifs_sb) |
|
int | CIFSSMBUnixQuerySymLink (const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *searchName, char **symlinkinfo, const struct nls_table *nls_codepage) |
|
int | SMBQueryInformation (const unsigned int xid, struct cifs_tcon *tcon, const char *search_name, FILE_ALL_INFO *data, const struct nls_table *nls_codepage, int remap) |
|
int | CIFSSMBQFileInfo (const unsigned int xid, struct cifs_tcon *tcon, u16 netfid, FILE_ALL_INFO *pFindData) |
|
int | CIFSSMBQPathInfo (const unsigned int xid, struct cifs_tcon *tcon, const char *search_name, FILE_ALL_INFO *data, int legacy, const struct nls_table *nls_codepage, int remap) |
|
int | CIFSSMBUnixQFileInfo (const unsigned int xid, struct cifs_tcon *tcon, u16 netfid, FILE_UNIX_BASIC_INFO *pFindData) |
|
int | CIFSSMBUnixQPathInfo (const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *searchName, FILE_UNIX_BASIC_INFO *pFindData, const struct nls_table *nls_codepage, int remap) |
|
int | CIFSFindFirst (const unsigned int xid, struct cifs_tcon *tcon, const char *searchName, struct cifs_sb_info *cifs_sb, __u16 *pnetfid, __u16 search_flags, struct cifs_search_info *psrch_inf, bool msearch) |
|
int | CIFSFindNext (const unsigned int xid, struct cifs_tcon *tcon, __u16 searchHandle, __u16 search_flags, struct cifs_search_info *psrch_inf) |
|
int | CIFSFindClose (const unsigned int xid, struct cifs_tcon *tcon, const __u16 searchHandle) |
|
int | CIFSGetSrvInodeNumber (const unsigned int xid, struct cifs_tcon *tcon, const char *search_name, __u64 *inode_number, const struct nls_table *nls_codepage, int remap) |
|
int | CIFSGetDFSRefer (const unsigned int xid, struct cifs_ses *ses, const char *search_name, struct dfs_info3_param **target_nodes, unsigned int *num_of_nodes, const struct nls_table *nls_codepage, int remap) |
|
int | SMBOldQFSInfo (const unsigned int xid, struct cifs_tcon *tcon, struct kstatfs *FSData) |
|
int | CIFSSMBQFSInfo (const unsigned int xid, struct cifs_tcon *tcon, struct kstatfs *FSData) |
|
int | CIFSSMBQFSAttributeInfo (const unsigned int xid, struct cifs_tcon *tcon) |
|
int | CIFSSMBQFSDeviceInfo (const unsigned int xid, struct cifs_tcon *tcon) |
|
int | CIFSSMBQFSUnixInfo (const unsigned int xid, struct cifs_tcon *tcon) |
|
int | CIFSSMBSetFSUnixInfo (const unsigned int xid, struct cifs_tcon *tcon, __u64 cap) |
|
int | CIFSSMBQFSPosixInfo (const unsigned int xid, struct cifs_tcon *tcon, struct kstatfs *FSData) |
|
int | CIFSSMBSetEOF (const unsigned int xid, struct cifs_tcon *tcon, const char *file_name, __u64 size, struct cifs_sb_info *cifs_sb, bool set_allocation) |
|
int | CIFSSMBSetFileSize (const unsigned int xid, struct cifs_tcon *tcon, struct cifsFileInfo *cfile, __u64 size, bool set_allocation) |
|
int | CIFSSMBSetFileInfo (const unsigned int xid, struct cifs_tcon *tcon, const FILE_BASIC_INFO *data, __u16 fid, __u32 pid_of_opener) |
|
int | CIFSSMBSetFileDisposition (const unsigned int xid, struct cifs_tcon *tcon, bool delete_file, __u16 fid, __u32 pid_of_opener) |
|
int | CIFSSMBSetPathInfo (const unsigned int xid, struct cifs_tcon *tcon, const char *fileName, const FILE_BASIC_INFO *data, const struct nls_table *nls_codepage, int remap) |
|
int | CIFSSMBUnixSetFileInfo (const unsigned int xid, struct cifs_tcon *tcon, const struct cifs_unix_set_info_args *args, u16 fid, u32 pid_of_opener) |
|
int | CIFSSMBUnixSetPathInfo (const unsigned int xid, struct cifs_tcon *tcon, const char *file_name, const struct cifs_unix_set_info_args *args, const struct nls_table *nls_codepage, int remap) |
|