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

  /external/e2fsprogs/util/
copy_sparse.c 95 off64_t offset = 0, should_be; local
152 should_be = ((off64_t) lb) * bs;
153 if (offset != should_be) {
155 printf("Seeking to %lld\n", should_be);
156 if (lseek64(fd, should_be, SEEK_SET) == (off_t) -1) {
160 if (lseek64(ofd, should_be, SEEK_SET) == (off_t) -1) {
164 offset = should_be;
  /external/e2fsprogs/e2fsck/
super.c 468 blk_t should_be; local
545 should_be = sb->s_frags_per_group >>
547 if (sb->s_blocks_per_group != should_be) {
549 pctx.blk2 = should_be;
555 should_be = (sb->s_log_block_size == 0) ? 1 : 0;
556 if (sb->s_first_data_block != should_be) {
558 pctx.blk2 = should_be;
564 should_be = sb->s_inodes_per_group * fs->group_desc_count;
565 if (sb->s_inodes_count != should_be) {
567 pctx.ino2 = should_be;
    [all...]
pass2.c 485 int should_be = EXT2_FT_UNKNOWN; local
498 should_be = EXT2_FT_DIR;
501 should_be = EXT2_FT_REG_FILE;
505 should_be = 0;
509 should_be = ext2_file_type(inode.i_mode);
511 if (filetype == should_be)
513 pctx->num = should_be;
519 dirent->name_len = (dirent->name_len & 0xFF) | should_be << 8;
    [all...]
pass1.c 1217 __u32 should_be; local
    [all...]

Completed in 194 milliseconds