Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_log_recover.c518 uint h_size = be32_to_cpu(head->h_size); in xlog_find_verify_log_record() local
520 xhdrs = h_size / XLOG_HEADER_CYCLE_SIZE; in xlog_find_verify_log_record()
521 if (h_size % XLOG_HEADER_CYCLE_SIZE) in xlog_find_verify_log_record()
1157 be32_to_cpu((*rhead)->h_size)); in xlog_verify_head()
1213 int h_size = be32_to_cpu(rhead->h_size); in xlog_check_unmount_rec() local
1217 (h_size > XLOG_HEADER_CYCLE_SIZE)) { in xlog_check_unmount_rec()
1218 hblks = h_size / XLOG_HEADER_CYCLE_SIZE; in xlog_check_unmount_rec()
1219 if (h_size % XLOG_HEADER_CYCLE_SIZE) in xlog_check_unmount_rec()
5242 int error = 0, h_size, h_len; in xlog_do_recovery_pass() local
5290 h_size = be32_to_cpu(rhead->h_size); in xlog_do_recovery_pass()
[all …]
Dxfs_log.c1457 head->h_size = cpu_to_be32(log->l_iclog_size); in xlog_alloc_log()
/Linux-v5.4/net/batman-adv/
Dnetwork-coding.c1651 const int h_size = sizeof(struct batadv_unicast_packet); in batadv_nc_skb_decode_packet() local
1652 const int h_diff = sizeof(struct batadv_coded_packet) - h_size; in batadv_nc_skb_decode_packet()
1708 batadv_nc_memxor(skb->data + h_size, in batadv_nc_skb_decode_packet()
1709 nc_packet->skb->data + h_size, in batadv_nc_skb_decode_packet()
1713 if (nc_packet->skb->len > coding_len + h_size) { in batadv_nc_skb_decode_packet()
1714 err = pskb_trim_rcsum(skb, coding_len + h_size); in batadv_nc_skb_decode_packet()
/Linux-v5.4/drivers/staging/media/ipu3/
Dipu3-css-fw.h168 unsigned int h_size; /* sizeof(struct imgu_fw_bi_file_h) */ member
Dipu3-css-fw.c128 css->fwp->file_header.h_size != sizeof(struct imgu_fw_bi_file_h)) in imgu_css_fw_init()
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_legacy_tv.c511 (tv_dac->h_size * (int)(NTSC_TV_H_SIZE_UNIT) + (int)(NTSC_TV_ZERO_H_SIZE))); in radeon_legacy_tv_init_restarts()
514 (tv_dac->h_size * (int)(PAL_TV_H_SIZE_UNIT) + (int)(PAL_TV_ZERO_H_SIZE))); in radeon_legacy_tv_init_restarts()
519 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-v5.4/fs/xfs/libxfs/
Dxfs_log_format.h176 __be32 h_size; /* iclog size : 4 */ member
/Linux-v5.4/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-v5.4/drivers/gpu/drm/tegra/
Ddc.c342 unsigned h_offset, v_offset, h_size, v_size, h_dda, v_dda, bpp; in tegra_dc_setup_window() local
368 h_size = window->src.w * bpp; in tegra_dc_setup_window()
371 value = V_PRESCALED_SIZE(v_size) | H_PRESCALED_SIZE(h_size); in tegra_dc_setup_window()
/Linux-v5.4/drivers/gpu/drm/amd/include/
Datomfirmware.h2815 uint16_t h_size; member