| /linux/arch/x86/kernel/ |
| H A D | kdebugfs.c | 167 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/fs/xfs/scrub/ |
| H A D | dir.c | 603 struct xfs_buf *dbp, in xchk_directory_check_freesp() argument 608 dfp = xfs_dir2_data_bestfree_p(sc->mp, dbp->b_addr); in xchk_directory_check_freesp() 628 struct xfs_buf *dbp; in xchk_directory_leaf1_bestfree() local 704 XFS_DABUF_MAP_HOLE_OK, &dbp); in xchk_directory_leaf1_bestfree() 709 if (!dbp) { in xchk_directory_leaf1_bestfree() 721 xchk_directory_check_freesp(sc, lblk, dbp, best); in xchk_directory_leaf1_bestfree() 722 xfs_trans_brelse(sc->tp, dbp); in xchk_directory_leaf1_bestfree() 739 struct xfs_buf *dbp; in xchk_directory_free_bestfree() local 769 0, &dbp); in xchk_directory_free_bestfree() 773 xchk_directory_check_freesp(sc, lblk, dbp, best); in xchk_directory_free_bestfree() [all …]
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_dir2_priv.h | 47 xfs_dir2_db_t *dbp); 60 struct xfs_buf *lbp, struct xfs_buf *dbp); 103 struct xfs_buf *dbp);
|
| H A D | xfs_dir2.c | 611 xfs_dir2_db_t *dbp) /* out: block number added */ in xfs_dir2_grow_inode() argument 631 *dbp = xfs_dir2_da_to_db(args->geo, (xfs_dablk_t)bno); in xfs_dir2_grow_inode()
|
| /linux/drivers/net/ethernet/fungible/funcore/ |
| H A D | fun_queue.c | 79 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/drivers/rtc/ |
| H A D | rtc-stm32.c | 169 struct regmap *dbp; member 1079 rtc->dbp = syscon_regmap_lookup_by_phandle_args(pdev->dev.of_node, in stm32_rtc_probe() 1082 if (IS_ERR(rtc->dbp)) { in stm32_rtc_probe() 1084 return PTR_ERR(rtc->dbp); in stm32_rtc_probe() 1115 regmap_update_bits(rtc->dbp, rtc->dbp_reg, in stm32_rtc_probe() 1209 regmap_update_bits(rtc->dbp, rtc->dbp_reg, rtc->dbp_mask, 0); in stm32_rtc_probe() 1236 regmap_update_bits(rtc->dbp, rtc->dbp_reg, rtc->dbp_mask, 0); in stm32_rtc_remove()
|
| /linux/Documentation/devicetree/bindings/rtc/ |
| H A D | st,stm32-rtc.yaml | 42 access control register at offset, and change the dbp (Disable Backup
|
| /linux/fs/xfs/ |
| H A D | xfs_log_recover.c | 3008 char *hbp, *dbp; in xlog_do_recovery_pass() local 3089 dbp = xlog_alloc_buffer(log, BTOBB(h_size)); in xlog_do_recovery_pass() 3090 if (!dbp) { in xlog_do_recovery_pass() 3167 error = xlog_bread(log, rblk_no, bblks, dbp, in xlog_do_recovery_pass() 3174 offset = dbp; in xlog_do_recovery_pass() 3185 split_bblks, dbp, in xlog_do_recovery_pass() 3237 error = xlog_bread(log, blk_no+hblks, bblks, dbp, in xlog_do_recovery_pass() 3252 kvfree(dbp); in xlog_do_recovery_pass()
|
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_hw.c | 3169 { ERR_BAD_DB_PIDX3_F, "SGE DBP 3 pidx increment too large", -1, in csio_sge_intr_handler() 3171 { ERR_BAD_DB_PIDX2_F, "SGE DBP 2 pidx increment too large", -1, in csio_sge_intr_handler() 3173 { ERR_BAD_DB_PIDX1_F, "SGE DBP 1 pidx increment too large", -1, in csio_sge_intr_handler() 3175 { ERR_BAD_DB_PIDX0_F, "SGE DBP 0 pidx increment too large", -1, in csio_sge_intr_handler()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | t4_hw.c | 4464 { ERR_BAD_DB_PIDX3_F, "SGE DBP 3 pidx increment too large", -1, in sge_intr_handler() 4466 { ERR_BAD_DB_PIDX2_F, "SGE DBP 2 pidx increment too large", -1, in sge_intr_handler() 4468 { ERR_BAD_DB_PIDX1_F, "SGE DBP 1 pidx increment too large", -1, in sge_intr_handler() 4470 { ERR_BAD_DB_PIDX0_F, "SGE DBP 0 pidx increment too large", -1, in sge_intr_handler()
|