Searched defs:should_be (Results 1 - 6 of 6) sorted by relevance

/external/e2fsprogs/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;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmemory_region_map.cc166 static inline bool current_thread_is(pthread_t should_be) { argument
170 return pthread_equal(pthread_self(), should_be);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmemory_region_map.cc158 static inline bool current_thread_is(pthread_t should_be) { argument
162 return pthread_equal(pthread_self(), should_be);
/external/e2fsprogs/e2fsck/
H A Dsuper.c478 blk64_t should_be; local
562 should_be = (sb->s_log_block_size == 0 &&
564 if (sb->s_first_data_block != should_be) {
566 pctx.blk2 = should_be;
572 should_be = sb->s_inodes_per_group * fs->group_desc_count;
573 if (sb->s_inodes_count != should_be) {
575 pctx.ino2 = should_be;
577 sb->s_inodes_count = should_be;
649 should_be = 0;
657 should_be
[all...]
H A Dpass2.c486 int should_be = EXT2_FT_UNKNOWN; local
499 should_be = EXT2_FT_DIR;
502 should_be = EXT2_FT_REG_FILE;
506 should_be = 0;
510 should_be = ext2_file_type(inode.i_mode);
512 if (filetype == should_be)
514 pctx->num = should_be;
520 dirent->name_len = (dirent->name_len & 0xFF) | should_be << 8;
H A Dpass1.c1457 __u32 should_be; local
1474 should_be = header->h_refcount + adjust_sign * count;
1475 pctx.num = should_be;
1477 header->h_refcount = should_be;

Completed in 5790 milliseconds