ext4: add methods to access file mode, owner, atime, mtime, ctime
[lwext4.git] / include / ext4_blockdev.h
index b54c318c754cf5792a17f15192266777dcd38070..92759e4eeeba8e89f16a8f419e7e1b41b1e39470 100644 (file)
@@ -124,6 +124,8 @@ struct ext4_blockdev {
 
        /**@brief   The filesystem this block device belongs to. */
        struct ext4_fs *fs;
+
+       void *journal;
 };
 
 /**@brief   Static initialization of the block device.*/
@@ -182,7 +184,7 @@ int ext4_block_flush_lba(struct ext4_blockdev *bdev, uint64_t lba);
  * @param   bdev block device descriptor
  * @param   lb_size logical block size (in bytes)
  * @return  standard error code*/
-void ext4_block_set_lb_size(struct ext4_blockdev *bdev, uint64_t lb_bsize);
+void ext4_block_set_lb_size(struct ext4_blockdev *bdev, uint32_t lb_bsize);
 
 /**@brief   Block get function (through cache, don't read).
  * @param   bdev block device descriptor