Searched refs:should_be (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/util/
H A Dcopy_sparse.c95 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;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Dsuper.c468 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...]
H A Dpass2.c485 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;
H A Dpass1.c1217 __u32 should_be; local
1234 should_be = header->h_refcount + adjust_sign * count;
1235 pctx.num = should_be;
1237 header->h_refcount = should_be;

Completed in 49 milliseconds