xfs: Add support FALLOC_FL_INSERT_RANGE for fallocate
[sfrench/cifs-2.6.git] / fs / xfs / xfs_bmap_util.h
index 736429a72a12843d0a7ca6c5626059024566c870..af97d9a1dfb449230139891d53ff89a175fabbfc 100644 (file)
@@ -63,6 +63,8 @@ int   xfs_zero_file_space(struct xfs_inode *ip, xfs_off_t offset,
                            xfs_off_t len);
 int    xfs_collapse_file_space(struct xfs_inode *, xfs_off_t offset,
                                xfs_off_t len);
+int    xfs_insert_file_space(struct xfs_inode *, xfs_off_t offset,
+                               xfs_off_t len);
 
 /* EOF block manipulation functions */
 bool   xfs_can_free_eofblocks(struct xfs_inode *ip, bool force);