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

#include <jfs_logmgr.h>

Data Fields

struct list_head sb_list
 
struct list_head journal_list
 
struct block_devicebdev
 
int serial
 
s64 base
 
int size
 
int l2bsize
 
unsigned long flag
 
struct lbuflbuf_free
 
wait_queue_head_t free_wait
 
int logtid
 
int page
 
int eor
 
struct lbufbp
 
struct mutex loglock
 
int nextsync
 
int active
 
wait_queue_head_t syncwait
 
uint cflag
 
struct list_head cqueue
 
struct tblockflush_tblk
 
int gcrtc
 
struct tblockgclrt
 
spinlock_t gclock
 
int logsize
 
int lsn
 
int clsn
 
int syncpt
 
int sync
 
struct list_head synclist
 
spinlock_t synclock
 
struct lbufwqueue
 
int count
 
char uuid [16]
 
int no_integrity
 

Detailed Description

Definition at line 364 of file jfs_logmgr.h.

Field Documentation

int active

Definition at line 392 of file jfs_logmgr.h.

s64 base

Definition at line 373 of file jfs_logmgr.h.

Definition at line 370 of file jfs_logmgr.h.

struct lbuf* bp

Definition at line 386 of file jfs_logmgr.h.

uint cflag

Definition at line 396 of file jfs_logmgr.h.

int clsn

Definition at line 404 of file jfs_logmgr.h.

int count

Definition at line 410 of file jfs_logmgr.h.

struct list_head cqueue

Definition at line 397 of file jfs_logmgr.h.

int eor

Definition at line 385 of file jfs_logmgr.h.

unsigned long flag

Definition at line 377 of file jfs_logmgr.h.

struct tblock* flush_tblk

Definition at line 398 of file jfs_logmgr.h.

wait_queue_head_t free_wait

Definition at line 380 of file jfs_logmgr.h.

spinlock_t gclock

Definition at line 401 of file jfs_logmgr.h.

struct tblock* gclrt

Definition at line 400 of file jfs_logmgr.h.

int gcrtc

Definition at line 399 of file jfs_logmgr.h.

struct list_head journal_list

Definition at line 369 of file jfs_logmgr.h.

int l2bsize

Definition at line 375 of file jfs_logmgr.h.

struct lbuf* lbuf_free

Definition at line 379 of file jfs_logmgr.h.

struct mutex loglock

Definition at line 388 of file jfs_logmgr.h.

int logsize

Definition at line 402 of file jfs_logmgr.h.

int logtid

Definition at line 383 of file jfs_logmgr.h.

int lsn

Definition at line 403 of file jfs_logmgr.h.

int nextsync

Definition at line 391 of file jfs_logmgr.h.

int no_integrity

Definition at line 413 of file jfs_logmgr.h.

Definition at line 384 of file jfs_logmgr.h.

struct list_head sb_list

Definition at line 366 of file jfs_logmgr.h.

int serial

Definition at line 371 of file jfs_logmgr.h.

int size

Definition at line 374 of file jfs_logmgr.h.

int sync

Definition at line 406 of file jfs_logmgr.h.

struct list_head synclist

Definition at line 407 of file jfs_logmgr.h.

spinlock_t synclock

Definition at line 408 of file jfs_logmgr.h.

int syncpt

Definition at line 405 of file jfs_logmgr.h.

Definition at line 393 of file jfs_logmgr.h.

char uuid[16]

Definition at line 411 of file jfs_logmgr.h.

struct lbuf* wqueue

Definition at line 409 of file jfs_logmgr.h.


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