summaryrefslogtreecommitdiffstats
path: root/kernel/fs/xfs/xfs_aops.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fs/xfs/xfs_aops.h')
-rw-r--r--kernel/fs/xfs/xfs_aops.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/kernel/fs/xfs/xfs_aops.h b/kernel/fs/xfs/xfs_aops.h
index ac644e013..f6ffc9ae5 100644
--- a/kernel/fs/xfs/xfs_aops.h
+++ b/kernel/fs/xfs/xfs_aops.h
@@ -53,7 +53,13 @@ typedef struct xfs_ioend {
} xfs_ioend_t;
extern const struct address_space_operations xfs_address_space_operations;
-extern int xfs_get_blocks(struct inode *, sector_t, struct buffer_head *, int);
+
+int xfs_get_blocks(struct inode *inode, sector_t offset,
+ struct buffer_head *map_bh, int create);
+int xfs_get_blocks_direct(struct inode *inode, sector_t offset,
+ struct buffer_head *map_bh, int create);
+int xfs_get_blocks_dax_fault(struct inode *inode, sector_t offset,
+ struct buffer_head *map_bh, int create);
extern void xfs_count_page_state(struct page *, int *, int *);