Searched refs:bp (Results 226 - 250 of 530) sorted by relevance

1234567891011>>

/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2.h80 struct xfs_buf *bp);
85 struct xfs_buf *bp, struct xfs_dir2_data_entry *dep);
87 struct xfs_buf *bp);
89 struct xfs_buf *bp, struct xfs_dir2_data_unused *dup);
91 struct xfs_buf *bp, xfs_dir2_data_aoff_t offset,
94 struct xfs_buf *bp, struct xfs_dir2_data_unused *dup,
H A Dxfs_btree.h155 int (*free_block)(struct xfs_btree_cur *cur, struct xfs_buf *bp);
246 struct xfs_buf *bp; member in struct:xfs_btree_level
340 #define XFS_BUF_TO_BLOCK(bp) ((struct xfs_btree_block *)((bp)->b_addr))
343 struct xfs_btree_block *block, int level, struct xfs_buf *bp);
355 struct xfs_buf *bp); /* buffer containing block, if any */
389 void xfs_btree_init_buf(struct xfs_mount *mp, struct xfs_buf *bp,
456 xfs_failaddr_t xfs_btree_agblock_v5hdr_verify(struct xfs_buf *bp);
457 xfs_failaddr_t xfs_btree_agblock_verify(struct xfs_buf *bp,
459 xfs_failaddr_t xfs_btree_fsblock_v5hdr_verify(struct xfs_buf *bp,
634 struct xfs_buf *bp; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dce80/
H A Ddce80_resource.c955 struct dc_bios *bp; local
982 bp = ctx->dc_bios;
984 if (bp->fw_info_valid && bp->fw_info.external_clock_source_frequency_for_dp != 0) {
986 dce80_clock_source_create(ctx, bp, CLOCK_SOURCE_ID_EXTERNAL, NULL, true);
989 dce80_clock_source_create(ctx, bp, CLOCK_SOURCE_ID_PLL0, &clk_src_regs[0], false);
991 dce80_clock_source_create(ctx, bp, CLOCK_SOURCE_ID_PLL1, &clk_src_regs[1], false);
993 dce80_clock_source_create(ctx, bp, CLOCK_SOURCE_ID_PLL2, &clk_src_regs[2], false);
998 dce80_clock_source_create(ctx, bp, CLOCK_SOURCE_ID_PLL0, &clk_src_regs[0], true);
1001 dce80_clock_source_create(ctx, bp, CLOCK_SOURCE_ID_PLL
1157 struct dc_bios *bp; local
1357 struct dc_bios *bp; local
[all...]
/linux-master/fs/xfs/scrub/
H A Dquota_repair.c62 struct xfs_buf *bp; local
89 mp->m_quotainfo->qi_dqchunklen, 0, &bp);
92 bp->b_ops = &xfs_dquot_buf_ops;
94 xfs_qm_init_dquot_blk(sc->tp, dq->q_id, dq->q_type, bp);
95 xfs_buf_set_ref(bp, XFS_DQUOT_REF);
308 struct xfs_buf *bp = NULL; local
314 qi->qi_dqchunklen, 0, &bp, &xfs_dquot_buf_ops);
321 0, &bp, NULL);
326 dqblk = bp->b_addr;
335 xfs_trans_brelse(sc->tp, bp);
[all...]
H A Dattr.c371 struct xfs_buf *bp = blk->bp; local
373 struct xfs_attr_leafblock *leaf = bp->b_addr;
392 struct xfs_attr3_leafblock *leaf3 = bp->b_addr;
422 buf_end = (char *)bp->b_addr + mp->m_attr_geo->blksize;
460 struct xfs_buf *bp; local
471 ent = xfs_attr3_leaf_entryp(blk->bp->b_addr) + blk->index;
486 bp = blk->bp;
487 hdrsize = xfs_attr3_leaf_hdr_size(bp
[all...]
/linux-master/arch/x86/kernel/cpu/mce/
H A Damd.c6 * Maintained by: Borislav Petkov <bp@alien8.de>
921 struct threshold_bank **bp = this_cpu_read(threshold_banks); local
929 if (!bp)
936 first_block = bp[bank]->blocks;
1221 static int threshold_create_bank(struct threshold_bank **bp, unsigned int cpu, argument
1244 bp[bank] = b;
1281 bp[bank] = b;
1350 static void __threshold_remove_device(struct threshold_bank **bp) argument
1355 if (!bp[bank])
1358 threshold_remove_bank(bp[ban
1366 struct threshold_bank **bp = this_cpu_read(threshold_banks); local
1395 struct threshold_bank **bp; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_resource.c948 struct dc_bios *bp; local
972 bp = ctx->dc_bios;
974 if (bp->fw_info_valid && bp->fw_info.external_clock_source_frequency_for_dp != 0) {
976 dce60_clock_source_create(ctx, bp, CLOCK_SOURCE_ID_EXTERNAL, NULL, true);
979 dce60_clock_source_create(ctx, bp, CLOCK_SOURCE_ID_PLL0, &clk_src_regs[0], false);
981 dce60_clock_source_create(ctx, bp, CLOCK_SOURCE_ID_PLL1, &clk_src_regs[1], false);
986 dce60_clock_source_create(ctx, bp, CLOCK_SOURCE_ID_PLL0, &clk_src_regs[0], true);
989 dce60_clock_source_create(ctx, bp, CLOCK_SOURCE_ID_PLL1, &clk_src_regs[1], false);
1143 struct dc_bios *bp; local
1341 struct dc_bios *bp; local
[all...]
/linux-master/drivers/infiniband/hw/irdma/
H A Dhmc.c164 sd_entry->u.bp.addr.pa;
345 &sd_entry->u.bp.addr;
511 memcpy(&sd_entry->u.bp.addr, &dma_mem,
512 sizeof(sd_entry->u.bp.addr));
514 sd_entry->u.bp.sd_pd_index = sd_index;
521 sd_entry->u.bp.use_cnt++;
582 memcpy(&pd_entry->bp.addr, page, sizeof(pd_entry->bp.addr));
583 pd_entry->bp.sd_pd_index = pd_index;
584 pd_entry->bp
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_dio_stream_encoder.c81 if (enc1->base.bp->funcs->encoder_control(
82 enc1->base.bp, &cntl) != BP_RESULT_OK)
121 if (enc1->base.bp->funcs->encoder_control(
122 enc1->base.bp, &cntl) != BP_RESULT_OK)
508 struct dc_bios *bp,
519 enc1->base.bp = bp;
505 dcn32_dio_stream_encoder_construct( struct dcn10_stream_encoder *enc1, struct dc_context *ctx, struct dc_bios *bp, enum engine_id eng_id, struct vpg *vpg, struct afmt *afmt, const struct dcn10_stream_enc_registers *regs, const struct dcn10_stream_encoder_shift *se_shift, const struct dcn10_stream_encoder_mask *se_mask) argument
/linux-master/fs/freevxfs/
H A Dvxfs_inode.c139 struct buffer_head *bp; local
150 bp = sb_bread(sbp, block);
152 if (bp && buffer_mapped(bp)) {
156 dip = (struct vxfs_dinode *)(bp->b_data + offset);
162 brelse(bp);
167 brelse(bp);
/linux-master/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_dio_stream_encoder.c114 if (enc1->base.bp->funcs->encoder_control(
115 enc1->base.bp, &cntl) != BP_RESULT_OK)
154 if (enc1->base.bp->funcs->encoder_control(
155 enc1->base.bp, &cntl) != BP_RESULT_OK)
477 struct dc_bios *bp,
488 enc1->base.bp = bp;
474 dcn314_dio_stream_encoder_construct( struct dcn10_stream_encoder *enc1, struct dc_context *ctx, struct dc_bios *bp, enum engine_id eng_id, struct vpg *vpg, struct afmt *afmt, const struct dcn10_stream_enc_registers *regs, const struct dcn10_stream_encoder_shift *se_shift, const struct dcn10_stream_encoder_mask *se_mask) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dcn35/
H A Ddcn35_dio_stream_encoder.c70 if (enc1->base.bp->funcs->encoder_control(
71 enc1->base.bp, &cntl) != BP_RESULT_OK)
109 if (enc1->base.bp->funcs->encoder_control(
110 enc1->base.bp, &cntl) != BP_RESULT_OK)
507 struct dc_bios *bp,
518 enc1->base.bp = bp;
504 dcn35_dio_stream_encoder_construct( struct dcn10_stream_encoder *enc1, struct dc_context *ctx, struct dc_bios *bp, enum engine_id eng_id, struct vpg *vpg, struct afmt *afmt, const struct dcn10_stream_enc_registers *regs, const struct dcn10_stream_encoder_shift *se_shift, const struct dcn10_stream_encoder_mask *se_mask) argument
/linux-master/fs/xfs/
H A Dxfs_qm.c143 struct xfs_buf *bp = NULL; local
149 error = xfs_qm_dqflush(dqp, &bp);
151 error = xfs_bwrite(bp);
152 xfs_buf_relse(bp);
457 struct xfs_buf *bp = NULL; local
465 error = xfs_qm_dqflush(dqp, &bp);
469 xfs_buf_delwri_queue(bp, &isol->buffers);
470 xfs_buf_relse(bp);
848 struct xfs_buf *bp,
855 trace_xfs_reset_dqcounts(bp, _RET_IP
846 xfs_qm_reset_dqcounts( struct xfs_mount *mp, struct xfs_buf *bp, xfs_dqid_t id, xfs_dqtype_t type) argument
924 struct xfs_buf *bp; local
1247 struct xfs_buf *bp = NULL; local
[all...]
H A Dxfs_inode_item_recover.c278 struct xfs_buf *bp; local
314 0, &bp, &xfs_inode_buf_ops);
318 dip = xfs_buf_offset(bp, in_f->ilf_boffset);
324 if (XFS_IS_CORRUPT(mp, !xfs_verify_magic16(bp, dip->di_magic))) {
326 "%s: Bad inode magic number, dip = "PTR_FMT", dino bp = "PTR_FMT", ino = %lld",
327 __func__, dip, bp, in_f->ilf_ino);
549 ASSERT(bp->b_mount == mp);
550 bp->b_flags |= _XBF_LOGRECOVERY;
551 xfs_buf_delwri_queue(bp, buffer_list);
554 xfs_buf_relse(bp);
[all...]
/linux-master/drivers/scsi/
H A Dwd33c93.c2001 char *bp; local
2022 for (bp = buf; *bp; ) {
2023 while (',' == *bp || ' ' == *bp)
2024 ++bp;
2025 if (!strncmp(bp, "debug:", 6)) {
2026 hd->args = simple_strtoul(bp+6, &bp, 0) & DB_MASK;
2027 } else if (!strncmp(bp, "disconnec
[all...]
H A Dscsi_common.c355 * @bp: bit pointer to be set
361 int scsi_set_sense_field_pointer(u8 *buf, int buf_len, u16 fp, u8 bp, bool cd) argument
382 if (bp < 0x8)
383 ucp[4] |= 0x8 | bp;
393 if (bp < 0x8)
394 buf[15] |= 0x8 | bp;
/linux-master/drivers/spi/
H A Dspi-tle62x0.c100 char *bp = buf; local
122 bp += sprintf(bp, "%s ", decode_fault(fault >> (ptr * 2)));
125 *bp++ = '\n';
128 return bp - buf;
/linux-master/drivers/parport/
H A Dieee1284_ops.c713 unsigned char *bp = (unsigned char *) buffer; local
725 for (; len > 0; len--, bp++) {
727 parport_write_data (port, *bp);
757 unsigned char *bp = (unsigned char *) buffer; local
768 for (; len > 0; len--, bp++) {
778 *bp = parport_read_data (port);
801 unsigned char *bp = (unsigned char *) buffer; local
813 for (; len > 0; len--, bp++) {
815 parport_write_data (port, *bp);
845 unsigned char *bp local
[all...]
/linux-master/arch/x86/kernel/
H A Dunwind_orc.c521 sp = state->bp + orc->sp_offset;
530 sp = state->bp + orc->sp_offset;
643 if (get_reg(state, offsetof(struct pt_regs, bp), &tmp))
644 state->bp = tmp;
648 if (!deref_stack_reg(state, sp + orc->bp_offset, &state->bp))
653 if (!deref_stack_reg(state, state->bp + orc->bp_offset, &state->bp))
708 state->bp = regs->bp;
718 "=r" (state->bp));
[all...]
H A Ddoublefault_32.c66 regs.bp = TSS(bp);
/linux-master/fs/afs/
H A Dcmservice.c236 __be32 *bp; local
281 bp = call->buffer;
283 cb->fid.vid = ntohl(*bp++);
284 cb->fid.vnode = ntohl(*bp++);
285 cb->fid.unique = ntohl(*bp++);
605 struct yfs_xdr_YFSFid *bp; local
651 bp = call->buffer;
653 cb->fid.vid = xdr_to_u64(bp->volume);
654 cb->fid.vnode = xdr_to_u64(bp->vnode.lo);
655 cb->fid.vnode_hi = ntohl(bp
[all...]
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-ioread.c149 struct pvr2_buffer *bp; local
154 while ((bp = pvr2_stream_get_idle_buffer(cp->stream)) != NULL) {
155 stat = pvr2_buffer_queue(bp);
190 struct pvr2_buffer *bp; local
216 bp = pvr2_stream_get_buffer(sp,idx);
217 pvr2_buffer_set_buffer(bp,
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.h322 struct bnx2x *bp; member in struct:link_params
428 int bnx2x_common_init_phy(struct bnx2x *bp, u32 shmem_base_path[],
432 void bnx2x_ext_phy_hw_reset(struct bnx2x *bp, u8 port);
435 void bnx2x_sfx7101_sp_sw_reset(struct bnx2x *bp, struct bnx2x_phy *phy);
451 u8 bnx2x_fan_failure_det_req(struct bnx2x *bp, u32 shmem_base,
541 void bnx2x_init_mod_abs_int(struct bnx2x *bp, struct link_vars *vars,
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.h114 int bnxt_get_coredump(struct bnxt *bp, u16 dump_type, void *buf, u32 *dump_len);
115 u32 bnxt_get_coredump_length(struct bnxt *bp, u16 dump_type);
/linux-master/arch/x86/include/asm/
H A Dunwind.h25 unsigned long sp, bp, ip; member in struct:unwind_state
29 unsigned long *bp, *orig_sp, ip; member in struct:unwind_state

Completed in 222 milliseconds

1234567891011>>