]> err.no Git - linux-2.6/blobdiff - include/linux/ext4_fs_extents.h
pci/irq: restore mask_bits in msi shutdown -v3
[linux-2.6] / include / linux / ext4_fs_extents.h
index 1cfb4854c964ef2673c229ff5a79202409e5aafa..1285c583b2d868421366fc71bb05cc12c507225f 100644 (file)
@@ -223,5 +223,10 @@ extern unsigned int ext4_ext_check_overlap(struct inode *, struct ext4_extent *,
 extern int ext4_ext_insert_extent(handle_t *, struct inode *, struct ext4_ext_path *, struct ext4_extent *);
 extern struct ext4_ext_path *ext4_ext_find_extent(struct inode *, ext4_lblk_t,
                                                        struct ext4_ext_path *);
+extern int ext4_ext_search_left(struct inode *, struct ext4_ext_path *,
+                                               ext4_lblk_t *, ext4_fsblk_t *);
+extern int ext4_ext_search_right(struct inode *, struct ext4_ext_path *,
+                                               ext4_lblk_t *, ext4_fsblk_t *);
+extern void ext4_ext_drop_refs(struct ext4_ext_path *);
 #endif /* _LINUX_EXT4_EXTENTS */