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

#include <alloc.h>

Data Fields

__u64 pr_entry_nr
 
struct buffer_head * pr_desc_bh
 
struct buffer_head * pr_bitmap_bh
 
struct buffer_head * pr_entry_bh
 

Detailed Description

nilfs_palloc_req - persistent allocator request and reply : entry number (vblocknr or inode number) : buffer head of the buffer containing block group descriptors : buffer head of the buffer containing a block group bitmap : buffer head of the buffer containing translation entries

Definition at line 58 of file alloc.h.

Field Documentation

struct buffer_head* pr_bitmap_bh

Definition at line 61 of file alloc.h.

struct buffer_head* pr_desc_bh

Definition at line 60 of file alloc.h.

struct buffer_head* pr_entry_bh

Definition at line 62 of file alloc.h.

__u64 pr_entry_nr

Definition at line 59 of file alloc.h.


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