Searched refs:bm1 (Results 1 - 6 of 6) 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.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-R7000-V1.0.7.12_1.2.5/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-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
729 bm1 = kzalloc(sizeof(struct memory_bitmap), GFP_KERNEL);
730 if (!bm1)
733 error = memory_bm_create(bm1, GFP_KERNEL, PG_ANY);
745 forbidden_pages_map = bm1;
756 memory_bm_free(bm1, PG_UNSAFE_CLEAR);
758 kfree(bm1);
771 struct memory_bitmap *bm1, *bm2; local
775 bm1 = forbidden_pages_map;
779 memory_bm_free(bm1, PG_UNSAFE_CLEA
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dnfs4xdr.c992 static void encode_getattr_two(struct xdr_stream *xdr, uint32_t bm0, uint32_t bm1, struct compound_hdr *hdr) argument
1000 *p = cpu_to_be32(bm1);

Completed in 196 milliseconds