Linux Kernel
3.7.1
|
#include "logfs.h"
#include <linux/slab.h>
#include <linux/writeback.h>
#include <linux/backing-dev.h>
Go to the source code of this file.
Macros | |
#define | INOS_PER_WRAP (0x10000) |
Functions | |
struct inode * | logfs_iget (struct super_block *sb, ino_t ino) |
struct inode * | logfs_safe_iget (struct super_block *sb, ino_t ino, int *is_cached) |
void | logfs_safe_iput (struct inode *inode, int is_cached) |
struct inode * | logfs_new_meta_inode (struct super_block *sb, u64 ino) |
struct inode * | logfs_read_meta_inode (struct super_block *sb, u64 ino) |
struct inode * | logfs_new_inode (struct inode *dir, umode_t mode) |
int | logfs_init_inode_cache (void) |
void | logfs_destroy_inode_cache (void) |
Variables | |
struct super_operations | logfs_super_operations |
|
read |
|
read |
|
read |
struct super_operations logfs_super_operations |