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

#include <xfs_aops.h>

Data Fields

struct xfs_ioendio_list
 
unsigned int io_type
 
int io_error
 
atomic_t io_remaining
 
unsigned int io_isasync: 1
 
unsigned int io_isdirect: 1
 
struct inodeio_inode
 
struct buffer_head * io_buffer_head
 
struct buffer_head * io_buffer_tail
 
size_t io_size
 
xfs_off_t io_offset
 
struct work_struct io_work
 
struct xfs_trans * io_append_trans
 
struct kiocbio_iocb
 
int io_result
 

Detailed Description

Definition at line 43 of file xfs_aops.h.

Field Documentation

struct xfs_trans* io_append_trans

Definition at line 56 of file xfs_aops.h.

struct buffer_head* io_buffer_head

Definition at line 51 of file xfs_aops.h.

struct buffer_head* io_buffer_tail

Definition at line 52 of file xfs_aops.h.

int io_error

Definition at line 46 of file xfs_aops.h.

struct inode* io_inode

Definition at line 50 of file xfs_aops.h.

struct kiocb* io_iocb

Definition at line 57 of file xfs_aops.h.

unsigned int io_isasync

Definition at line 48 of file xfs_aops.h.

unsigned int io_isdirect

Definition at line 49 of file xfs_aops.h.

struct xfs_ioend* io_list

Definition at line 44 of file xfs_aops.h.

xfs_off_t io_offset

Definition at line 54 of file xfs_aops.h.

atomic_t io_remaining

Definition at line 47 of file xfs_aops.h.

int io_result

Definition at line 58 of file xfs_aops.h.

size_t io_size

Definition at line 53 of file xfs_aops.h.

unsigned int io_type

Definition at line 45 of file xfs_aops.h.

Definition at line 55 of file xfs_aops.h.


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