Home
last modified time | relevance | path

Searched refs:dbp (Results 1 – 14 of 14) sorted by relevance

/linux-5.19.10/fs/xfs/libxfs/
Dxfs_dir2_leaf.c380 struct xfs_buf *dbp) /* input block's buffer */ in xfs_dir2_block_to_leaf() argument
421 hdr = dbp->b_addr; in xfs_dir2_block_to_leaf()
422 xfs_dir3_data_check(dp, dbp); in xfs_dir2_block_to_leaf()
449 xfs_dir2_data_make_free(args, dbp, in xfs_dir2_block_to_leaf()
457 dbp->b_ops = &xfs_dir3_data_buf_ops; in xfs_dir2_block_to_leaf()
458 xfs_trans_buf_set_type(tp, dbp, XFS_BLFT_DIR_DATA_BUF); in xfs_dir2_block_to_leaf()
477 xfs_dir2_data_log_header(args, dbp); in xfs_dir2_block_to_leaf()
479 xfs_dir3_data_check(dp, dbp); in xfs_dir2_block_to_leaf()
616 struct xfs_buf *dbp; /* data block buffer */ in xfs_dir2_leaf_addname() local
800 if ((error = xfs_dir3_data_init(args, use_block, &dbp))) { in xfs_dir2_leaf_addname()
[all …]
Dxfs_dir2_node.c1271 struct xfs_buf *dbp; /* data block buffer */ in xfs_dir2_leafn_remove() local
1319 dbp = dblk->bp; in xfs_dir2_leafn_remove()
1320 hdr = dbp->b_addr; in xfs_dir2_leafn_remove()
1325 xfs_dir2_data_make_free(args, dbp, off, in xfs_dir2_leafn_remove()
1335 xfs_dir2_data_log_header(args, dbp); in xfs_dir2_leafn_remove()
1336 xfs_dir3_data_check(dp, dbp); in xfs_dir2_leafn_remove()
1380 error = xfs_dir2_shrink_inode(args, db, dbp); in xfs_dir2_leafn_remove()
1692 struct xfs_buf *dbp; in xfs_dir2_node_add_datablk() local
1703 error = xfs_dir3_data_init(args, *dbno, &dbp); in xfs_dir2_node_add_datablk()
1780 bf = xfs_dir2_data_bestfree_p(mp, dbp->b_addr); in xfs_dir2_node_add_datablk()
[all …]
Dxfs_dir2_block.c925 struct xfs_buf *dbp) /* data buffer */ in xfs_dir2_leaf_to_block() argument
981 if (!dbp) { in xfs_dir2_leaf_to_block()
982 error = xfs_dir3_data_read(tp, dp, args->geo->datablk, 0, &dbp); in xfs_dir2_leaf_to_block()
986 hdr = dbp->b_addr; in xfs_dir2_leaf_to_block()
1010 xfs_dir3_block_init(mp, tp, dbp, dp); in xfs_dir2_leaf_to_block()
1017 error = xfs_dir2_data_use_free(args, dbp, dup, in xfs_dir2_leaf_to_block()
1027 xfs_dir2_block_log_tail(tp, dbp); in xfs_dir2_leaf_to_block()
1039 xfs_dir2_block_log_leaf(tp, dbp, 0, be32_to_cpu(btp->count) - 1); in xfs_dir2_leaf_to_block()
1046 xfs_dir2_data_log_header(args, dbp); in xfs_dir2_leaf_to_block()
1061 return xfs_dir2_block_to_sf(args, dbp, size, &sfh); in xfs_dir2_leaf_to_block()
Dxfs_dir2_priv.h47 xfs_dir2_db_t *dbp);
60 struct xfs_buf *lbp, struct xfs_buf *dbp);
102 struct xfs_buf *dbp);
Dxfs_dir2.c570 xfs_dir2_db_t *dbp) /* out: block number added */ in xfs_dir2_grow_inode() argument
590 *dbp = xfs_dir2_da_to_db(args->geo, (xfs_dablk_t)bno); in xfs_dir2_grow_inode()
/linux-5.19.10/arch/x86/kernel/
Dkdebugfs.c167 struct dentry *dbp; in boot_params_kdebugfs_init() local
170 dbp = debugfs_create_dir("boot_params", arch_debugfs_dir); in boot_params_kdebugfs_init()
172 debugfs_create_x16("version", S_IRUGO, dbp, &boot_params.hdr.version); in boot_params_kdebugfs_init()
173 debugfs_create_blob("data", S_IRUGO, dbp, &boot_params_blob); in boot_params_kdebugfs_init()
175 error = create_setup_data_nodes(dbp); in boot_params_kdebugfs_init()
177 debugfs_remove_recursive(dbp); in boot_params_kdebugfs_init()
/linux-5.19.10/fs/freevxfs/
Dvxfs_dir.h65 #define VXFS_DIRBLKOV(sbi, dbp) \ argument
66 ((sizeof(short) * fs16_to_cpu(sbi, dbp->d_nhash)) + 4)
Dvxfs_lookup.c81 struct vxfs_dirblk *dbp = in vxfs_find_entry() local
84 int overhead = VXFS_DIRBLKOV(sbi, dbp); in vxfs_find_entry()
232 struct vxfs_dirblk *dbp = in vxfs_readdir() local
235 int overhead = VXFS_DIRBLKOV(sbi, dbp); in vxfs_readdir()
/linux-5.19.10/fs/xfs/scrub/
Ddir.c481 struct xfs_buf *dbp, in xchk_directory_check_freesp() argument
486 dfp = xfs_dir2_data_bestfree_p(sc->mp, dbp->b_addr); in xchk_directory_check_freesp()
506 struct xfs_buf *dbp; in xchk_directory_leaf1_bestfree() local
583 &dbp); in xchk_directory_leaf1_bestfree()
588 if (!dbp) { in xchk_directory_leaf1_bestfree()
600 xchk_directory_check_freesp(sc, lblk, dbp, best); in xchk_directory_leaf1_bestfree()
601 xfs_trans_brelse(sc->tp, dbp); in xchk_directory_leaf1_bestfree()
618 struct xfs_buf *dbp; in xchk_directory_free_bestfree() local
648 0, &dbp); in xchk_directory_free_bestfree()
652 xchk_directory_check_freesp(sc, lblk, dbp, best); in xchk_directory_free_bestfree()
[all …]
/linux-5.19.10/drivers/rtc/
Drtc-stm32.c123 struct regmap *dbp; member
711 rtc->dbp = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, in stm32_rtc_probe()
713 if (IS_ERR(rtc->dbp)) { in stm32_rtc_probe()
715 return PTR_ERR(rtc->dbp); in stm32_rtc_probe()
760 regmap_update_bits(rtc->dbp, rtc->dbp_reg, in stm32_rtc_probe()
841 regmap_update_bits(rtc->dbp, rtc->dbp_reg, rtc->dbp_mask, 0); in stm32_rtc_probe()
868 regmap_update_bits(rtc->dbp, rtc->dbp_reg, rtc->dbp_mask, 0); in stm32_rtc_remove()
/linux-5.19.10/drivers/net/ethernet/fungible/funcore/
Dfun_queue.h136 u32 rq_buf_size_log2, u32 *sqidp, u32 __iomem **dbp);
141 u32 *cqidp, u32 __iomem **dbp);
Dfun_queue.c79 u32 rq_buf_size_log2, u32 *sqidp, u32 __iomem **dbp) in fun_sq_create() argument
114 *dbp = fun_sq_db_addr(fdev, hw_qid); in fun_sq_create()
129 u32 __iomem **dbp) in fun_cq_create() argument
157 *dbp = fun_cq_db_addr(fdev, hw_qid); in fun_cq_create()
/linux-5.19.10/Documentation/devicetree/bindings/rtc/
Dst,stm32-rtc.yaml41 access control register at offset, and change the dbp (Disable Backup
/linux-5.19.10/fs/xfs/
Dxfs_log_recover.c2940 char *hbp, *dbp; in xlog_do_recovery_pass() local
3014 dbp = xlog_alloc_buffer(log, BTOBB(h_size)); in xlog_do_recovery_pass()
3015 if (!dbp) { in xlog_do_recovery_pass()
3092 error = xlog_bread(log, rblk_no, bblks, dbp, in xlog_do_recovery_pass()
3099 offset = dbp; in xlog_do_recovery_pass()
3110 split_bblks, dbp, in xlog_do_recovery_pass()
3162 error = xlog_bread(log, blk_no+hblks, bblks, dbp, in xlog_do_recovery_pass()
3177 kmem_free(dbp); in xlog_do_recovery_pass()