Linux Kernel
3.7.1
|
#include <shmem_fs.h>
Data Fields | |
spinlock_t | lock |
unsigned long | flags |
unsigned long | alloced |
union { | |
unsigned long swapped | |
char * symlink | |
}; | |
struct shared_policy | policy |
struct list_head | swaplist |
struct simple_xattrs | xattrs |
struct inode | vfs_inode |
Definition at line 12 of file shmem_fs.h.
union { ... } |
unsigned long alloced |
Definition at line 15 of file shmem_fs.h.
unsigned long flags |
Definition at line 14 of file shmem_fs.h.
spinlock_t lock |
Definition at line 13 of file shmem_fs.h.
struct shared_policy policy |
Definition at line 20 of file shmem_fs.h.
Definition at line 21 of file shmem_fs.h.
unsigned long swapped |
Definition at line 17 of file shmem_fs.h.
char* symlink |
Definition at line 18 of file shmem_fs.h.
Definition at line 23 of file shmem_fs.h.
struct simple_xattrs xattrs |
Definition at line 22 of file shmem_fs.h.