Searched refs:bp (Results 126 - 150 of 530) sorted by relevance

1234567891011>>

/linux-master/tools/spi/
H A Dspidev_fdx.c20 unsigned char buf[32], *bp; local
43 bp = buf + 2;
45 printf(" %02x", *bp++);
52 unsigned char buf[32], *bp; local
75 for (bp = buf; len; len--)
76 printf(" %02x", *bp++);
/linux-master/fs/freevxfs/
H A Dvxfs_fshead.c55 struct buffer_head *bp; local
57 bp = vxfs_bread(ip, which);
58 if (bp) {
63 memcpy(fhp, bp->b_data, sizeof(*fhp));
65 put_bh(bp);
69 brelse(bp);
/linux-master/fs/xfs/
H A Dxfs_dir2_readdir.c146 struct xfs_buf *bp; /* buffer for block */ local
160 error = xfs_dir3_block_read(args->trans, dp, &bp);
172 xfs_dir3_data_check(dp, bp);
178 end = xfs_dir3_data_end_offset(geo, bp->b_addr);
182 struct xfs_dir2_data_unused *dup = bp->b_addr + offset;
183 struct xfs_dir2_data_entry *dep = bp->b_addr + offset;
233 xfs_trans_brelse(args->trans, bp);
251 struct xfs_buf *bp = NULL; local
285 error = xfs_dir3_data_read(args->trans, dp, map.br_startoff, 0, &bp);
335 *bpp = bp;
355 struct xfs_buf *bp = NULL; /* data block buffer */ local
[all...]
H A Dxfs_dquot_item_recover.c68 struct xfs_buf *bp; local
129 XFS_FSB_TO_BB(mp, dq_f->qlf_len), 0, &bp,
134 ASSERT(bp);
135 dqb = xfs_buf_offset(bp, dq_f->qlf_boffset);
170 ASSERT(bp->b_mount == mp);
171 bp->b_flags |= _XBF_LOGRECOVERY;
172 xfs_buf_delwri_queue(bp, buffer_list);
175 xfs_buf_relse(bp);
H A Dxfs_trans_priv.h148 struct xfs_buf *bp = lip->li_buf; local
155 xfs_buf_rele(bp);
162 struct xfs_buf *bp)
167 xfs_buf_hold(bp);
168 lip->li_buf = bp;
160 xfs_set_li_failed( struct xfs_log_item *lip, struct xfs_buf *bp) argument
H A Dxfs_dquot.c204 struct xfs_buf *bp)
215 ASSERT(xfs_buf_islocked(bp));
235 d = bp->b_addr;
256 xfs_trans_dquot_buf(tp, bp, blftype);
275 xfs_trans_ordered_buf(tp, bp);
277 xfs_trans_log_buf(tp, bp, 0, BBTOB(q->qi_dqchunklen) - 1);
319 struct xfs_buf *bp; local
371 mp->m_quotainfo->qi_dqchunklen, 0, &bp);
374 bp->b_ops = &xfs_dquot_buf_ops;
380 xfs_qm_init_dquot_blk(tp, dqp->q_id, qtype, bp);
200 xfs_qm_init_dquot_blk( struct xfs_trans *tp, xfs_dqid_t id, xfs_dqtype_t type, struct xfs_buf *bp) argument
435 struct xfs_buf *bp; local
587 xfs_dquot_from_disk( struct xfs_dquot *dqp, struct xfs_buf *bp) argument
684 struct xfs_buf *bp; local
1178 xfs_buf_dquot_iodone( struct xfs_buf *bp) argument
1190 xfs_buf_dquot_io_fail( struct xfs_buf *bp) argument
1254 struct xfs_buf *bp; local
[all...]
/linux-master/fs/xfs/scrub/
H A Dreaddir.c98 struct xfs_buf *bp; local
102 error = xfs_dir3_block_read(sc->tp, dp, &bp);
107 end = xfs_dir3_data_end_offset(geo, bp->b_addr);
110 struct xfs_dir2_data_unused *dup = bp->b_addr + off;
111 struct xfs_dir2_data_entry *dep = bp->b_addr + off;
137 xfs_trans_brelse(sc->tp, bp);
191 struct xfs_buf *bp = NULL; local
209 if (!bp || offset >= geo->blksize) {
210 if (bp) {
211 xfs_trans_brelse(sc->tp, bp);
[all...]
/linux-master/net/ax25/
H A Dax25_ip.c102 unsigned char *bp = skb->data; local
111 dst = (ax25_address *)(bp + 1);
112 src = (ax25_address *)(bp + 8);
130 if (bp[16] == AX25_P_IP) {
162 * to bp which is part of skb->data would not be valid
166 bp = ourskb->data;
167 dst_c = *(ax25_address *)(bp + 1);
168 src_c = *(ax25_address *)(bp + 8);
185 bp[7] &= ~AX25_CBIT;
186 bp[
[all...]
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_hmc.c65 sd_entry->u.bp.addr = mem;
66 sd_entry->u.bp.sd_pd_index = sd_index;
76 I40E_INC_BP_REFCNT(&sd_entry->u.bp);
145 pd_entry->bp.addr = *page;
146 pd_entry->bp.sd_pd_index = pd_index;
147 pd_entry->bp.entry_type = I40E_SD_TYPE_PAGED;
161 I40E_INC_BP_REFCNT(&pd_entry->bp);
209 I40E_DEC_BP_REFCNT(&pd_entry->bp);
210 if (pd_entry->bp.ref_cnt)
223 ret_code = i40e_free_dma_mem(hw, &pd_entry->bp
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_attr.c52 STATIC int xfs_attr_leaf_hasname(struct xfs_da_args *args, struct xfs_buf **bp);
132 if (blk->bp) {
133 blk->disk_blkno = xfs_buf_daddr(blk->bp);
134 blk->bp = NULL;
147 if (blk->bp) {
148 blk->disk_blkno = xfs_buf_daddr(blk->bp);
149 blk->bp = NULL;
183 &blk->bp, XFS_ATTR_FORK);
187 blk->bp = NULL;
201 &blk->bp, XFS_ATTR_FOR
646 struct xfs_buf *bp = NULL; local
675 struct xfs_buf *bp; local
858 struct xfs_buf *bp = NULL; local
1154 struct xfs_buf *bp; local
1199 xfs_attr_leaf_hasname( struct xfs_da_args *args, struct xfs_buf **bp) argument
1227 struct xfs_buf *bp; local
1270 struct xfs_buf *bp; local
[all...]
H A Dxfs_refcount_btree.c102 struct xfs_buf *bp)
107 xfs_fsblock_t fsbno = XFS_DADDR_TO_FSB(mp, xfs_buf_daddr(bp));
207 struct xfs_buf *bp)
209 struct xfs_mount *mp = bp->b_mount;
210 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp);
211 struct xfs_perag *pag = bp->b_pag;
215 if (!xfs_verify_magic(bp, block->bb_magic))
220 fa = xfs_btree_agblock_v5hdr_verify(bp);
242 return xfs_btree_agblock_verify(bp, mp->m_refc_mxr[level != 0]);
247 struct xfs_buf *bp)
100 xfs_refcountbt_free_block( struct xfs_btree_cur *cur, struct xfs_buf *bp) argument
206 xfs_refcountbt_verify( struct xfs_buf *bp) argument
246 xfs_refcountbt_read_verify( struct xfs_buf *bp) argument
264 xfs_refcountbt_write_verify( struct xfs_buf *bp) argument
[all...]
H A Dxfs_rmap_btree.c119 struct xfs_buf *bp)
127 bno = xfs_daddr_to_agbno(cur->bc_mp, xfs_buf_daddr(bp));
316 struct xfs_buf *bp)
318 struct xfs_mount *mp = bp->b_mount;
319 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp);
320 struct xfs_perag *pag = bp->b_pag;
336 if (!xfs_verify_magic(bp, block->bb_magic))
341 fa = xfs_btree_agblock_v5hdr_verify(bp);
363 return xfs_btree_agblock_verify(bp, mp->m_rmap_mxr[level != 0]);
368 struct xfs_buf *bp)
117 xfs_rmapbt_free_block( struct xfs_btree_cur *cur, struct xfs_buf *bp) argument
315 xfs_rmapbt_verify( struct xfs_buf *bp) argument
367 xfs_rmapbt_read_verify( struct xfs_buf *bp) argument
385 xfs_rmapbt_write_verify( struct xfs_buf *bp) argument
563 xfs_rmapbt_mem_verify( struct xfs_buf *bp) argument
588 xfs_rmapbt_mem_rw_verify( struct xfs_buf *bp) argument
[all...]
H A Dxfs_attr_leaf.h54 int xfs_attr_shortform_allfit(struct xfs_buf *bp, struct xfs_inode *dp);
64 int xfs_attr3_leaf_to_shortform(struct xfs_buf *bp,
78 int xfs_attr3_leaf_getvalue(struct xfs_buf *bp, struct xfs_da_args *args);
83 int xfs_attr3_leaf_list_int(struct xfs_buf *bp,
96 xfs_dahash_t xfs_attr_leaf_lasthash(struct xfs_buf *bp, int *count);
H A Dxfs_attr_leaf.c312 struct xfs_buf *bp)
315 struct xfs_mount *mp = bp->b_mount;
316 struct xfs_attr_leafblock *leaf = bp->b_addr;
327 fa = xfs_da3_blkinfo_verify(bp, bp->b_addr);
341 entries = xfs_attr3_leaf_entryp(bp->b_addr);
343 (char *)bp->b_addr + ichdr.firstused)
353 buf_end = (char *)bp->b_addr + mp->m_attr_geo->blksize;
393 struct xfs_buf *bp)
395 struct xfs_mount *mp = bp
311 xfs_attr3_leaf_verify( struct xfs_buf *bp) argument
392 xfs_attr3_leaf_write_verify( struct xfs_buf *bp) argument
422 xfs_attr3_leaf_read_verify( struct xfs_buf *bp) argument
879 struct xfs_buf *bp; local
936 xfs_attr_shortform_allfit( struct xfs_buf *bp, struct xfs_inode *dp) argument
1045 xfs_attr3_leaf_to_shortform( struct xfs_buf *bp, struct xfs_da_args *args, int forkoff) argument
1217 struct xfs_buf *bp; local
1320 xfs_attr3_leaf_add( struct xfs_buf *bp, struct xfs_da_args *args) argument
1399 xfs_attr3_leaf_add_work( struct xfs_buf *bp, struct xfs_attr3_icleaf_hdr *ichdr, struct xfs_da_args *args, int mapindex) argument
1523 xfs_attr3_leaf_compact( struct xfs_da_args *args, struct xfs_attr3_icleaf_hdr *ichdr_dst, struct xfs_buf *bp) argument
1927 struct xfs_buf *bp; local
2047 xfs_attr3_leaf_remove( struct xfs_buf *bp, struct xfs_da_args *args) argument
2326 xfs_attr3_leaf_lookup_int( struct xfs_buf *bp, struct xfs_da_args *args) argument
2436 xfs_attr3_leaf_getvalue( struct xfs_buf *bp, struct xfs_da_args *args) argument
2625 xfs_attr_leaf_lasthash( struct xfs_buf *bp, int *count) argument
2705 struct xfs_buf *bp; local
2771 struct xfs_buf *bp; local
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_sriov.h37 bool bnxt_is_trusted_vf(struct bnxt *bp, struct bnxt_vf_info *vf);
40 int bnxt_cfg_hw_sriov(struct bnxt *bp, int *num_vfs, bool reset);
H A Dbnxt_dcb.h55 void bnxt_dcb_init(struct bnxt *bp);
56 void bnxt_dcb_free(struct bnxt *bp);
/linux-master/crypto/
H A Dcurve25519-generic.c31 u8 const *bp; local
40 bp = public_key;
42 bp = curve25519_base_point;
45 curve25519_generic(buf, secret, bp);
/linux-master/arch/x86/include/asm/
H A Dmem_encrypt.h50 void sme_encrypt_kernel(struct boot_params *bp);
51 void sme_enable(struct boot_params *bp);
84 static inline void sme_encrypt_kernel(struct boot_params *bp) { } argument
85 static inline void sme_enable(struct boot_params *bp) { } argument
/linux-master/include/linux/
H A Ddm-bufio.h65 struct dm_buffer **bp);
68 struct dm_buffer **bp, unsigned short ioprio);
75 struct dm_buffer **bp);
82 struct dm_buffer **bp);
/linux-master/drivers/scsi/libfc/
H A Dfc_frame.c26 const u8 *bp; local
32 bp = (const u8 *) fr_hdr(fp);
33 crc = ~crc32(~0, bp, len);
/linux-master/tools/testing/selftests/x86/
H A Dcheck_initial_reg_state.c11 unsigned long ax, bx, cx, dx, si, di, bp, sp, flags; variable
26 "mov %rbp, bp\n\t"
45 "mov %ebp, bp\n\t"
63 if (ax || bx || cx || dx || si || di || bp
76 SHOW(bp);
/linux-master/lib/
H A Dbase64.c78 u8 *bp = dst; local
96 *bp++ = (u8)(ac >> bits);
101 return bp - dst;
/linux-master/arch/x86/kernel/
H A Dhw_breakpoint.c96 int arch_install_hw_breakpoint(struct perf_event *bp) argument
98 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
108 *slot = bp;
144 void arch_uninstall_hw_breakpoint(struct perf_event *bp) argument
146 struct arch_hw_breakpoint *info = counter_arch_bp(bp);
155 if (*slot == bp) {
323 static int arch_build_bp_info(struct perf_event *bp, argument
422 int hw_breakpoint_arch_parse(struct perf_event *bp, argument
430 ret = arch_build_bp_info(bp, attr, hw);
513 struct perf_event *bp; local
589 hw_breakpoint_pmu_read(struct perf_event *bp) argument
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm_pt.c450 struct amdgpu_bo_param bp; local
456 memset(&bp, 0, sizeof(bp));
458 bp.size = amdgpu_vm_pt_size(adev, level);
459 bp.byte_align = AMDGPU_GPU_PAGE_SIZE;
462 bp.domain = AMDGPU_GEM_DOMAIN_VRAM;
464 bp.domain = AMDGPU_GEM_DOMAIN_GTT;
466 bp.domain = amdgpu_bo_get_preferred_domain(adev, bp.domain);
467 bp
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dce112/
H A Ddce112_clk_mgr.c74 struct dc_bios *bp = clk_mgr_base->ctx->dc_bios; local
89 bp->funcs->set_dce_clock(bp, &dce_clk_params);
112 bp->funcs->set_dce_clock(bp, &dce_clk_params);
127 struct dc_bios *bp = clk_mgr->base.ctx->dc_bios; local
143 bp->funcs->set_dce_clock(bp, &dce_clk_params);
168 struct dc_bios *bp = clk_mgr->base.ctx->dc_bios; local
185 bp
[all...]

Completed in 211 milliseconds

1234567891011>>