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 476 blk64_t should_be; local
560 should_be = (sb->s_log_block_size == 0 &&
562 if (sb->s_first_data_block != should_be) {
564 pctx.blk2 = should_be;
570 should_be = (blk64_t)sb->s_inodes_per_group * fs->group_desc_count;
571 if (should_be > UINT_MAX)
572 should_be = UINT_MAX;
573 if (sb->s_inodes_count != should_be) {
575 pctx.ino2 = should_be;
577 sb->s_inodes_count = should_be;
    [all...]
pass2.c 507 int should_be = EXT2_FT_UNKNOWN; local
519 should_be = EXT2_FT_DIR;
522 should_be = EXT2_FT_REG_FILE;
526 should_be = 0;
530 should_be = ext2_file_type(inode.i_mode);
532 if (filetype == should_be)
534 pctx->num = should_be;
540 ext2fs_dirent_set_file_type(dirent, should_be);
    [all...]
pass1.c 2178 __u32 should_be; local
    [all...]

Completed in 138 milliseconds