Searched refs:sync_size (Results 1 – 3 of 3) sorted by relevance
26 __le64 sync_size; /* 40 the size of the md device's sync range(3) */ member 59 unsigned long sync_size; member
1215 * return 0 if all the bitmaps have the same sync_size1224 unsigned long sync_size = 0; in cluster_check_sync_size() local 1233 my_sync_size = stats.sync_size; in cluster_check_sync_size() 1268 if (sync_size == 0) { in cluster_check_sync_size() 1269 sync_size = stats.sync_size; in cluster_check_sync_size() 1270 } else if (sync_size != stats.sync_size) { in cluster_check_sync_size() 1277 return (my_sync_size == sync_size) ? 0 : -1; in cluster_check_sync_size() 1285 * 3. The initiator node continues to check each bitmap's sync_size, i[all...]
712 sb->sync_size = cpu_to_le64(bitmap->mddev->resync_max_sectors); in bitmap_update_sb() 749 (unsigned long long)le64_to_cpu(sb->sync_size)/2); in bitmap_print_sb() 808 sb->sync_size = cpu_to_le64(bitmap->mddev->resync_max_sectors); in md_bitmap_new_disk_sb() 918 sb->sync_size = cpu_to_le64(bitmap->mddev->resync_max_sectors); in md_bitmap_read_sb() 2372 stats->sync_size = le64_to_cpu(sb->sync_size); in bitmap_get_stats()