Searched refs:h_size (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_handles.h | 77 unsigned int h_size:31; member
|
D | obd_support.h | 512 __h->h_size = (size); \
|
/linux-4.4.14/fs/xfs/ |
D | xfs_log_recover.c | 582 uint h_size = be32_to_cpu(head->h_size); in xlog_find_verify_log_record() local 584 xhdrs = h_size / XLOG_HEADER_CYCLE_SIZE; in xlog_find_verify_log_record() 585 if (h_size % XLOG_HEADER_CYCLE_SIZE) in xlog_find_verify_log_record() 1003 int h_size = be32_to_cpu(rhead->h_size); in xlog_find_tail() local 1007 (h_size > XLOG_HEADER_CYCLE_SIZE)) { in xlog_find_tail() 1008 hblks = h_size / XLOG_HEADER_CYCLE_SIZE; in xlog_find_tail() 1009 if (h_size % XLOG_HEADER_CYCLE_SIZE) in xlog_find_tail() 4253 int error = 0, h_size; in xlog_do_recovery_pass() local 4282 h_size = be32_to_cpu(rhead->h_size); in xlog_do_recovery_pass() 4284 (h_size > XLOG_HEADER_CYCLE_SIZE)) { in xlog_do_recovery_pass() [all …]
|
D | xfs_log.c | 1474 head->h_size = cpu_to_be32(log->l_iclog_size); in xlog_alloc_log()
|
/linux-4.4.14/net/batman-adv/ |
D | network-coding.c | 1636 const int h_size = sizeof(struct batadv_unicast_packet); in batadv_nc_skb_decode_packet() local 1637 const int h_diff = sizeof(struct batadv_coded_packet) - h_size; in batadv_nc_skb_decode_packet() 1693 batadv_nc_memxor(skb->data + h_size, in batadv_nc_skb_decode_packet() 1694 nc_packet->skb->data + h_size, in batadv_nc_skb_decode_packet() 1698 if (nc_packet->skb->len > coding_len + h_size) { in batadv_nc_skb_decode_packet() 1699 err = pskb_trim_rcsum(skb, coding_len + h_size); in batadv_nc_skb_decode_packet()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | lustre_handles.c | 174 h->h_ops->hop_free(ptr, h->h_size); in class_handle_free_cb()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_legacy_tv.c | 518 (tv_dac->h_size * (int)(NTSC_TV_H_SIZE_UNIT) + (int)(NTSC_TV_ZERO_H_SIZE))); in radeon_legacy_tv_init_restarts() 521 (tv_dac->h_size * (int)(PAL_TV_H_SIZE_UNIT) + (int)(PAL_TV_ZERO_H_SIZE))); in radeon_legacy_tv_init_restarts() 526 DRM_DEBUG_KMS("compute_restart: h_size = %d h_inc = %d\n", tv_dac->h_size, h_inc); in radeon_legacy_tv_init_restarts()
|
D | radeon_mode.h | 406 int h_size; member
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_log_format.h | 169 __be32 h_size; /* iclog size : 4 */ member
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | dc.c | 243 unsigned h_offset, v_offset, h_size, v_size, h_dda, v_dda, bpp; in tegra_dc_setup_window() local 273 h_size = window->src.w * bpp; in tegra_dc_setup_window() 276 value = V_PRESCALED_SIZE(v_size) | H_PRESCALED_SIZE(h_size); in tegra_dc_setup_window()
|