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

« back to all changes in this revision

Viewing changes to copy/xfs_copy.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
 * each of which is an AG and has an ag_header at the beginning.
31
31
 */
32
32
typedef struct ag_header  {
33
 
        xfs_sb_t        *xfs_sb;        /* superblock for filesystem or AG */
 
33
        xfs_dsb_t       *xfs_sb;        /* superblock for filesystem or AG */
34
34
        xfs_agf_t       *xfs_agf;       /* free space info */
35
35
        xfs_agi_t       *xfs_agi;       /* free inode info */
36
36
        xfs_agfl_t      *xfs_agfl;      /* AG freelist */