Linux Kernel
3.7.1
|
#include <cifsglob.h>
Data Fields | |
struct list_head | tcon_list |
int | tc_count |
struct list_head | openFileList |
struct cifs_ses * | ses |
char | treeName [MAX_TREE_SIZE+1] |
char * | nativeFileSystem |
char * | password |
__u32 | tid |
__u16 | Flags |
enum statusEnum | tidStatus |
FILE_SYSTEM_DEVICE_INFO | fsDevInfo |
FILE_SYSTEM_ATTRIBUTE_INFO | fsAttrInfo |
FILE_SYSTEM_UNIX_INFO | fsUnixInfo |
bool | ipc:1 |
bool | retry:1 |
bool | nocase:1 |
bool | seal:1 |
bool | unix_ext:1 |
bool | local_lease:1 |
bool | broken_posix_open |
bool | need_reconnect:1 |
struct list_head | pending_opens |
Definition at line 742 of file cifsglob.h.
bool broken_posix_open |
Definition at line 814 of file cifsglob.h.
__u16 Flags |
Definition at line 751 of file cifsglob.h.
FILE_SYSTEM_ATTRIBUTE_INFO fsAttrInfo |
Definition at line 805 of file cifsglob.h.
FILE_SYSTEM_DEVICE_INFO fsDevInfo |
Definition at line 804 of file cifsglob.h.
FILE_SYSTEM_UNIX_INFO fsUnixInfo |
Definition at line 806 of file cifsglob.h.
bool ipc |
Definition at line 807 of file cifsglob.h.
bool local_lease |
Definition at line 813 of file cifsglob.h.
char* nativeFileSystem |
Definition at line 748 of file cifsglob.h.
bool need_reconnect |
Definition at line 815 of file cifsglob.h.
bool nocase |
Definition at line 809 of file cifsglob.h.
Definition at line 745 of file cifsglob.h.
char* password |
Definition at line 749 of file cifsglob.h.
Definition at line 829 of file cifsglob.h.
bool retry |
Definition at line 808 of file cifsglob.h.
bool seal |
Definition at line 810 of file cifsglob.h.
Definition at line 746 of file cifsglob.h.
int tc_count |
Definition at line 744 of file cifsglob.h.
Definition at line 743 of file cifsglob.h.
__u32 tid |
Definition at line 750 of file cifsglob.h.
enum statusEnum tidStatus |
Definition at line 752 of file cifsglob.h.
char treeName[MAX_TREE_SIZE+1] |
Definition at line 747 of file cifsglob.h.
bool unix_ext |
Definition at line 811 of file cifsglob.h.