Home
last modified time | relevance | path

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

/freebsd/sys/fs/ext2fs/
H A Dext2_extents.c573 ext4_ext_drop_refs(struct ext4_extent_path *path) in ext4_ext_drop_refs()
589 ext4_ext_path_free(struct ext4_extent_path *path) in ext4_ext_path_free()
601 struct ext4_extent_path **ppath) in ext4_ext_find_extent()
604 struct ext4_extent_path *path; in ext4_ext_find_extent()
624 sizeof(struct ext4_extent_path), in ext4_ext_find_extent()
1086 struct ext4_extent_path *curpath; in ext4_ext_grow_indepth()
1146 struct ext4_extent_path *curpath; in ext4_ext_create_new_leaf()
1240 struct ext4_extent_path *npath; in ext4_ext_insert_extent()
1400 struct ext4_extent_path *path; in ext4_ext_get_blocks()
1674 ext4_ext_more_to_rm(struct ext4_extent_path *path) in ext4_ext_more_to_rm()
[all …]
H A Dext2_extents.h95 struct ext4_extent_path { struct
123 int ext4_ext_find_extent(struct inode *, daddr_t, struct ext4_extent_path **); argument
124 void ext4_ext_path_free(struct ext4_extent_path *path);
H A Dext2_bmap.c99 struct ext4_extent_path *path = NULL; in ext4_bmapext()