Searched refs:inuse (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | alloc_stats.c | 18 int inuse, int isdir) in ext2fs_inode_alloc_stats2() argument 29 if (inuse > 0) in ext2fs_inode_alloc_stats2() 33 fs->group_desc[group].bg_free_inodes_count -= inuse; in ext2fs_inode_alloc_stats2() 35 fs->group_desc[group].bg_used_dirs_count += inuse; in ext2fs_inode_alloc_stats2() 53 fs->super->s_free_inodes_count -= inuse; in ext2fs_inode_alloc_stats2() 58 void ext2fs_inode_alloc_stats(ext2_filsys fs, ext2_ino_t ino, int inuse) in ext2fs_inode_alloc_stats() argument 60 ext2fs_inode_alloc_stats2(fs, ino, inuse, 0); in ext2fs_inode_alloc_stats() 63 void ext2fs_block_alloc_stats(ext2_filsys fs, blk_t blk, int inuse) in ext2fs_block_alloc_stats() argument 74 if (inuse > 0) in ext2fs_block_alloc_stats() 78 fs->group_desc[group].bg_free_blocks_count -= inuse; in ext2fs_block_alloc_stats() [all …]
|
D | ext2fs.h | 248 void (*block_alloc_stats)(ext2_filsys fs, blk64_t blk, int inuse); 588 int inuse), 591 int inuse)); 594 void ext2fs_inode_alloc_stats(ext2_filsys fs, ext2_ino_t ino, int inuse); 596 int inuse, int isdir); 597 void ext2fs_block_alloc_stats(ext2_filsys fs, blk_t blk, int inuse);
|
/external/valgrind/main/VEX/priv/ |
D | ir_opt.c | 174 Bool* inuse; member 187 h->inuse = LibVEX_Alloc(h->size * sizeof(Bool)); in newHHW() 201 if (h->inuse[i] && h->key[i] == key) { in lookupHHW() 220 if (h->inuse[i] && h->key[i] == key) { in addToHHW() 233 if (!h->inuse[i]) continue; in addToHHW() 241 h->inuse = inuse2; in addToHHW() 248 h->inuse[h->used] = True; in addToHHW() 573 if (!h->inuse[j]) in invalidateOverlaps() 582 h->inuse[j] = False; in invalidateOverlaps() 665 env->inuse[j] = False; in redundant_get_removal_BB() [all …]
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | FastMalloc.cpp | 1058 int inuse() const { return inuse_; } in inuse() function in WTF::PageHeapAllocator 3342 uint64_t(span_allocator.inuse()), in CreateCacheIfNecessary() 3343 uint64_t(threadheap_allocator.inuse()), in CreateCacheIfNecessary()
|
/external/e2fsprogs/e2fsck/ |
D | pass1.c | 2714 static void e2fsck_block_alloc_stats(ext2_filsys fs, blk64_t blk, int inuse) in e2fsck_block_alloc_stats() argument 2719 if (inuse > 0) in e2fsck_block_alloc_stats()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 17048 (KXMLCore::PageHeapAllocator::inuse):
|