|
@@ -503,7 +503,7 @@ uint xfs_ilock_map_shared(xfs_inode_t *);
|
|
void xfs_iunlock_map_shared(xfs_inode_t *, uint);
|
|
void xfs_iunlock_map_shared(xfs_inode_t *, uint);
|
|
void xfs_ireclaim(xfs_inode_t *);
|
|
void xfs_ireclaim(xfs_inode_t *);
|
|
int xfs_finish_reclaim(xfs_inode_t *, int, int);
|
|
int xfs_finish_reclaim(xfs_inode_t *, int, int);
|
|
-int xfs_finish_reclaim_all(struct xfs_mount *, int);
|
|
|
|
|
|
+int xfs_finish_reclaim_all(struct xfs_mount *, int, int);
|
|
|
|
|
|
/*
|
|
/*
|
|
* xfs_inode.c prototypes.
|
|
* xfs_inode.c prototypes.
|
|
@@ -530,7 +530,6 @@ void xfs_iext_realloc(xfs_inode_t *, int, int);
|
|
void xfs_ipin(xfs_inode_t *);
|
|
void xfs_ipin(xfs_inode_t *);
|
|
void xfs_iunpin(xfs_inode_t *);
|
|
void xfs_iunpin(xfs_inode_t *);
|
|
int xfs_iflush(xfs_inode_t *, uint);
|
|
int xfs_iflush(xfs_inode_t *, uint);
|
|
-void xfs_iflush_all(struct xfs_mount *);
|
|
|
|
void xfs_ichgtime(xfs_inode_t *, int);
|
|
void xfs_ichgtime(xfs_inode_t *, int);
|
|
xfs_fsize_t xfs_file_last_byte(xfs_inode_t *);
|
|
xfs_fsize_t xfs_file_last_byte(xfs_inode_t *);
|
|
void xfs_lock_inodes(xfs_inode_t **, int, uint);
|
|
void xfs_lock_inodes(xfs_inode_t **, int, uint);
|