Linux Kernel
3.7.1
|
#include <btree.h>
Data Fields | |
struct buffer_head * | bp_bh |
struct buffer_head * | bp_sib_bh |
int | bp_index |
union nilfs_bmap_ptr_req | bp_oldreq |
union nilfs_bmap_ptr_req | bp_newreq |
struct nilfs_btnode_chkey_ctxt | bp_ctxt |
void(* | bp_op )(struct nilfs_bmap *, struct nilfs_btree_path *, int, __u64 *, __u64 *) |
struct nilfs_btree_path - A path on which B-tree operations are executed : buffer head of node block : buffer head of sibling node block : index of child node : ptr end request for old ptr : ptr alloc request for new ptr : rebalance operation
struct nilfs_btnode_chkey_ctxt bp_ctxt |
union nilfs_bmap_ptr_req bp_newreq |
union nilfs_bmap_ptr_req bp_oldreq |
void(* bp_op)(struct nilfs_bmap *, struct nilfs_btree_path *, int, __u64 *, __u64 *) |