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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Dbitmap.h274 int bitmap_start_sync(struct bitmap *bitmap, sector_t offset, int *blocks, int degraded);
H A Dbitmap.c114 /* This can happen if bitmap_start_sync goes beyond
1455 int bitmap_start_sync(struct bitmap *bitmap, sector_t offset, int *blocks, function
1458 /* bitmap_start_sync must always report on multiples of whole
1477 EXPORT_SYMBOL(bitmap_start_sync); variable
1794 bitmap_start_sync(bitmap, sector, &blocks, 0);
H A Draid10.c1915 must_sync = bitmap_start_sync(mddev->bitmap, sect,
1951 must_sync = bitmap_start_sync(mddev->bitmap, sect,
2021 if (!bitmap_start_sync(mddev->bitmap, sector_nr,
H A Draid1.c1789 * This call the bitmap_start_sync doesn't actually record anything
1791 if (!bitmap_start_sync(mddev->bitmap, sector_nr, &sync_blocks, 1) &&
1901 if (!bitmap_start_sync(mddev->bitmap, sector_nr,
H A Draid5.c4408 if (!bitmap_start_sync(mddev->bitmap, sector_nr, &sync_blocks, 1) &&
4436 bitmap_start_sync(mddev->bitmap, sector_nr, &sync_blocks, still_degraded);

Completed in 82 milliseconds