HomeSort by relevance Sort by last modified time
    Searched refs:fs_block_size (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/misc/
e2undo.c 60 __le32 fs_block_size; /* block size of the target device */ member in struct:undo_header
128 printf("fs block size:\t%u\n", ext2fs_le32_to_cpu(hdr->fs_block_size));
395 undo_ctx.fs_blocksize = ext2fs_le32_to_cpu(undo_ctx.hdr.fs_block_size);
  /external/e2fsprogs/lib/ext2fs/
undo_io.c 94 __le32 fs_block_size; /* block size of the target device */ member in struct:undo_header
235 data->hdr.fs_block_size = ext2fs_cpu_to_le32(block_size);
579 fs_blocksize = ext2fs_le32_to_cpu(hdr.fs_block_size);

Completed in 198 milliseconds