dbp               135 arch/x86/kernel/kdebugfs.c 	struct dentry *dbp;
dbp               138 arch/x86/kernel/kdebugfs.c 	dbp = debugfs_create_dir("boot_params", arch_debugfs_dir);
dbp               140 arch/x86/kernel/kdebugfs.c 	debugfs_create_x16("version", S_IRUGO, dbp, &boot_params.hdr.version);
dbp               141 arch/x86/kernel/kdebugfs.c 	debugfs_create_blob("data", S_IRUGO, dbp, &boot_params_blob);
dbp               143 arch/x86/kernel/kdebugfs.c 	error = create_setup_data_nodes(dbp);
dbp               145 arch/x86/kernel/kdebugfs.c 		debugfs_remove_recursive(dbp);
dbp               123 drivers/rtc/rtc-stm32.c 	struct regmap *dbp;
dbp               713 drivers/rtc/rtc-stm32.c 		rtc->dbp = syscon_regmap_lookup_by_phandle(pdev->dev.of_node,
dbp               715 drivers/rtc/rtc-stm32.c 		if (IS_ERR(rtc->dbp)) {
dbp               717 drivers/rtc/rtc-stm32.c 			return PTR_ERR(rtc->dbp);
dbp               762 drivers/rtc/rtc-stm32.c 		regmap_update_bits(rtc->dbp, rtc->dbp_reg,
dbp               841 drivers/rtc/rtc-stm32.c 		regmap_update_bits(rtc->dbp, rtc->dbp_reg, rtc->dbp_mask, 0);
dbp               868 drivers/rtc/rtc-stm32.c 		regmap_update_bits(rtc->dbp, rtc->dbp_reg, rtc->dbp_mask, 0);
dbp                90 fs/freevxfs/vxfs_dir.h #define VXFS_DIRBLKOV(sbi, dbp)	\
dbp                91 fs/freevxfs/vxfs_dir.h 	((sizeof(short) * fs16_to_cpu(sbi, dbp->d_nhash)) + 4)
dbp               105 fs/freevxfs/vxfs_lookup.c 				struct vxfs_dirblk *dbp =
dbp               108 fs/freevxfs/vxfs_lookup.c 				int overhead = VXFS_DIRBLKOV(sbi, dbp);
dbp               256 fs/freevxfs/vxfs_lookup.c 				struct vxfs_dirblk *dbp =
dbp               259 fs/freevxfs/vxfs_lookup.c 				int overhead = VXFS_DIRBLKOV(sbi, dbp);
dbp               552 fs/xfs/libxfs/xfs_dir2.c 	xfs_dir2_db_t		*dbp)	/* out: block number added */
dbp               572 fs/xfs/libxfs/xfs_dir2.c 	*dbp = xfs_dir2_da_to_db(args->geo, (xfs_dablk_t)bno);
dbp               897 fs/xfs/libxfs/xfs_dir2_block.c 	struct xfs_buf		*dbp)		/* data buffer */
dbp               955 fs/xfs/libxfs/xfs_dir2_block.c 	if (!dbp) {
dbp               956 fs/xfs/libxfs/xfs_dir2_block.c 		error = xfs_dir3_data_read(tp, dp, args->geo->datablk, -1, &dbp);
dbp               960 fs/xfs/libxfs/xfs_dir2_block.c 	hdr = dbp->b_addr;
dbp               984 fs/xfs/libxfs/xfs_dir2_block.c 	xfs_dir3_block_init(mp, tp, dbp, dp);
dbp               991 fs/xfs/libxfs/xfs_dir2_block.c 	error = xfs_dir2_data_use_free(args, dbp, dup,
dbp              1001 fs/xfs/libxfs/xfs_dir2_block.c 	xfs_dir2_block_log_tail(tp, dbp);
dbp              1012 fs/xfs/libxfs/xfs_dir2_block.c 	xfs_dir2_block_log_leaf(tp, dbp, 0, be32_to_cpu(btp->count) - 1);
dbp              1019 fs/xfs/libxfs/xfs_dir2_block.c 		xfs_dir2_data_log_header(args, dbp);
dbp              1034 fs/xfs/libxfs/xfs_dir2_block.c 	return xfs_dir2_block_to_sf(args, dbp, size, &sfh);
dbp               332 fs/xfs/libxfs/xfs_dir2_leaf.c 	struct xfs_buf		*dbp)		/* input block's buffer */
dbp               374 fs/xfs/libxfs/xfs_dir2_leaf.c 	hdr = dbp->b_addr;
dbp               375 fs/xfs/libxfs/xfs_dir2_leaf.c 	xfs_dir3_data_check(dp, dbp);
dbp               402 fs/xfs/libxfs/xfs_dir2_leaf.c 	xfs_dir2_data_make_free(args, dbp,
dbp               410 fs/xfs/libxfs/xfs_dir2_leaf.c 	dbp->b_ops = &xfs_dir3_data_buf_ops;
dbp               411 fs/xfs/libxfs/xfs_dir2_leaf.c 	xfs_trans_buf_set_type(tp, dbp, XFS_BLFT_DIR_DATA_BUF);
dbp               430 fs/xfs/libxfs/xfs_dir2_leaf.c 		xfs_dir2_data_log_header(args, dbp);
dbp               432 fs/xfs/libxfs/xfs_dir2_leaf.c 	xfs_dir3_data_check(dp, dbp);
dbp               569 fs/xfs/libxfs/xfs_dir2_leaf.c 	struct xfs_buf		*dbp;		/* data block buffer */
dbp               753 fs/xfs/libxfs/xfs_dir2_leaf.c 		if ((error = xfs_dir3_data_init(args, use_block, &dbp))) {
dbp               775 fs/xfs/libxfs/xfs_dir2_leaf.c 		hdr = dbp->b_addr;
dbp               786 fs/xfs/libxfs/xfs_dir2_leaf.c 				   -1, &dbp);
dbp               791 fs/xfs/libxfs/xfs_dir2_leaf.c 		hdr = dbp->b_addr;
dbp               804 fs/xfs/libxfs/xfs_dir2_leaf.c 	error = xfs_dir2_data_use_free(args, dbp, dup,
dbp               830 fs/xfs/libxfs/xfs_dir2_leaf.c 		xfs_dir2_data_log_header(args, dbp);
dbp               831 fs/xfs/libxfs/xfs_dir2_leaf.c 	xfs_dir2_data_log_entry(args, dbp, dep);
dbp               859 fs/xfs/libxfs/xfs_dir2_leaf.c 	xfs_dir3_data_check(dp, dbp);
dbp              1112 fs/xfs/libxfs/xfs_dir2_leaf.c 	struct xfs_buf		*dbp;		/* data block buffer */
dbp              1128 fs/xfs/libxfs/xfs_dir2_leaf.c 	if ((error = xfs_dir2_leaf_lookup_int(args, &lbp, &index, &dbp))) {
dbp              1145 fs/xfs/libxfs/xfs_dir2_leaf.c 	      ((char *)dbp->b_addr +
dbp              1153 fs/xfs/libxfs/xfs_dir2_leaf.c 	xfs_trans_brelse(tp, dbp);
dbp              1172 fs/xfs/libxfs/xfs_dir2_leaf.c 	struct xfs_buf		*dbp = NULL;	/* data buffer */
dbp              1228 fs/xfs/libxfs/xfs_dir2_leaf.c 			if (dbp)
dbp              1229 fs/xfs/libxfs/xfs_dir2_leaf.c 				xfs_trans_brelse(tp, dbp);
dbp              1232 fs/xfs/libxfs/xfs_dir2_leaf.c 					   -1, &dbp);
dbp              1242 fs/xfs/libxfs/xfs_dir2_leaf.c 		dep = (xfs_dir2_data_entry_t *)((char *)dbp->b_addr +
dbp              1256 fs/xfs/libxfs/xfs_dir2_leaf.c 				*dbpp = dbp;
dbp              1271 fs/xfs/libxfs/xfs_dir2_leaf.c 			xfs_trans_brelse(tp, dbp);
dbp              1274 fs/xfs/libxfs/xfs_dir2_leaf.c 					   -1, &dbp);
dbp              1280 fs/xfs/libxfs/xfs_dir2_leaf.c 		*dbpp = dbp;
dbp              1287 fs/xfs/libxfs/xfs_dir2_leaf.c 	if (dbp)
dbp              1288 fs/xfs/libxfs/xfs_dir2_leaf.c 		xfs_trans_brelse(tp, dbp);
dbp              1303 fs/xfs/libxfs/xfs_dir2_leaf.c 	struct xfs_buf		*dbp;		/* data block buffer */
dbp              1325 fs/xfs/libxfs/xfs_dir2_leaf.c 	if ((error = xfs_dir2_leaf_lookup_int(args, &lbp, &index, &dbp))) {
dbp              1330 fs/xfs/libxfs/xfs_dir2_leaf.c 	hdr = dbp->b_addr;
dbp              1331 fs/xfs/libxfs/xfs_dir2_leaf.c 	xfs_dir3_data_check(dp, dbp);
dbp              1351 fs/xfs/libxfs/xfs_dir2_leaf.c 	xfs_dir2_data_make_free(args, dbp,
dbp              1371 fs/xfs/libxfs/xfs_dir2_leaf.c 		xfs_dir2_data_log_header(args, dbp);
dbp              1380 fs/xfs/libxfs/xfs_dir2_leaf.c 	xfs_dir3_data_check(dp, dbp);
dbp              1387 fs/xfs/libxfs/xfs_dir2_leaf.c 		if ((error = xfs_dir2_shrink_inode(args, db, dbp))) {
dbp              1399 fs/xfs/libxfs/xfs_dir2_leaf.c 		dbp = NULL;
dbp              1429 fs/xfs/libxfs/xfs_dir2_leaf.c 		dbp = NULL;
dbp              1435 fs/xfs/libxfs/xfs_dir2_leaf.c 	return xfs_dir2_leaf_to_block(args, lbp, dbp);
dbp              1445 fs/xfs/libxfs/xfs_dir2_leaf.c 	struct xfs_buf		*dbp;		/* data block buffer */
dbp              1461 fs/xfs/libxfs/xfs_dir2_leaf.c 	if ((error = xfs_dir2_leaf_lookup_int(args, &lbp, &index, &dbp))) {
dbp              1475 fs/xfs/libxfs/xfs_dir2_leaf.c 	      ((char *)dbp->b_addr +
dbp              1484 fs/xfs/libxfs/xfs_dir2_leaf.c 	xfs_dir2_data_log_entry(args, dbp, dep);
dbp              1556 fs/xfs/libxfs/xfs_dir2_leaf.c 	struct xfs_buf		*dbp;		/* data block buffer */
dbp              1569 fs/xfs/libxfs/xfs_dir2_leaf.c 				   -1, &dbp);
dbp              1578 fs/xfs/libxfs/xfs_dir2_leaf.c 	struct xfs_dir2_data_hdr *hdr = dbp->b_addr;
dbp              1592 fs/xfs/libxfs/xfs_dir2_leaf.c 	if ((error = xfs_dir2_shrink_inode(args, db, dbp))) {
dbp              1594 fs/xfs/libxfs/xfs_dir2_leaf.c 		xfs_trans_brelse(tp, dbp);
dbp              1206 fs/xfs/libxfs/xfs_dir2_node.c 	struct xfs_buf		*dbp;		/* data block buffer */
dbp              1256 fs/xfs/libxfs/xfs_dir2_node.c 	dbp = dblk->bp;
dbp              1257 fs/xfs/libxfs/xfs_dir2_node.c 	hdr = dbp->b_addr;
dbp              1262 fs/xfs/libxfs/xfs_dir2_node.c 	xfs_dir2_data_make_free(args, dbp, off,
dbp              1271 fs/xfs/libxfs/xfs_dir2_node.c 		xfs_dir2_data_log_header(args, dbp);
dbp              1272 fs/xfs/libxfs/xfs_dir2_node.c 	xfs_dir3_data_check(dp, dbp);
dbp              1318 fs/xfs/libxfs/xfs_dir2_node.c 			error = xfs_dir2_shrink_inode(args, db, dbp);
dbp              1633 fs/xfs/libxfs/xfs_dir2_node.c 	struct xfs_buf		*dbp;
dbp              1645 fs/xfs/libxfs/xfs_dir2_node.c 	error = xfs_dir3_data_init(args, *dbno, &dbp);
dbp              1725 fs/xfs/libxfs/xfs_dir2_node.c 	hdr = dbp->b_addr;
dbp              1729 fs/xfs/libxfs/xfs_dir2_node.c 	*dbpp = dbp;
dbp              1859 fs/xfs/libxfs/xfs_dir2_node.c 	struct xfs_buf		*dbp;		/* data block buffer */
dbp              1895 fs/xfs/libxfs/xfs_dir2_node.c 		error = xfs_dir2_node_add_datablk(args, fblk, &dbno, &dbp, &fbp,
dbp              1901 fs/xfs/libxfs/xfs_dir2_node.c 					   -1, &dbp);
dbp              1907 fs/xfs/libxfs/xfs_dir2_node.c 	hdr = dbp->b_addr;
dbp              1917 fs/xfs/libxfs/xfs_dir2_node.c 	error = xfs_dir2_data_use_free(args, dbp, dup, aoff, length,
dbp              1920 fs/xfs/libxfs/xfs_dir2_node.c 		xfs_trans_brelse(tp, dbp);
dbp              1932 fs/xfs/libxfs/xfs_dir2_node.c 	xfs_dir2_data_log_entry(args, dbp, dep);
dbp              1938 fs/xfs/libxfs/xfs_dir2_node.c 		xfs_dir2_data_log_header(args, dbp);
dbp                13 fs/xfs/libxfs/xfs_dir2_priv.h 				xfs_dir2_db_t *dbp);
dbp                26 fs/xfs/libxfs/xfs_dir2_priv.h 		struct xfs_buf *lbp, struct xfs_buf *dbp);
dbp                55 fs/xfs/libxfs/xfs_dir2_priv.h 		struct xfs_buf *dbp);
dbp               456 fs/xfs/scrub/dir.c 	struct xfs_buf			*dbp,
dbp               461 fs/xfs/scrub/dir.c 	dfp = sc->ip->d_ops->data_bestfree_p(dbp->b_addr);
dbp               481 fs/xfs/scrub/dir.c 	struct xfs_buf			*dbp;
dbp               555 fs/xfs/scrub/dir.c 				i * args->geo->fsbcount, -1, &dbp);
dbp               559 fs/xfs/scrub/dir.c 		xchk_directory_check_freesp(sc, lblk, dbp, best);
dbp               560 fs/xfs/scrub/dir.c 		xfs_trans_brelse(sc->tp, dbp);
dbp               576 fs/xfs/scrub/dir.c 	struct xfs_buf			*dbp;
dbp               608 fs/xfs/scrub/dir.c 				-1, &dbp);
dbp               612 fs/xfs/scrub/dir.c 		xchk_directory_check_freesp(sc, lblk, dbp, best);
dbp               613 fs/xfs/scrub/dir.c 		xfs_trans_brelse(sc->tp, dbp);
dbp              5241 fs/xfs/xfs_log_recover.c 	char			*hbp, *dbp;
dbp              5322 fs/xfs/xfs_log_recover.c 	dbp = xlog_alloc_buffer(log, BTOBB(h_size));
dbp              5323 fs/xfs/xfs_log_recover.c 	if (!dbp) {
dbp              5400 fs/xfs/xfs_log_recover.c 				error = xlog_bread(log, rblk_no, bblks, dbp,
dbp              5407 fs/xfs/xfs_log_recover.c 				offset = dbp;
dbp              5418 fs/xfs/xfs_log_recover.c 							split_bblks, dbp,
dbp              5470 fs/xfs/xfs_log_recover.c 		error = xlog_bread(log, blk_no+hblks, bblks, dbp,
dbp              5485 fs/xfs/xfs_log_recover.c 	kmem_free(dbp);