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) */ member59 unsigned long sync_size; member
1224 unsigned long sync_size = 0; in cluster_check_sync_size() local1233 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()
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()
Completed in 15 milliseconds