Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
xfs_fs_subr.c File Reference
#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)
 

Function Documentation

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.

int xfs_flushinval_pages ( xfs_inode_t *  ip,
xfs_off_t  first,
xfs_off_t  last,
int  fiopt 
)

Definition at line 41 of file xfs_fs_subr.c.

void xfs_tosspages ( xfs_inode_t *  ip,
xfs_off_t  first,
xfs_off_t  last,
int  fiopt 
)

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.