~ubuntu-branches/ubuntu/utopic/xfsprogs/utopic-proposed

« back to all changes in this revision

Viewing changes to include/xfs_imap.h

  • Committer: Bazaar Package Importer
  • Author(s): Nathan Scott
  • Date: 2009-05-06 11:29:18 UTC
  • mfrom: (8.1.1 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090506112918-uzoyzcp90rtr8td7
Tags: 3.0.2
New bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
        ushort          im_boffset;     /* inode offset in block in bytes */
31
31
} xfs_imap_t;
32
32
 
33
 
#ifdef __KERNEL__
34
33
struct xfs_mount;
35
34
struct xfs_trans;
36
35
int     xfs_imap(struct xfs_mount *, struct xfs_trans *, xfs_ino_t,
37
36
                 xfs_imap_t *, uint);
38
 
#endif
39
37
 
40
38
#endif  /* __XFS_IMAP_H__ */