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

#include <xfs_btree.h>

Data Fields

__be32 bb_magic
 
__be16 bb_level
 
__be16 bb_numrecs
 
union {
   struct {
      __be32   bb_leftsib
 
      __be32   bb_rightsib
 
   }   s
 
   struct {
      __be64   bb_leftsib
 
      __be64   bb_rightsib
 
   }   l
 
bb_u
 

Detailed Description

Definition at line 51 of file xfs_btree.h.

Field Documentation

__be32 bb_leftsib

Definition at line 57 of file xfs_btree.h.

__be64 bb_leftsib

Definition at line 61 of file xfs_btree.h.

__be16 bb_level

Definition at line 53 of file xfs_btree.h.

__be32 bb_magic

Definition at line 52 of file xfs_btree.h.

__be16 bb_numrecs

Definition at line 54 of file xfs_btree.h.

__be32 bb_rightsib

Definition at line 58 of file xfs_btree.h.

__be64 bb_rightsib

Definition at line 62 of file xfs_btree.h.

union { ... } bb_u
struct { ... } l
struct { ... } s

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