Linux Kernel
3.7.1
|
#include <cifsglob.h>
Data Fields | |
struct list_head | tlist |
struct list_head | flist |
struct cifs_fid_locks * | llist |
unsigned int | uid |
__u32 | pid |
struct cifs_fid | fid |
struct dentry * | dentry |
unsigned int | f_flags |
struct tcon_link * | tlink |
bool | invalidHandle:1 |
bool | oplock_break_cancelled:1 |
int | count |
struct mutex | fh_mutex |
struct cifs_search_info | srch_inf |
struct work_struct | oplock_break |
Definition at line 930 of file cifsglob.h.
int count |
Definition at line 944 of file cifsglob.h.
Definition at line 939 of file cifsglob.h.
unsigned int f_flags |
Definition at line 940 of file cifsglob.h.
Definition at line 945 of file cifsglob.h.
Definition at line 936 of file cifsglob.h.
Definition at line 932 of file cifsglob.h.
bool invalidHandle |
Definition at line 942 of file cifsglob.h.
struct cifs_fid_locks* llist |
Definition at line 933 of file cifsglob.h.
struct work_struct oplock_break |
Definition at line 947 of file cifsglob.h.
bool oplock_break_cancelled |
Definition at line 943 of file cifsglob.h.
Definition at line 935 of file cifsglob.h.
struct cifs_search_info srch_inf |
Definition at line 946 of file cifsglob.h.
Definition at line 941 of file cifsglob.h.
Definition at line 931 of file cifsglob.h.
unsigned int uid |
Definition at line 934 of file cifsglob.h.