HomeSort by relevance Sort by last modified time
    Searched defs:bmap (Results 1 - 9 of 9) sorted by null

  /external/e2fsprogs/lib/ext2fs/
check_desc.c 34 ext2fs_block_bitmap bmap; local
44 retval = ext2fs_allocate_block_bitmap(fs, "check_desc map", &bmap);
49 ext2fs_reserve_super_and_bgd(fs, i, bmap);
65 ext2fs_test_block_bitmap(bmap, blk)) {
69 ext2fs_mark_block_bitmap(bmap, blk);
76 ext2fs_test_block_bitmap(bmap, blk)) {
80 ext2fs_mark_block_bitmap(bmap, blk);
93 if (ext2fs_test_block_bitmap(bmap, b)) {
97 ext2fs_mark_block_bitmap(bmap, b);
101 ext2fs_free_block_bitmap(bmap);
    [all...]
imager.c 280 ext2fs_generic_bitmap bmap; local
293 bmap = fs->inode_map;
304 bmap = fs->block_map;
317 retval = ext2fs_get_generic_bitmap_range(bmap,
357 ext2fs_generic_bitmap bmap; local
370 bmap = fs->inode_map;
381 bmap = fs->block_map;
399 retval = ext2fs_set_generic_bitmap_range(bmap,
  /external/e2fsprogs/resize/
resize2fs.h 93 ext2_extent bmap; member in struct:ext2_resize_struct
  /gdk/samples/PhotoEditor/jni/
saturate.cpp 63 int bmap[kMapSize]; local
76 bmap[i] = static_cast<int>(pow(inv, amtB) * 256);
97 int dst_blue = de * bmap[b] >> 8;
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.h 162 struct BitMap *bmap; member in struct:private_hwdata
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastidct.cpp 1863 Int bmap; local
    [all...]
  /external/e2fsprogs/misc/
tune2fs.c 965 * Fill in the block bitmap bmap with the information regarding the
969 ext2fs_block_bitmap bmap)
998 ext2fs_mark_block_bitmap(bmap, j);
1043 static int move_block(ext2_filsys fs, ext2fs_block_bitmap bmap)
1059 if (!ext2fs_test_block_bitmap(bmap, blk))
1137 ext2fs_block_bitmap bmap = (ext2fs_block_bitmap) priv_data; variable
1139 if (!ext2fs_test_block_bitmap(bmap, *block_nr))
1153 static int inode_scan_and_fix(ext2_filsys fs, ext2fs_block_bitmap bmap)
1189 ext2fs_test_block_bitmap(bmap, inode.i_file_acl)) {
1209 process_block, bmap);
1403 ext2fs_block_bitmap bmap; local
    [all...]
  /external/kernel-headers/original/linux/
fs.h 216 #define FIBMAP _IO(0x00,1) /* bmap access */
217 #define FIGETBSZ _IO(0x00,2) /* get the block size used for bmap */
375 sector_t (*bmap)(struct address_space *, sector_t); member in struct:address_space_operations
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1659 milliseconds