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

#include <jfs_logmgr.h>

Data Fields

struct jfs_logl_log
 
uint l_flag
 
struct lbufl_wqnext
 
struct lbufl_freelist
 
int l_pn
 
int l_eor
 
int l_ceor
 
s64 l_blkno
 
caddr_t l_ldata
 
struct pagel_page
 
uint l_offset
 
wait_queue_head_t l_ioevent
 

Detailed Description

Definition at line 445 of file jfs_logmgr.h.

Field Documentation

s64 l_blkno

Definition at line 460 of file jfs_logmgr.h.

int l_ceor

Definition at line 458 of file jfs_logmgr.h.

int l_eor

Definition at line 457 of file jfs_logmgr.h.

uint l_flag

Definition at line 451 of file jfs_logmgr.h.

struct lbuf* l_freelist

Definition at line 454 of file jfs_logmgr.h.

wait_queue_head_t l_ioevent

Definition at line 465 of file jfs_logmgr.h.

caddr_t l_ldata

Definition at line 461 of file jfs_logmgr.h.

struct jfs_log* l_log

Definition at line 446 of file jfs_logmgr.h.

uint l_offset

Definition at line 463 of file jfs_logmgr.h.

struct page* l_page

Definition at line 462 of file jfs_logmgr.h.

int l_pn

Definition at line 456 of file jfs_logmgr.h.

struct lbuf* l_wqnext

Definition at line 453 of file jfs_logmgr.h.


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