Lines Matching refs:ext4_extent_path
184 ext4_ext_print_path(struct inode *ip, struct ext4_extent_path *path)
495 ext4_ext_binsearch_index(struct ext4_extent_path *path, int blk)
520 ext4_ext_binsearch_ext(struct ext4_extent_path *path, int blk)
548 ext4_ext_fill_path_bdata(struct ext4_extent_path *path,
563 ext4_ext_fill_path_buf(struct ext4_extent_path *path, struct buf *bp)
573 ext4_ext_drop_refs(struct ext4_extent_path *path)
589 ext4_ext_path_free(struct ext4_extent_path *path)
601 struct ext4_extent_path **ppath)
604 struct ext4_extent_path *path;
624 sizeof(struct ext4_extent_path),
737 ext4_ext_blkpref(struct inode *ip, struct ext4_extent_path *path,
791 ext4_ext_next_leaf_block(struct inode *ip, struct ext4_extent_path *path)
814 ext4_ext_dirty(struct inode *ip, struct ext4_extent_path *path)
844 ext4_ext_insert_index(struct inode *ip, struct ext4_extent_path *path,
924 ext4_ext_split(struct inode *ip, struct ext4_extent_path *path,
1082 ext4_ext_grow_indepth(struct inode *ip, struct ext4_extent_path *path,
1086 struct ext4_extent_path *curpath;
1143 ext4_ext_create_new_leaf(struct inode *ip, struct ext4_extent_path *path,
1146 struct ext4_extent_path *curpath;
1197 ext4_ext_correct_indexes(struct inode *ip, struct ext4_extent_path *path)
1235 ext4_ext_insert_extent(struct inode *ip, struct ext4_extent_path *path,
1240 struct ext4_extent_path *npath;
1400 struct ext4_extent_path *path;
1531 ext4_ext_rm_index(struct inode *ip, struct ext4_extent_path *path)
1548 ext4_ext_rm_leaf(struct inode *ip, struct ext4_extent_path *path,
1674 ext4_ext_more_to_rm(struct ext4_extent_path *path)
1695 struct ext4_extent_path *path;
1706 path = malloc(sizeof(struct ext4_extent_path) * (depth + 1),