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

#include <btnode.h>

Data Fields

__u64 oldkey
 
__u64 newkey
 
struct buffer_head * bh
 
struct buffer_head * newbh
 

Detailed Description

struct nilfs_btnode_chkey_ctxt - change key context : old key of block's moving content : new key for block's content : buffer head of old buffer : buffer head of new buffer

Definition at line 39 of file btnode.h.

Field Documentation

struct buffer_head* bh

Definition at line 42 of file btnode.h.

struct buffer_head* newbh

Definition at line 43 of file btnode.h.

__u64 newkey

Definition at line 41 of file btnode.h.

__u64 oldkey

Definition at line 40 of file btnode.h.


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