Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
aops.c File Reference
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/spinlock.h>
#include <linux/completion.h>
#include <linux/buffer_head.h>
#include <linux/pagemap.h>
#include <linux/pagevec.h>
#include <linux/mpage.h>
#include <linux/fs.h>
#include <linux/writeback.h>
#include <linux/swap.h>
#include <linux/gfs2_ondisk.h>
#include <linux/backing-dev.h>
#include "gfs2.h"
#include "incore.h"
#include "bmap.h"
#include "glock.h"
#include "inode.h"
#include "log.h"
#include "meta_io.h"
#include "quota.h"
#include "trans.h"
#include "rgrp.h"
#include "super.h"
#include "util.h"
#include "glops.h"

Go to the source code of this file.

Functions

int gfs2_internal_read (struct gfs2_inode *ip, char *buf, loff_t *pos, unsigned size)
 
int gfs2_releasepage (struct page *page, gfp_t gfp_mask)
 
void gfs2_set_aops (struct inode *inode)
 

Function Documentation

int gfs2_internal_read ( struct gfs2_inode ip,
char buf,
loff_t *  pos,
unsigned  size 
)

gfs2_internal_read - read an internal file : The gfs2 inode : The buffer to fill : The file position : The amount to read

Definition at line 526 of file aops.c.

int gfs2_releasepage ( struct page page,
gfp_t  gfp_mask 
)

Definition at line 1043 of file aops.c.

void gfs2_set_aops ( struct inode inode)

Definition at line 1150 of file aops.c.