Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Enumerations | Functions | Variables
super.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/mount.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/fs.h>
#include <linux/pagemap.h>
#include <linux/parser.h>
#include <linux/statfs.h>
#include <linux/sched.h>
#include "internal.h"

Go to the source code of this file.

Macros

#define AFS_FS_MAGIC   0x6B414653 /* 'kAFS' */
 

Enumerations

enum  {
  afs_no_opt, afs_opt_cell, afs_opt_rwpath, afs_opt_vol,
  afs_opt_autocell
}
 

Functions

int __init afs_fs_init (void)
 
void __exit afs_fs_exit (void)
 

Variables

struct file_system_type afs_fs_type
 
enum { ... }  __attribute__
 

Macro Definition Documentation

#define AFS_FS_MAGIC   0x6B414653 /* 'kAFS' */

Definition at line 29 of file super.c.

Enumeration Type Documentation

anonymous enum
Enumerator:
afs_no_opt 
afs_opt_cell 
afs_opt_rwpath 
afs_opt_vol 
afs_opt_autocell 

Definition at line 59 of file super.c.

Function Documentation

void __exit afs_fs_exit ( void  )

Definition at line 113 of file super.c.

int __init afs_fs_init ( void  )

Definition at line 78 of file super.c.

Variable Documentation

enum { ... } __attribute__
struct file_system_type afs_fs_type
Initial value:
= {
.owner = THIS_MODULE,
.name = "afs",
.mount = afs_mount,
.kill_sb = afs_kill_super,
.fs_flags = 0,
}

Definition at line 39 of file super.c.