Linux Kernel
3.7.1
|
#include <logfs.h>
Data Fields | |
struct list_head | alias_list |
struct list_head | item_list |
struct super_block * | sb |
u64 | ino |
u64 | bix |
level_t | level |
struct page * | page |
struct inode * | inode |
struct logfs_transaction * | ta |
unsigned long | alias_map [LOGFS_BLOCK_FACTOR/BITS_PER_LONG] |
struct logfs_block_ops * | ops |
int | full |
int | partial |
int | reserved_bytes |
unsigned long alias_map[LOGFS_BLOCK_FACTOR/BITS_PER_LONG] |
struct logfs_block_ops* ops |
struct super_block* sb |