|
Linux Kernel
3.7.1
|
#include <linux/net.h>#include <linux/string.h>#include <linux/in.h>#include <linux/ctype.h>#include <linux/fs.h>#include <asm/div64.h>#include <asm/byteorder.h>#include <linux/inet.h>#include "cifsfs.h"#include "cifspdu.h"#include "cifsglob.h"#include "cifsproto.h"#include "smberr.h"#include "cifs_debug.h"#include "nterr.h"Go to the source code of this file.
Data Structures | |
| struct | smb_to_posix_error |
Macros | |
| #define | NTFS_TIME_OFFSET ((u64)(369*365 + 89) * 24 * 3600 * 10000000) |
Functions | |
| int | cifs_convert_address (struct sockaddr *dst, const char *src, int len) |
| int | cifs_set_port (struct sockaddr *addr, const unsigned short int port) |
| int | cifs_fill_sockaddr (struct sockaddr *dst, const char *src, int len, const unsigned short int port) |
| int | map_smb_to_linux_error (char *buf, bool logErr) |
| unsigned int | smbCalcSize (void *buf) |
| struct timespec | cifs_NTtimeToUnix (__le64 ntutc) |
| u64 | cifs_UnixTimeToNT (struct timespec t) |
| struct timespec | cnvrtDosUnixTm (__le16 le_date, __le16 le_time, int offset) |
| #define NTFS_TIME_OFFSET ((u64)(369*365 + 89) * 24 * 3600 * 10000000) |
1.8.2