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

#include <xfs_trans_priv.h>

Data Fields

struct xfs_mount * xa_mount
 
struct task_structxa_task
 
struct list_head xa_ail
 
xfs_lsn_t xa_target
 
xfs_lsn_t xa_target_prev
 
struct list_head xa_cursors
 
spinlock_t xa_lock
 
xfs_lsn_t xa_last_pushed_lsn
 
int xa_log_flush
 
struct list_head xa_buf_list
 
wait_queue_head_t xa_empty
 

Detailed Description

Definition at line 65 of file xfs_trans_priv.h.

Field Documentation

struct list_head xa_ail

Definition at line 68 of file xfs_trans_priv.h.

struct list_head xa_buf_list

Definition at line 75 of file xfs_trans_priv.h.

struct list_head xa_cursors

Definition at line 71 of file xfs_trans_priv.h.

Definition at line 76 of file xfs_trans_priv.h.

xfs_lsn_t xa_last_pushed_lsn

Definition at line 73 of file xfs_trans_priv.h.

spinlock_t xa_lock

Definition at line 72 of file xfs_trans_priv.h.

int xa_log_flush

Definition at line 74 of file xfs_trans_priv.h.

struct xfs_mount* xa_mount

Definition at line 66 of file xfs_trans_priv.h.

xfs_lsn_t xa_target

Definition at line 69 of file xfs_trans_priv.h.

xfs_lsn_t xa_target_prev

Definition at line 70 of file xfs_trans_priv.h.

struct task_struct* xa_task

Definition at line 67 of file xfs_trans_priv.h.


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