Searched refs:bm2 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dcmp_bitmaps.c31 ext2fs_block_bitmap bm2)
36 EXT2_CHECK_MAGIC(bm2, EXT2_ET_MAGIC_BLOCK_BITMAP);
38 if ((bm1->start != bm2->start) ||
39 (bm1->end != bm2->end) ||
40 (memcmp(bm1->bitmap, bm2->bitmap,
46 ext2fs_fast_test_block_bitmap(bm2, i))
53 ext2fs_inode_bitmap bm2)
58 EXT2_CHECK_MAGIC(bm2, EXT2_ET_MAGIC_INODE_BITMAP);
60 if ((bm1->start != bm2->start) ||
61 (bm1->end != bm2
30 ext2fs_compare_block_bitmap(ext2fs_block_bitmap bm1, ext2fs_block_bitmap bm2) argument
52 ext2fs_compare_inode_bitmap(ext2fs_inode_bitmap bm1, ext2fs_inode_bitmap bm2) argument
[all...]
H A Dext2fs.h555 ext2fs_block_bitmap bm2);
557 ext2fs_inode_bitmap bm2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A DdirCache.h43 unsigned int bm2[DC_BITMAP_SIZE]; member in struct:dirCache_t
H A DdirCache.c82 addBit(cache->bm2, rol(hash,24), checkOnly);
154 memset( (*dcp)->bm2, 0, DC_BITMAP_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Dsnapshot.c724 struct memory_bitmap *bm1, *bm2; local
737 bm2 = kzalloc(sizeof(struct memory_bitmap), GFP_KERNEL);
738 if (!bm2)
741 error = memory_bm_create(bm2, GFP_KERNEL, PG_ANY);
746 free_pages_map = bm2;
754 kfree(bm2);
771 struct memory_bitmap *bm1, *bm2; local
776 bm2 = free_pages_map;
781 memory_bm_free(bm2, PG_UNSAFE_CLEAR);
782 kfree(bm2);
[all...]

Completed in 31 milliseconds