Searched refs:thdr (Results 1 – 5 of 5) sorted by relevance
442 struct xfs_trans_header thdr; in xlog_cil_push() local581 thdr.th_magic = XFS_TRANS_HEADER_MAGIC; in xlog_cil_push()582 thdr.th_type = XFS_TRANS_CHECKPOINT; in xlog_cil_push()583 thdr.th_tid = tic->t_tid; in xlog_cil_push()584 thdr.th_num_items = num_iovecs; in xlog_cil_push()585 lhdr.i_addr = &thdr; in xlog_cil_push()
725 const struct sip_header *hdrs, *hdr, *thdr; in ct_sip_get_sdp_header() local731 thdr = &hdrs[term]; in ct_sip_get_sdp_header()745 limit - dptr >= thdr->len && in ct_sip_get_sdp_header()746 strncasecmp(dptr, thdr->name, thdr->len) == 0) in ct_sip_get_sdp_header()
240 struct icmp6hdr *thdr, int len) in icmpv6_push_pending_frames() argument251 memcpy(icmp6h, thdr, sizeof(struct icmp6hdr)); in icmpv6_push_pending_frames()
1189 struct xfs_da3_icnode_hdr thdr; in xfs_da3_node_toosmall() local1202 dp->d_ops->node_hdr_from_disk(&thdr, node); in xfs_da3_node_toosmall()1205 if (count - thdr.count >= 0) in xfs_da3_node_toosmall()
294 struct icmp6hdr *thdr, int len);