HomeSort by relevance Sort by last modified time
    Searched refs:should_be (Results 1 - 6 of 6) 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 469 blk_t should_be; local
552 should_be = sb->s_frags_per_group >>
554 if (sb->s_blocks_per_group != should_be) {
556 pctx.blk2 = should_be;
562 should_be = (sb->s_log_block_size == 0) ? 1 : 0;
563 if (sb->s_first_data_block != should_be) {
565 pctx.blk2 = should_be;
571 should_be = sb->s_inodes_per_group * fs->group_desc_count;
572 if (sb->s_inodes_count != should_be) {
574 pctx.ino2 = should_be;
    [all...]
pass2.c 480 int should_be = EXT2_FT_UNKNOWN; local
493 should_be = EXT2_FT_DIR;
496 should_be = EXT2_FT_REG_FILE;
500 should_be = 0;
504 should_be = ext2_file_type(inode.i_mode);
506 if (filetype == should_be)
508 pctx->num = should_be;
514 dirent->name_len = (dirent->name_len & 0xFF) | should_be << 8;
    [all...]
pass1.c 1374 __u32 should_be; local
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.cc 158 static inline bool current_thread_is(pthread_t should_be) {
162 return pthread_equal(pthread_self(), should_be);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.cc 166 static inline bool current_thread_is(pthread_t should_be) {
170 return pthread_equal(pthread_self(), should_be);
    [all...]

Completed in 140 milliseconds