Searched refs:ext4_extent_path (Results 1 – 3 of 3) sorted by relevance
184 ext4_ext_print_path(struct inode *ip, struct ext4_extent_path *path) in ext4_ext_print_path()491 ext4_ext_binsearch_index(struct ext4_extent_path *path, int blk) in ext4_ext_binsearch_index()516 ext4_ext_binsearch_ext(struct ext4_extent_path *path, int blk) in ext4_ext_binsearch_ext()544 ext4_ext_fill_path_bdata(struct ext4_extent_path *path, in ext4_ext_fill_path_bdata()559 ext4_ext_fill_path_buf(struct ext4_extent_path *path, struct buf *bp) in ext4_ext_fill_path_buf()569 ext4_ext_drop_refs(struct ext4_extent_path *path) in ext4_ext_drop_refs()585 ext4_ext_path_free(struct ext4_extent_path *path) in ext4_ext_path_free()597 struct ext4_extent_path **ppath) in ext4_ext_find_extent()600 struct ext4_extent_path *path; in ext4_ext_find_extent()620 sizeof(struct ext4_extent_path), in ext4_ext_find_extent()[all …]
95 struct ext4_extent_path { struct123 int ext4_ext_find_extent(struct inode *, daddr_t, struct ext4_extent_path **); argument124 void ext4_ext_path_free(struct ext4_extent_path *path);
99 struct ext4_extent_path *path = NULL; in ext4_bmapext()