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

#include <hpfs.h>

Data Fields

u8 flags
 
u8 fill [3]
 
u8 n_free_nodes
 
u8 n_used_nodes
 
__le16 first_free
 
union {
   struct bplus_internal_node   internal [0]
 
   struct bplus_leaf_node   external [0]
 
u
 

Detailed Description

Definition at line 395 of file hpfs.h.

Field Documentation

struct bplus_leaf_node external[0]

Definition at line 412 of file hpfs.h.

u8 fill[3]

Definition at line 404 of file hpfs.h.

__le16 first_free

Definition at line 407 of file hpfs.h.

u8 flags

Definition at line 397 of file hpfs.h.

Definition at line 410 of file hpfs.h.

u8 n_free_nodes

Definition at line 405 of file hpfs.h.

u8 n_used_nodes

Definition at line 406 of file hpfs.h.

union { ... } u

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