Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ialloc.c File Reference
#include <linux/quotaops.h>
#include <linux/random.h>
#include "ext3.h"
#include "xattr.h"
#include "acl.h"

Go to the source code of this file.

Functions

void ext3_free_inode (handle_t *handle, struct inode *inode)
 
struct inodeext3_new_inode (handle_t *handle, struct inode *dir, const struct qstr *qstr, umode_t mode)
 
struct inodeext3_orphan_get (struct super_block *sb, unsigned long ino)
 
unsigned long ext3_count_free_inodes (struct super_block *sb)
 
unsigned long ext3_count_dirs (struct super_block *sb)
 

Function Documentation

unsigned long ext3_count_dirs ( struct super_block sb)

Definition at line 693 of file ialloc.c.

unsigned long ext3_count_free_inodes ( struct super_block sb)

Definition at line 646 of file ialloc.c.

void ext3_free_inode ( handle_t *  handle,
struct inode inode 
)

Definition at line 79 of file ialloc.c.

struct inode* ext3_new_inode ( handle_t *  handle,
struct inode dir,
const struct qstr qstr,
umode_t  mode 
)
read

Definition at line 346 of file ialloc.c.

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

Definition at line 570 of file ialloc.c.