Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
ialloc.c File Reference
#include <linux/time.h>
#include <linux/fs.h>
#include <linux/jbd2.h>
#include <linux/stat.h>
#include <linux/string.h>
#include <linux/quotaops.h>
#include <linux/buffer_head.h>
#include <linux/random.h>
#include <linux/bitops.h>
#include <linux/blkdev.h>
#include <asm/byteorder.h>
#include "ext4.h"
#include "ext4_jbd2.h"
#include "xattr.h"
#include "acl.h"
#include <trace/events/ext4.h>

Go to the source code of this file.

Data Structures

struct  orlov_stats
 

Functions

void ext4_mark_bitmap_end (int start_bit, int end_bit, char *bitmap)
 
void ext4_end_bitmap_read (struct buffer_head *bh, int uptodate)
 
void ext4_free_inode (handle_t *handle, struct inode *inode)
 
struct inodeext4_new_inode (handle_t *handle, struct inode *dir, umode_t mode, const struct qstr *qstr, __u32 goal, uid_t *owner)
 
struct inodeext4_orphan_get (struct super_block *sb, unsigned long ino)
 
unsigned long ext4_count_free_inodes (struct super_block *sb)
 
unsigned long ext4_count_dirs (struct super_block *sb)
 
int ext4_init_inode_table (struct super_block *sb, ext4_group_t group, int barrier)
 

Function Documentation

unsigned long ext4_count_dirs ( struct super_block sb)

Definition at line 1086 of file ialloc.c.

unsigned long ext4_count_free_inodes ( struct super_block sb)

Definition at line 1037 of file ialloc.c.

void ext4_end_bitmap_read ( struct buffer_head *  bh,
int  uptodate 
)

Definition at line 98 of file ialloc.c.

void ext4_free_inode ( handle_t *  handle,
struct inode inode 
)

Definition at line 211 of file ialloc.c.

int ext4_init_inode_table ( struct super_block sb,
ext4_group_t  group,
int  barrier 
)

Definition at line 1108 of file ialloc.c.

void ext4_mark_bitmap_end ( int  start_bit,
int  end_bit,
char bitmap 
)

Definition at line 53 of file ialloc.c.

struct inode* ext4_new_inode ( handle_t *  handle,
struct inode dir,
umode_t  mode,
const struct qstr qstr,
__u32  goal,
uid_t owner 
)
read

Definition at line 637 of file ialloc.c.

struct inode* ext4_orphan_get ( struct super_block sb,
unsigned long  ino 
)
read

Definition at line 964 of file ialloc.c.