* structures will be attached to the xfs_mount.
  */
 struct xfs_da_geometry {
-       int             blksize;        /* da block size in bytes */
-       int             fsbcount;       /* da block size in filesystem blocks */
+       unsigned int    blksize;        /* da block size in bytes */
+       unsigned int    fsbcount;       /* da block size in filesystem blocks */
        uint8_t         fsblog;         /* log2 of _filesystem_ block size */
        uint8_t         blklog;         /* log2 of da block size */
-       uint            node_ents;      /* # of entries in a danode */
-       int             magicpct;       /* 37% of block size in bytes */
+       unsigned int    node_ents;      /* # of entries in a danode */
+       unsigned int    magicpct;       /* 37% of block size in bytes */
        xfs_dablk_t     datablk;        /* blockno of dir data v2 */
        xfs_dablk_t     leafblk;        /* blockno of leaf data v2 */
        xfs_dablk_t     freeblk;        /* blockno of free data v2 */