|
Linux Kernel
3.7.1
|
#include <cifs_fs_sb.h>
Data Fields | |
| struct rb_root | tlink_tree |
| spinlock_t | tlink_tree_lock |
| struct tcon_link * | master_tlink |
| struct nls_table * | local_nls |
| unsigned int | rsize |
| unsigned int | wsize |
| unsigned long | actimeo |
| atomic_t | active |
| uid_t | mnt_uid |
| gid_t | mnt_gid |
| uid_t | mnt_backupuid |
| gid_t | mnt_backupgid |
| umode_t | mnt_file_mode |
| umode_t | mnt_dir_mode |
| unsigned int | mnt_cifs_flags |
| char * | mountdata |
| struct backing_dev_info | bdi |
| struct delayed_work | prune_tlinks |
Definition at line 49 of file cifs_fs_sb.h.
| unsigned long actimeo |
Definition at line 56 of file cifs_fs_sb.h.
| atomic_t active |
Definition at line 57 of file cifs_fs_sb.h.
Definition at line 66 of file cifs_fs_sb.h.
Definition at line 53 of file cifs_fs_sb.h.
Definition at line 52 of file cifs_fs_sb.h.
| gid_t mnt_backupgid |
Definition at line 61 of file cifs_fs_sb.h.
| uid_t mnt_backupuid |
Definition at line 60 of file cifs_fs_sb.h.
| unsigned int mnt_cifs_flags |
Definition at line 64 of file cifs_fs_sb.h.
| umode_t mnt_dir_mode |
Definition at line 63 of file cifs_fs_sb.h.
| umode_t mnt_file_mode |
Definition at line 62 of file cifs_fs_sb.h.
| gid_t mnt_gid |
Definition at line 59 of file cifs_fs_sb.h.
| uid_t mnt_uid |
Definition at line 58 of file cifs_fs_sb.h.
| char* mountdata |
Definition at line 65 of file cifs_fs_sb.h.
| struct delayed_work prune_tlinks |
Definition at line 67 of file cifs_fs_sb.h.
| unsigned int rsize |
Definition at line 54 of file cifs_fs_sb.h.
Definition at line 50 of file cifs_fs_sb.h.
| spinlock_t tlink_tree_lock |
Definition at line 51 of file cifs_fs_sb.h.
| unsigned int wsize |
Definition at line 55 of file cifs_fs_sb.h.
1.8.2