From a9ba7534a146dae22cd2a5d7487bf076d81e1e8d Mon Sep 17 00:00:00 2001 From: "(none)!yura" <(none)!yura> Date: Sun, 10 Oct 2004 17:20:48 +0000 Subject: [PATCH] - add prototypes (Logical change 1.599) --- include/ntfs/inode.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/ntfs/inode.h b/include/ntfs/inode.h index 0364fd0c..1ca6c201 100644 --- a/include/ntfs/inode.h +++ b/include/ntfs/inode.h @@ -128,6 +128,8 @@ extern int ntfs_inode_close(ntfs_inode *ni); extern ntfs_inode *ntfs_extent_inode_open(ntfs_inode *base_ni, const MFT_REF mref); + +extern int ntfs_inode_attach_all_extents(ntfs_inode *ni); /** * ntfs_inode_mark_dirty - set the inode (and its base inode if it exists) dirty @@ -149,5 +151,7 @@ extern int ntfs_inode_sync(ntfs_inode *ni); extern int ntfs_inode_add_attrlist(ntfs_inode *ni); +extern int ntfs_inode_free_space(ntfs_inode *ni, int size); + #endif /* defined _NTFS_INODE_H */