Home
last modified time | relevance | path

Searched refs:recp (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/scrub/
H A Dbtree.c692 union xfs_btree_rec *recp; in xchk_btree() local
755 recp = xfs_btree_rec_addr(cur, cur->bc_levels[0].ptr, in xchk_btree()
757 error = bs->scrub_rec(bs, recp); in xchk_btree()
/linux/fs/xfs/
H A Dxfs_log_recover.c1490 struct xlog_rec_header *recp = (struct xlog_rec_header *)buf; in xlog_add_record() local
1493 recp->h_magicno = cpu_to_be32(XLOG_HEADER_MAGIC_NUM); in xlog_add_record()
1494 recp->h_cycle = cpu_to_be32(cycle); in xlog_add_record()
1495 recp->h_version = cpu_to_be32( in xlog_add_record()
1497 recp->h_lsn = cpu_to_be64(xlog_assign_lsn(cycle, block)); in xlog_add_record()
1498 recp->h_tail_lsn = cpu_to_be64(xlog_assign_lsn(tail_cycle, tail_block)); in xlog_add_record()
1499 recp->h_fmt = cpu_to_be32(XLOG_FMT); in xlog_add_record()
1500 memcpy(&recp->h_fs_uuid, &log->l_mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_add_record()
/linux/drivers/scsi/libfc/
H A Dfc_fcp.c1507 struct fc_els_rec_acc *recp; in fc_fcp_rec_resp() local
1571 recp = fc_frame_payload_get(fp, sizeof(*recp)); in fc_fcp_rec_resp()
1572 offset = ntohl(recp->reca_fc4value); in fc_fcp_rec_resp()
1573 e_stat = ntohl(recp->reca_e_stat); in fc_fcp_rec_resp()