Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
shmem_inode_info Struct Reference

#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
 

Detailed Description

Definition at line 12 of file shmem_fs.h.

Field Documentation

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.

Definition at line 20 of file shmem_fs.h.

struct list_head swaplist

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.

struct inode vfs_inode

Definition at line 23 of file shmem_fs.h.

Definition at line 22 of file shmem_fs.h.


The documentation for this struct was generated from the following file: