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.c184 ext4_ext_print_path(struct inode *ip, struct ext4_extent_path *path) in ext4_ext_print_path()
495 ext4_ext_binsearch_index(struct ext4_extent_path *path, int blk) in ext4_ext_binsearch_index()
520 ext4_ext_binsearch_ext(struct ext4_extent_path *path, int blk) in ext4_ext_binsearch_ext()
548 ext4_ext_fill_path_bdata(struct ext4_extent_path *path, in ext4_ext_fill_path_bdata()
563 ext4_ext_fill_path_buf(struct ext4_extent_path *path, struct buf *bp) in ext4_ext_fill_path_buf()
573 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()
[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()