Searched defs:bmap (Results 1 - 10 of 10) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dalloc_sb.c32 ext2fs_block_bitmap bmap)
47 ext2fs_mark_block_bitmap(bmap, super_blk);
51 ext2fs_mark_block_bitmap(bmap, old_desc_blk + j);
54 ext2fs_mark_block_bitmap(bmap, new_desc_blk);
30 ext2fs_reserve_super_and_bgd(ext2_filsys fs, dgrp_t group, ext2fs_block_bitmap bmap) argument
H A Drs_bitmap.c30 ext2fs_generic_bitmap bmap)
36 if (!bmap)
39 EXT2_CHECK_MAGIC(bmap, EXT2_ET_MAGIC_GENERIC_BITMAP);
45 if (new_end > bmap->end) {
46 bitno = bmap->real_end;
49 for (; bitno > bmap->end; bitno--)
50 ext2fs_clear_bit(bitno - bmap->start, bmap->bitmap);
52 if (new_real_end == bmap->real_end) {
53 bmap
29 ext2fs_resize_generic_bitmap(__u32 new_end, __u32 new_real_end, ext2fs_generic_bitmap bmap) argument
73 ext2fs_resize_inode_bitmap(__u32 new_end, __u32 new_real_end, ext2fs_inode_bitmap bmap) argument
90 ext2fs_resize_block_bitmap(__u32 new_end, __u32 new_real_end, ext2fs_block_bitmap bmap) argument
[all...]
H A Dalloc_tables.c31 ext2fs_block_bitmap bmap)
40 if (!bmap)
41 bmap = fs->block_map;
48 1, bmap, &start_blk);
61 1, bmap, &new_blk);
64 last_blk, 1, bmap, &new_blk);
67 ext2fs_mark_block_bitmap(bmap, new_blk);
73 1, bmap, &new_blk);
76 last_blk, 1, bmap, &new_blk);
79 ext2fs_mark_block_bitmap(bmap, new_bl
30 ext2fs_allocate_group_table(ext2_filsys fs, dgrp_t group, ext2fs_block_bitmap bmap) argument
[all...]
/external/e2fsprogs/e2fsck/
H A Dswapfs.c205 static void ext2fs_swap_bitmap(ext2fs_generic_bitmap bmap) argument
207 __u32 *p = (__u32 *) bmap->bitmap;
208 int n, nbytes = (bmap->end - bmap->start + 7) / 8;
/external/e2fsprogs/resize/
H A Dresize2fs.h93 ext2_extent bmap; member in struct:ext2_resize_struct
H A Dresize2fs.c545 ext2fs_block_bitmap bmap)
560 ext2fs_reserve_super_and_bgd(fs, i, bmap);
568 ext2fs_mark_block_bitmap(bmap, b);
573 ext2fs_mark_block_bitmap(bmap,
579 ext2fs_mark_block_bitmap(bmap,
926 retval = ext2fs_create_extent_table(&rfs->bmap, 0);
954 ext2fs_add_extent_entry(rfs->bmap, blk, new_blk);
959 if (rfs->bmap) {
960 ext2fs_free_extent_table(rfs->bmap);
961 rfs->bmap
544 mark_table_blocks(ext2_filsys fs, ext2fs_block_bitmap bmap) argument
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
H A DSDL_cgxvideo.h162 struct BitMap *bmap; member in struct:private_hwdata
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
H A Dfastidct.cpp1864 Int bmap; local
1996 bmap = (Int)bitmapcol[i];
1997 if (bmap)
1999 if ((bmap&0xf) == 0)
2000 (*(idctcolVCA[bmap>>4]))(ptr);
/external/webkit/WebCore/html/
H A DHTMLParser.cpp455 NamedNodeMap* bmap = existingHTML->attributes(false); local
458 if (!bmap->getAttributeItem(it->name()))
499 NamedNodeMap* bmap = existingBody->attributes(false); local
502 if (!bmap->getAttributeItem(it->name()))
/external/kernel-headers/original/linux/
H A Dfs.h216 #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
1549 extern sector_t bmap(struct inode *, sector_t);

Completed in 81 milliseconds