Linux Kernel
3.7.1
|
#include <linux/quotaops.h>
#include <linux/sched.h>
#include <linux/backing-dev.h>
#include <linux/buffer_head.h>
#include <linux/random.h>
#include "ext2.h"
#include "xattr.h"
#include "acl.h"
Go to the source code of this file.
Macros | |
#define | INODE_COST 64 |
#define | BLOCK_COST 256 |
Functions | |
void | ext2_free_inode (struct inode *inode) |
struct inode * | ext2_new_inode (struct inode *dir, umode_t mode, const struct qstr *qstr) |
unsigned long | ext2_count_free_inodes (struct super_block *sb) |
unsigned long | ext2_count_dirs (struct super_block *sb) |
unsigned long ext2_count_dirs | ( | struct super_block * | sb | ) |
unsigned long ext2_count_free_inodes | ( | struct super_block * | sb | ) |