diff options
Diffstat (limited to 'fs/xfs/libxfs/xfs_ialloc.h')
-rw-r--r-- | fs/xfs/libxfs/xfs_ialloc.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/xfs/libxfs/xfs_ialloc.h b/fs/xfs/libxfs/xfs_ialloc.h index 144f3eac9b93..90b09c5f163b 100644 --- a/fs/xfs/libxfs/xfs_ialloc.h +++ b/fs/xfs/libxfs/xfs_ialloc.h | |||
@@ -169,12 +169,5 @@ int xfs_inobt_insert_rec(struct xfs_btree_cur *cur, uint16_t holemask, | |||
169 | int *stat); | 169 | int *stat); |
170 | 170 | ||
171 | int xfs_ialloc_cluster_alignment(struct xfs_mount *mp); | 171 | int xfs_ialloc_cluster_alignment(struct xfs_mount *mp); |
172 | void xfs_ialloc_agino_range(struct xfs_mount *mp, xfs_agnumber_t agno, | ||
173 | xfs_agino_t *first, xfs_agino_t *last); | ||
174 | bool xfs_verify_agino(struct xfs_mount *mp, xfs_agnumber_t agno, | ||
175 | xfs_agino_t agino); | ||
176 | bool xfs_verify_ino(struct xfs_mount *mp, xfs_ino_t ino); | ||
177 | bool xfs_internal_inum(struct xfs_mount *mp, xfs_ino_t ino); | ||
178 | bool xfs_verify_dir_ino(struct xfs_mount *mp, xfs_ino_t ino); | ||
179 | 172 | ||
180 | #endif /* __XFS_IALLOC_H__ */ | 173 | #endif /* __XFS_IALLOC_H__ */ |