~ubuntu-branches/ubuntu/trusty/xfsprogs/trusty

« back to all changes in this revision

Viewing changes to repair/dinode.h

  • Committer: Package Import Robot
  • Author(s): Nathan Scott
  • Date: 2012-10-31 13:29:00 UTC
  • Revision ID: package-import@ubuntu.com-20121031132900-t882ce2437ex9zr7
Tags: 3.1.9
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
int
43
43
process_bmbt_reclist(xfs_mount_t        *mp,
44
44
                xfs_bmbt_rec_t          *rp,
45
 
                int                     numrecs,
 
45
                int                     *numrecs,
46
46
                int                     type,
47
47
                xfs_ino_t               ino,
48
48
                xfs_drfsbno_t           *tot,
55
55
scan_bmbt_reclist(
56
56
        xfs_mount_t             *mp,
57
57
        xfs_bmbt_rec_t          *rp,
58
 
        int                     numrecs,
 
58
        int                     *numrecs,
59
59
        int                     type,
60
60
        xfs_ino_t               ino,
61
61
        xfs_drfsbno_t           *tot,
62
62
        int                     whichfork);
63
63
 
64
 
int
65
 
verify_inode_chunk(xfs_mount_t          *mp,
66
 
                        xfs_ino_t       ino,
67
 
                        xfs_ino_t       *start_ino);
68
 
 
69
 
int     verify_aginode_chunk(xfs_mount_t        *mp,
70
 
                                xfs_agnumber_t  agno,
71
 
                                xfs_agino_t     agino,
72
 
                                xfs_agino_t     *agino_start);
73
 
 
74
 
int
75
 
clear_dinode(xfs_mount_t *mp, xfs_dinode_t *dino, xfs_ino_t ino_num);
76
 
 
77
64
void
78
65
update_rootino(xfs_mount_t *mp);
79
66