UNIX xv6 (rev8, 9/1/15)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
log Struct Reference

Data Fields

struct spinlock lock
 
int start
 
int size
 
int outstanding
 
int committing
 
int dev
 
struct logheader lh
 

Detailed Description

Definition at line 38 of file log.c.

Field Documentation

int log::committing

Definition at line 43 of file log.c.

int log::dev

Definition at line 44 of file log.c.

struct logheader log::lh

Definition at line 45 of file log.c.

struct spinlock log::lock

Definition at line 39 of file log.c.

int log::outstanding

Definition at line 42 of file log.c.

int log::size

Definition at line 41 of file log.c.

int log::start

Definition at line 40 of file log.c.


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