Searched refs:sync_size (Results 1 – 4 of 4) sorted by relevance
239 s32 *sync_size, in fill_sg_in() argument258 if (*sync_size < 0) { in fill_sg_in()273 *sync_size = 0; in fill_sg_in()277 remaining = *sync_size; in fill_sg_in()304 int sync_size, in fill_sg_out() argument313 dummy_buf += sync_size; in fill_sg_out()321 s32 sync_size, u64 rcd_sn) in tls_enc_skb() argument340 sync_size + cipher_desc->tag; in tls_enc_skb()361 rcd_sn, sync_size + payload_len, in tls_enc_skb()393 s32 sync_size = 0; in tls_sw_fallback() local[all …]
35 __le64 sync_size; /* 40 the size of the md device's sync range(3) */ member68 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()
700 sb->sync_size = cpu_to_le64(bitmap->mddev->resync_max_sectors); in bitmap_update_sb()737 (unsigned long long)le64_to_cpu(sb->sync_size)/2); in bitmap_print_sb()796 sb->sync_size = cpu_to_le64(bitmap->mddev->resync_max_sectors); in md_bitmap_new_disk_sb()906 sb->sync_size = cpu_to_le64(bitmap->mddev->resync_max_sectors); in md_bitmap_read_sb()2346 stats->sync_size = le64_to_cpu(sb->sync_size); in bitmap_get_stats()
Completed in 17 milliseconds