diff options
Diffstat (limited to 'fs/xfs/xfs_bmap_util.h')
-rw-r--r-- | fs/xfs/xfs_bmap_util.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/xfs/xfs_bmap_util.h b/fs/xfs/xfs_bmap_util.h index 061260946f7a..77cf5001719b 100644 --- a/fs/xfs/xfs_bmap_util.h +++ b/fs/xfs/xfs_bmap_util.h | |||
@@ -96,6 +96,10 @@ int xfs_bmap_last_extent(struct xfs_trans *tp, struct xfs_inode *ip, | |||
96 | int xfs_change_file_space(struct xfs_inode *ip, int cmd, | 96 | int xfs_change_file_space(struct xfs_inode *ip, int cmd, |
97 | xfs_flock64_t *bf, xfs_off_t offset, | 97 | xfs_flock64_t *bf, xfs_off_t offset, |
98 | int attr_flags); | 98 | int attr_flags); |
99 | int xfs_alloc_file_space(struct xfs_inode *ip, xfs_off_t offset, | ||
100 | xfs_off_t len, int alloc_type); | ||
101 | int xfs_free_file_space(struct xfs_inode *ip, xfs_off_t offset, | ||
102 | xfs_off_t len); | ||
99 | 103 | ||
100 | /* EOF block manipulation functions */ | 104 | /* EOF block manipulation functions */ |
101 | bool xfs_can_free_eofblocks(struct xfs_inode *ip, bool force); | 105 | bool xfs_can_free_eofblocks(struct xfs_inode *ip, bool force); |