aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_imap.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_imap.h')
-rw-r--r--fs/xfs/xfs_imap.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/xfs/xfs_imap.h b/fs/xfs/xfs_imap.h
index f9ce62890ea..08690005739 100644
--- a/fs/xfs/xfs_imap.h
+++ b/fs/xfs/xfs_imap.h
@@ -25,14 +25,7 @@
25typedef struct xfs_imap { 25typedef struct xfs_imap {
26 xfs_daddr_t im_blkno; /* starting BB of inode chunk */ 26 xfs_daddr_t im_blkno; /* starting BB of inode chunk */
27 uint im_len; /* length in BBs of inode chunk */ 27 uint im_len; /* length in BBs of inode chunk */
28 xfs_agblock_t im_agblkno; /* logical block of inode chunk in ag */
29 ushort im_ioffset; /* inode offset in block in "inodes" */
30 ushort im_boffset; /* inode offset in block in bytes */ 28 ushort im_boffset; /* inode offset in block in bytes */
31} xfs_imap_t; 29} xfs_imap_t;
32 30
33struct xfs_mount;
34struct xfs_trans;
35int xfs_imap(struct xfs_mount *, struct xfs_trans *, xfs_ino_t,
36 xfs_imap_t *, uint);
37
38#endif /* __XFS_IMAP_H__ */ 31#endif /* __XFS_IMAP_H__ */