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

#include <shmem_fs.h>

Data Fields

unsigned long max_blocks
 
struct percpu_counter used_blocks
 
unsigned long max_inodes
 
unsigned long free_inodes
 
spinlock_t stat_lock
 
kuid_t uid
 
kgid_t gid
 
umode_t mode
 
struct mempolicympol
 

Detailed Description

Definition at line 26 of file shmem_fs.h.

Field Documentation

unsigned long free_inodes

Definition at line 30 of file shmem_fs.h.

kgid_t gid

Definition at line 33 of file shmem_fs.h.

unsigned long max_blocks

Definition at line 27 of file shmem_fs.h.

unsigned long max_inodes

Definition at line 29 of file shmem_fs.h.

umode_t mode

Definition at line 34 of file shmem_fs.h.

Definition at line 35 of file shmem_fs.h.

spinlock_t stat_lock

Definition at line 31 of file shmem_fs.h.

kuid_t uid

Definition at line 32 of file shmem_fs.h.

struct percpu_counter used_blocks

Definition at line 28 of file shmem_fs.h.


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