diff options
Diffstat (limited to 'fs/xfs/xfs_reflink.h')
-rw-r--r-- | fs/xfs/xfs_reflink.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fs/xfs/xfs_reflink.h b/fs/xfs/xfs_reflink.h index aa6a4d64bd35..33ac9b8db683 100644 --- a/fs/xfs/xfs_reflink.h +++ b/fs/xfs/xfs_reflink.h | |||
@@ -28,8 +28,10 @@ extern int xfs_reflink_trim_around_shared(struct xfs_inode *ip, | |||
28 | 28 | ||
29 | extern int xfs_reflink_reserve_cow(struct xfs_inode *ip, | 29 | extern int xfs_reflink_reserve_cow(struct xfs_inode *ip, |
30 | struct xfs_bmbt_irec *imap, bool *shared); | 30 | struct xfs_bmbt_irec *imap, bool *shared); |
31 | extern int xfs_reflink_allocate_cow_range(struct xfs_inode *ip, | 31 | extern int xfs_reflink_allocate_cow(struct xfs_inode *ip, |
32 | xfs_off_t offset, xfs_off_t count); | 32 | struct xfs_bmbt_irec *imap, bool *shared, uint *lockmode); |
33 | extern int xfs_reflink_convert_cow(struct xfs_inode *ip, xfs_off_t offset, | ||
34 | xfs_off_t count); | ||
33 | extern bool xfs_reflink_find_cow_mapping(struct xfs_inode *ip, xfs_off_t offset, | 35 | extern bool xfs_reflink_find_cow_mapping(struct xfs_inode *ip, xfs_off_t offset, |
34 | struct xfs_bmbt_irec *imap); | 36 | struct xfs_bmbt_irec *imap); |
35 | extern void xfs_reflink_trim_irec_to_next_cow(struct xfs_inode *ip, | 37 | extern void xfs_reflink_trim_irec_to_next_cow(struct xfs_inode *ip, |