Searched refs:ext4_extent_path (Results 1 – 3 of 3) sorted by relevance
342 ext4_ext_drop_refs(struct ext4_extent_path *path) in ext4_ext_drop_refs()358 ext4_ext_path_free(struct ext4_extent_path *path) in ext4_ext_path_free()370 struct ext4_extent_path **ppath) in ext4_ext_find_extent()374 struct ext4_extent_path *path; in ext4_ext_find_extent()395 sizeof(struct ext4_extent_path), in ext4_ext_find_extent()890 struct ext4_extent_path *curpath; in ext4_ext_grow_indepth()946 struct ext4_extent_path *curpath; in ext4_ext_create_new_leaf()1040 struct ext4_extent_path *npath; in ext4_ext_insert_extent()1198 struct ext4_extent_path *path; in ext4_ext_get_blocks()1479 ext4_ext_more_to_rm(struct ext4_extent_path *path) in ext4_ext_more_to_rm()[all …]
97 struct ext4_extent_path { struct125 int ext4_ext_find_extent(struct inode *, daddr_t, struct ext4_extent_path **); argument126 void ext4_ext_path_free(struct ext4_extent_path *path);
99 struct ext4_extent_path *path = NULL; in ext4_bmapext()