HomeSort by relevance Sort by last modified time
    Searched defs:fs_blocksize (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/lib/ext2fs/
e2image.h 24 __u32 fs_blocksize; /* Block size of the filesystem */ member in struct:ext2_image_hdr
undo_io.c 551 unsigned int blocksize, fs_blocksize; local
579 fs_blocksize = ext2fs_le32_to_cpu(hdr.fs_block_size);
582 !blocksize || !fs_blocksize)
649 blk64_t undo_blk = fsblk * fs_blocksize / blocksize;
  /external/e2fsprogs/misc/
e2undo.c 98 unsigned int blocksize, fs_blocksize; member in struct:undo_context
395 undo_ctx.fs_blocksize = ext2fs_le32_to_cpu(undo_ctx.hdr.fs_block_size);
396 if (undo_ctx.blocksize == 0 || undo_ctx.fs_blocksize == 0) {
586 io_channel_set_blksize(channel, undo_ctx.fs_blocksize);

Completed in 184 milliseconds