Home
last modified time | relevance | path

Searched refs:h_size (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/fs/xfs/
Dxfs_log_recover.c596 uint h_size = be32_to_cpu(head->h_size); in xlog_find_verify_log_record() local
598 xhdrs = h_size / XLOG_HEADER_CYCLE_SIZE; in xlog_find_verify_log_record()
599 if (h_size % XLOG_HEADER_CYCLE_SIZE) in xlog_find_verify_log_record()
1235 be32_to_cpu((*rhead)->h_size)); in xlog_verify_head()
1291 int h_size = be32_to_cpu(rhead->h_size); in xlog_check_unmount_rec() local
1295 (h_size > XLOG_HEADER_CYCLE_SIZE)) { in xlog_check_unmount_rec()
1296 hblks = h_size / XLOG_HEADER_CYCLE_SIZE; in xlog_check_unmount_rec()
1297 if (h_size % XLOG_HEADER_CYCLE_SIZE) in xlog_check_unmount_rec()
5315 int error = 0, h_size, h_len; in xlog_do_recovery_pass() local
5363 h_size = be32_to_cpu(rhead->h_size); in xlog_do_recovery_pass()
[all …]
Dxfs_log.c1549 head->h_size = cpu_to_be32(log->l_iclog_size); in xlog_alloc_log()
/Linux-v4.19/net/batman-adv/
Dnetwork-coding.c1663 const int h_size = sizeof(struct batadv_unicast_packet); in batadv_nc_skb_decode_packet() local
1664 const int h_diff = sizeof(struct batadv_coded_packet) - h_size; in batadv_nc_skb_decode_packet()
1720 batadv_nc_memxor(skb->data + h_size, in batadv_nc_skb_decode_packet()
1721 nc_packet->skb->data + h_size, in batadv_nc_skb_decode_packet()
1725 if (nc_packet->skb->len > coding_len + h_size) { in batadv_nc_skb_decode_packet()
1726 err = pskb_trim_rcsum(skb, coding_len + h_size); in batadv_nc_skb_decode_packet()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_legacy_tv.c519 (tv_dac->h_size * (int)(NTSC_TV_H_SIZE_UNIT) + (int)(NTSC_TV_ZERO_H_SIZE))); in radeon_legacy_tv_init_restarts()
522 (tv_dac->h_size * (int)(PAL_TV_H_SIZE_UNIT) + (int)(PAL_TV_ZERO_H_SIZE))); in radeon_legacy_tv_init_restarts()
527 DRM_DEBUG_KMS("compute_restart: h_size = %d h_inc = %d\n", tv_dac->h_size, h_inc); in radeon_legacy_tv_init_restarts()
Dradeon_mode.h407 int h_size; member
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_log_format.h176 __be32 h_size; /* iclog size : 4 */ member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/bios/
Dcommand_table2.c382 params.h_size = cpu_to_le16((uint16_t)bp_params->h_addressable); in set_crtc_using_dtd_timing_v3()
/Linux-v4.19/drivers/gpu/drm/tegra/
Ddc.c337 unsigned h_offset, v_offset, h_size, v_size, h_dda, v_dda, bpp; in tegra_dc_setup_window() local
363 h_size = window->src.w * bpp; in tegra_dc_setup_window()
366 value = V_PRESCALED_SIZE(v_size) | H_PRESCALED_SIZE(h_size); in tegra_dc_setup_window()
/Linux-v4.19/drivers/gpu/drm/amd/include/
Datomfirmware.h2294 uint16_t h_size; member