| .. | .. |
|---|
| 30 | 30 | } |
|---|
| 31 | 31 | #endif /* CONFIG_XFS_RT */ |
|---|
| 32 | 32 | |
|---|
| 33 | | -int xfs_bmap_eof(struct xfs_inode *ip, xfs_fileoff_t endoff, |
|---|
| 34 | | - int whichfork, int *eof); |
|---|
| 35 | 33 | int xfs_bmap_punch_delalloc_range(struct xfs_inode *ip, |
|---|
| 36 | 34 | xfs_fileoff_t start_fsb, xfs_fileoff_t length); |
|---|
| 37 | 35 | |
|---|
| .. | .. |
|---|
| 59 | 57 | xfs_off_t len, int alloc_type); |
|---|
| 60 | 58 | int xfs_free_file_space(struct xfs_inode *ip, xfs_off_t offset, |
|---|
| 61 | 59 | xfs_off_t len); |
|---|
| 62 | | -int xfs_zero_file_space(struct xfs_inode *ip, xfs_off_t offset, |
|---|
| 63 | | - xfs_off_t len); |
|---|
| 64 | 60 | int xfs_collapse_file_space(struct xfs_inode *, xfs_off_t offset, |
|---|
| 65 | 61 | xfs_off_t len); |
|---|
| 66 | 62 | int xfs_insert_file_space(struct xfs_inode *, xfs_off_t offset, |
|---|
| .. | .. |
|---|
| 76 | 72 | xfs_daddr_t xfs_fsb_to_db(struct xfs_inode *ip, xfs_fsblock_t fsb); |
|---|
| 77 | 73 | |
|---|
| 78 | 74 | xfs_extnum_t xfs_bmap_count_leaves(struct xfs_ifork *ifp, xfs_filblks_t *count); |
|---|
| 79 | | -int xfs_flush_unmap_range(struct xfs_inode *ip, xfs_off_t offset, |
|---|
| 80 | | - xfs_off_t len); |
|---|
| 81 | 75 | int xfs_bmap_count_blocks(struct xfs_trans *tp, struct xfs_inode *ip, |
|---|
| 82 | 76 | int whichfork, xfs_extnum_t *nextents, |
|---|
| 83 | 77 | xfs_filblks_t *count); |
|---|
| 84 | 78 | |
|---|
| 79 | +int xfs_flush_unmap_range(struct xfs_inode *ip, xfs_off_t offset, |
|---|
| 80 | + xfs_off_t len); |
|---|
| 81 | + |
|---|
| 85 | 82 | #endif /* __XFS_BMAP_UTIL_H__ */ |
|---|