Linux Kernel
3.7.1
|
#include <linux/spinlock.h>
#include <linux/completion.h>
#include <linux/buffer_head.h>
#include <linux/exportfs.h>
#include <linux/gfs2_ondisk.h>
#include <linux/crc32.h>
#include "gfs2.h"
#include "incore.h"
#include "dir.h"
#include "glock.h"
#include "glops.h"
#include "inode.h"
#include "super.h"
#include "rgrp.h"
#include "util.h"
Go to the source code of this file.
Data Structures | |
struct | get_name_filldir |
Macros | |
#define | GFS2_SMALL_FH_SIZE 4 |
#define | GFS2_LARGE_FH_SIZE 8 |
#define | GFS2_OLD_FH_SIZE 10 |
Variables | |
struct export_operations | gfs2_export_ops |
struct export_operations gfs2_export_ops |