Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
journal.c File Reference
#include "logfs.h"
#include <linux/slab.h>

Go to the source code of this file.

Functions

int write_alias_journal (struct super_block *sb, u64 ino, u64 bix, level_t level, int child_no, __be64 val)
 
void logfs_write_anchor (struct super_block *sb)
 
void do_logfs_journal_wl_pass (struct super_block *sb)
 
int logfs_init_journal (struct super_block *sb)
 
void logfs_cleanup_journal (struct super_block *sb)
 

Function Documentation

void do_logfs_journal_wl_pass ( struct super_block sb)

Definition at line 805 of file journal.c.

void logfs_cleanup_journal ( struct super_block sb)

Definition at line 886 of file journal.c.

int logfs_init_journal ( struct super_block sb)

Definition at line 853 of file journal.c.

void logfs_write_anchor ( struct super_block sb)

Definition at line 734 of file journal.c.

int write_alias_journal ( struct super_block sb,
u64  ino,
u64  bix,
level_t  level,
int  child_no,
__be64  val 
)

Definition at line 685 of file journal.c.