Home
last modified time | relevance | path

Searched refs:ext4_extent_path (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/fs/ext2fs/
H A Dext2_extents.c342 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 …]
H A Dext2_extents.h97 struct ext4_extent_path { struct
125 int ext4_ext_find_extent(struct inode *, daddr_t, struct ext4_extent_path **); argument
126 void ext4_ext_path_free(struct ext4_extent_path *path);
H A Dext2_bmap.c99 struct ext4_extent_path *path = NULL; in ext4_bmapext()