|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | xfs_ioend |
Macros | |
| #define | XFS_IO_TYPES |
Typedefs | |
| typedef struct xfs_ioend | xfs_ioend_t |
Enumerations | |
| enum | { XFS_IO_DIRECT = 0, XFS_IO_DELALLOC, XFS_IO_UNWRITTEN, XFS_IO_OVERWRITE } |
Functions | |
| int | xfs_get_blocks (struct inode *, sector_t, struct buffer_head *, int) |
| void | xfs_count_page_state (struct page *, int *, int *) |
Variables | |
| mempool_t * | xfs_ioend_pool |
| struct address_space_operations | xfs_address_space_operations |
| #define XFS_IO_TYPES |
Definition at line 33 of file xfs_aops.h.
| typedef struct xfs_ioend xfs_ioend_t |
| anonymous enum |
Definition at line 26 of file xfs_aops.h.
Definition at line 40 of file xfs_aops.c.
Definition at line 1346 of file xfs_aops.c.
| struct address_space_operations xfs_address_space_operations |
Definition at line 1667 of file xfs_aops.c.
| mempool_t* xfs_ioend_pool |
Definition at line 67 of file xfs_super.c.
1.8.2