ext4_extent_path
struct ext4_extent_path *path = NULL;
ext4_ext_grow_indepth(struct inode *ip, struct ext4_extent_path *path,
struct ext4_extent_path *curpath;
ext4_ext_create_new_leaf(struct inode *ip, struct ext4_extent_path *path,
struct ext4_extent_path *curpath;
ext4_ext_correct_indexes(struct inode *ip, struct ext4_extent_path *path)
ext4_ext_insert_extent(struct inode *ip, struct ext4_extent_path *path,
struct ext4_extent_path *npath;
struct ext4_extent_path *path;
ext4_ext_rm_index(struct inode *ip, struct ext4_extent_path *path)
ext4_ext_rm_leaf(struct inode *ip, struct ext4_extent_path *path,
ext4_ext_more_to_rm(struct ext4_extent_path *path)
struct ext4_extent_path *path;
path = malloc(sizeof(struct ext4_extent_path) * (depth + 1),
ext4_ext_print_path(struct inode *ip, struct ext4_extent_path *path)
ext4_ext_binsearch_index(struct ext4_extent_path *path, int blk)
ext4_ext_binsearch_ext(struct ext4_extent_path *path, int blk)
ext4_ext_fill_path_bdata(struct ext4_extent_path *path,
ext4_ext_fill_path_buf(struct ext4_extent_path *path, struct buf *bp)
ext4_ext_drop_refs(struct ext4_extent_path *path)
ext4_ext_path_free(struct ext4_extent_path *path)
struct ext4_extent_path **ppath)
struct ext4_extent_path *path;
sizeof(struct ext4_extent_path),
ext4_ext_blkpref(struct inode *ip, struct ext4_extent_path *path,
ext4_ext_next_leaf_block(struct inode *ip, struct ext4_extent_path *path)
ext4_ext_dirty(struct inode *ip, struct ext4_extent_path *path)
ext4_ext_insert_index(struct inode *ip, struct ext4_extent_path *path,
ext4_ext_split(struct inode *ip, struct ext4_extent_path *path,
int ext4_ext_find_extent(struct inode *, daddr_t, struct ext4_extent_path **);
void ext4_ext_path_free(struct ext4_extent_path *path);