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

#include <ext4.h>

Data Fields

struct list_head list
 
struct inodeinode
 
unsigned int flag
 
struct pagepage
 
loff_t offset
 
ssize_t size
 
struct work_struct work
 
struct kiocbiocb
 
int result
 
int num_io_pages
 
struct ext4_io_pagepages [MAX_IO_PAGES]
 

Detailed Description

Definition at line 204 of file ext4.h.

Field Documentation

unsigned int flag

Definition at line 207 of file ext4.h.

Definition at line 206 of file ext4.h.

Definition at line 212 of file ext4.h.

Definition at line 205 of file ext4.h.

int num_io_pages

Definition at line 214 of file ext4.h.

loff_t offset

Definition at line 209 of file ext4.h.

Definition at line 208 of file ext4.h.

Definition at line 215 of file ext4.h.

int result

Definition at line 213 of file ext4.h.

ssize_t size

Definition at line 210 of file ext4.h.

Definition at line 211 of file ext4.h.


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