|
Linux Kernel
3.7.1
|
#include <linux/bio.h>#include <linux/sched.h>#include <linux/slab.h>#include <linux/spinlock.h>#include <linux/completion.h>#include <linux/buffer_head.h>#include <linux/statfs.h>#include <linux/seq_file.h>#include <linux/mount.h>#include <linux/kthread.h>#include <linux/delay.h>#include <linux/gfs2_ondisk.h>#include <linux/crc32.h>#include <linux/time.h>#include <linux/wait.h>#include <linux/writeback.h>#include <linux/backing-dev.h>#include "gfs2.h"#include "incore.h"#include "bmap.h"#include "dir.h"#include "glock.h"#include "glops.h"#include "inode.h"#include "log.h"#include "meta_io.h"#include "quota.h"#include "recovery.h"#include "rgrp.h"#include "super.h"#include "trans.h"#include "util.h"#include "sys.h"#include "xattr.h"Go to the source code of this file.
Data Structures | |
| struct | lfcc |
Macros | |
| #define | args_neq(a1, a2, x) ((a1)->ar_##x != (a2)->ar_##x) |
Functions | |
| int | gfs2_mount_args (struct gfs2_args *args, char *options) |
| void | gfs2_jindex_free (struct gfs2_sbd *sdp) |
| struct gfs2_jdesc * | gfs2_jdesc_find (struct gfs2_sbd *sdp, unsigned int jid) |
| int | gfs2_jdesc_check (struct gfs2_jdesc *jd) |
| int | gfs2_make_fs_rw (struct gfs2_sbd *sdp) |
| void | gfs2_statfs_change_in (struct gfs2_statfs_change_host *sc, const void *buf) |
| int | gfs2_statfs_init (struct gfs2_sbd *sdp) |
| void | gfs2_statfs_change (struct gfs2_sbd *sdp, s64 total, s64 free, s64 dinodes) |
| void | update_statfs (struct gfs2_sbd *sdp, struct buffer_head *m_bh, struct buffer_head *l_bh) |
| int | gfs2_statfs_sync (struct super_block *sb, int type) |
| int | gfs2_freeze_fs (struct gfs2_sbd *sdp) |
| void | gfs2_unfreeze_fs (struct gfs2_sbd *sdp) |
| void | gfs2_dinode_out (const struct gfs2_inode *ip, void *buf) |
Variables | |
| struct super_operations | gfs2_super_ops |
| anonymous enum |
| void gfs2_dinode_out | ( | const struct gfs2_inode * | ip, |
| void * | buf | ||
| ) |
| int gfs2_jdesc_check | ( | struct gfs2_jdesc * | jd | ) |
|
read |
| void gfs2_statfs_change_in | ( | struct gfs2_statfs_change_host * | sc, |
| const void * | buf | ||
| ) |
| struct super_operations gfs2_super_ops |
1.8.2