Linux Kernel
3.7.1
|
#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 inode * | ext3_new_inode (handle_t *handle, struct inode *dir, const struct qstr *qstr, umode_t mode) |
struct inode * | ext3_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) |
unsigned long ext3_count_dirs | ( | struct super_block * | sb | ) |
unsigned long ext3_count_free_inodes | ( | struct super_block * | sb | ) |