Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log_recover.c372 int h_size = be32_to_cpu(rh->h_size); in xlog_logrec_hblks() local
375 h_size > XLOG_HEADER_CYCLE_SIZE) in xlog_logrec_hblks()
376 return DIV_ROUND_UP(h_size, XLOG_HEADER_CYCLE_SIZE); in xlog_logrec_hblks()
1105 be32_to_cpu((*rhead)->h_size)); in xlog_verify_head()
3009 int error = 0, h_size, h_len; in xlog_do_recovery_pass() local
3054 h_size = be32_to_cpu(rhead->h_size); in xlog_do_recovery_pass()
3056 if (h_len > h_size && h_len <= log->l_mp->m_logbsize && in xlog_do_recovery_pass()
3060 h_size, log->l_mp->m_logbsize); in xlog_do_recovery_pass()
3061 h_size = log->l_mp->m_logbsize; in xlog_do_recovery_pass()
3064 error = xlog_valid_rec_header(log, rhead, tail_blk, h_size); in xlog_do_recovery_pass()
[all …]
H A Dxfs_log.c1423 iclog->ic_header->h_size = cpu_to_be32(log->l_iclog_size); in xlog_alloc_log()
/linux/drivers/staging/media/ipu3/
H A Dipu3-css-fw.h173 unsigned int h_size; /* sizeof(struct imgu_fw_bi_file_h) */ member
H A Dipu3-css-fw.c132 css->fwp->file_header.h_size != sizeof(struct imgu_fw_bi_file_h)) in imgu_css_fw_init()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c510 (tv_dac->h_size * (int)(NTSC_TV_H_SIZE_UNIT) + (int)(NTSC_TV_ZERO_H_SIZE))); in radeon_legacy_tv_init_restarts()
513 (tv_dac->h_size * (int)(PAL_TV_H_SIZE_UNIT) + (int)(PAL_TV_ZERO_H_SIZE))); in radeon_legacy_tv_init_restarts()
518 DRM_DEBUG_KMS("compute_restart: h_size = %d h_inc = %d\n", tv_dac->h_size, h_inc); in radeon_legacy_tv_init_restarts()