#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.
|
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 inode * | ext4_new_inode (handle_t *handle, struct inode *dir, umode_t mode, const struct qstr *qstr, __u32 goal, uid_t *owner) |
|
struct inode * | ext4_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) |
|
void ext4_end_bitmap_read |
( |
struct buffer_head * |
bh, |
|
|
int |
uptodate |
|
) |
| |
void ext4_mark_bitmap_end |
( |
int |
start_bit, |
|
|
int |
end_bit, |
|
|
char * |
bitmap |
|
) |
| |