|
Linux Kernel
3.7.1
|
#include "xfs.h"#include "xfs_vnodeops.h"#include "xfs_bmap_btree.h"#include "xfs_inode.h"#include "xfs_trace.h"Go to the source code of this file.
Functions | |
| void | xfs_tosspages (xfs_inode_t *ip, xfs_off_t first, xfs_off_t last, int fiopt) |
| int | xfs_flushinval_pages (xfs_inode_t *ip, xfs_off_t first, xfs_off_t last, int fiopt) |
| int | xfs_flush_pages (xfs_inode_t *ip, xfs_off_t first, xfs_off_t last, uint64_t flags, int fiopt) |
| int | xfs_wait_on_pages (xfs_inode_t *ip, xfs_off_t first, xfs_off_t last) |
| int xfs_flush_pages | ( | xfs_inode_t * | ip, |
| xfs_off_t | first, | ||
| xfs_off_t | last, | ||
| uint64_t | flags, | ||
| int | fiopt | ||
| ) |
Definition at line 61 of file xfs_fs_subr.c.
Definition at line 41 of file xfs_fs_subr.c.
Definition at line 29 of file xfs_fs_subr.c.
| int xfs_wait_on_pages | ( | xfs_inode_t * | ip, |
| xfs_off_t | first, | ||
| xfs_off_t | last | ||
| ) |
Definition at line 84 of file xfs_fs_subr.c.
1.8.2