Whamcloud - gitweb
dumpe2fs: display block bitmap checksum
[tools/e2fsprogs.git] / e2fsck / jfs_user.h
index 9e33306..92f8ae2 100644 (file)
@@ -18,7 +18,7 @@ struct buffer_head {
        e2fsck_t        b_ctx;
        io_channel      b_io;
        int             b_size;
-       blk_t           b_blocknr;
+       unsigned long long b_blocknr;
        int             b_dirty;
        int             b_uptodate;
        int             b_err;
@@ -121,7 +121,7 @@ _INLINE_ size_t journal_tag_bytes(journal_t *journal)
 /*
  * Kernel compatibility functions are defined in journal.c
  */
-int journal_bmap(journal_t *journal, blk64_t block, unsigned long *phys);
+int journal_bmap(journal_t *journal, blk64_t block, unsigned long long *phys);
 struct buffer_head *getblk(kdev_t ctx, blk64_t blocknr, int blocksize);
 void sync_blockdev(kdev_t kdev);
 void ll_rw_block(int rw, int dummy, struct buffer_head *bh[]);