Linux Kernel
3.7.1
|
#include <btree.h>
Data Fields | |
struct super_block * | sb |
struct inode * | inode |
btree_keycmp | keycmp |
u32 | cnid |
u32 | root |
u32 | leaf_count |
u32 | leaf_head |
u32 | leaf_tail |
u32 | node_count |
u32 | free_nodes |
u32 | attributes |
unsigned int | node_size |
unsigned int | node_size_shift |
unsigned int | max_key_len |
unsigned int | depth |
struct mutex | tree_lock |
unsigned int | pages_per_bnode |
spinlock_t | hash_lock |
struct hfs_bnode * | node_hash [NODE_HASH_SIZE] |
int | node_hash_cnt |
spinlock_t hash_lock |
btree_keycmp keycmp |
struct super_block * sb |