Searched refs:bm1 (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dcmp_bitmaps.c30 errcode_t ext2fs_compare_block_bitmap(ext2fs_block_bitmap bm1, argument
35 EXT2_CHECK_MAGIC(bm1, EXT2_ET_MAGIC_BLOCK_BITMAP);
38 if ((bm1->start != bm2->start) ||
39 (bm1->end != bm2->end) ||
40 (memcmp(bm1->bitmap, bm2->bitmap,
41 (size_t) (bm1->end - bm1->start)/8)))
44 for (i = bm1->end - ((bm1->end - bm1
52 ext2fs_compare_inode_bitmap(ext2fs_inode_bitmap bm1, ext2fs_inode_bitmap bm2) argument
[all...]
H A Dext2fs.h554 extern errcode_t ext2fs_compare_block_bitmap(ext2fs_block_bitmap bm1,
556 extern errcode_t ext2fs_compare_inode_bitmap(ext2fs_inode_bitmap bm1,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A DdirCache.h42 unsigned int bm1[DC_BITMAP_SIZE]; member in struct:dirCache_t
H A DdirCache.c81 addBit(cache->bm1, rol(hash,12), checkOnly) &&
153 memset( (*dcp)->bm1, 0, DC_BITMAP_SIZE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/power/
H A Dsnapshot.c726 struct memory_bitmap *bm1, *bm2; local
731 bm1 = kzalloc(sizeof(struct memory_bitmap), GFP_KERNEL);
732 if (!bm1)
735 error = memory_bm_create(bm1, GFP_KERNEL, PG_ANY);
747 forbidden_pages_map = bm1;
758 memory_bm_free(bm1, PG_UNSAFE_CLEAR);
760 kfree(bm1);
773 struct memory_bitmap *bm1, *bm2; local
777 bm1 = forbidden_pages_map;
781 memory_bm_free(bm1, PG_UNSAFE_CLEA
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfs/
H A Dnfs4xdr.c711 static int encode_getattr_two(struct xdr_stream *xdr, uint32_t bm0, uint32_t bm1) argument
719 WRITE32(bm1);

Completed in 122 milliseconds