Linux Kernel
3.7.1
|
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/spinlock.h>
#include <linux/completion.h>
#include <linux/buffer_head.h>
#include <linux/mempool.h>
#include <linux/gfs2_ondisk.h>
#include <linux/bio.h>
#include <linux/fs.h>
#include "gfs2.h"
#include "incore.h"
#include "inode.h"
#include "glock.h"
#include "log.h"
#include "lops.h"
#include "meta_io.h"
#include "recovery.h"
#include "rgrp.h"
#include "trans.h"
#include "util.h"
#include "trace_gfs2.h"
Go to the source code of this file.
Functions | |
void | gfs2_log_flush_bio (struct gfs2_sbd *sdp, int rw) |
void | gfs2_log_write_page (struct gfs2_sbd *sdp, struct page *page) |
struct gfs2_log_operations gfs2_buf_lops |
struct gfs2_log_operations gfs2_databuf_lops |
struct gfs2_log_operations* gfs2_log_ops[] |
struct gfs2_log_operations gfs2_revoke_lops |
struct gfs2_log_operations gfs2_rg_lops |