Linux Kernel
3.7.1
|
#include <xfs_aops.h>
Data Fields | |
struct xfs_ioend * | io_list |
unsigned int | io_type |
int | io_error |
atomic_t | io_remaining |
unsigned int | io_isasync: 1 |
unsigned int | io_isdirect: 1 |
struct inode * | io_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 kiocb * | io_iocb |
int | io_result |
Definition at line 43 of file xfs_aops.h.
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.
Definition at line 50 of file xfs_aops.h.
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.
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.
Definition at line 45 of file xfs_aops.h.
struct work_struct io_work |
Definition at line 55 of file xfs_aops.h.