summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_inode.h')
-rw-r--r--fs/xfs/xfs_inode.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h
index 71e2e78d5b1f..620630ef9a3d 100644
--- a/fs/xfs/xfs_inode.h
+++ b/fs/xfs/xfs_inode.h
@@ -482,13 +482,4 @@ bool xfs_inode_needs_inactivation(struct xfs_inode *ip);
void xfs_inode_inactivation_prep(struct xfs_inode *ip);
void xfs_inode_inactivation_cleanup(struct xfs_inode *ip);
-int xfs_iunlink_init(struct xfs_perag *pag);
-void xfs_iunlink_destroy(struct xfs_perag *pag);
-xfs_agino_t xfs_iunlink_lookup_backref(struct xfs_perag *pag,
- xfs_agino_t agino);
-int xfs_iunlink_add_backref(struct xfs_perag *pag, xfs_agino_t prev_agino,
- xfs_agino_t this_agino);
-int xfs_iunlink_change_backref(struct xfs_perag *pag, xfs_agino_t prev_agino,
- xfs_agino_t this_agino);
-
#endif /* __XFS_INODE_H__ */