Linux Kernel
3.7.1
|
#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 mempolicy * | mpol |
Definition at line 26 of file shmem_fs.h.
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.