/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_dir2_leaf.c | 393 struct xfs_buf *dbp) /* input block's buffer */ in xfs_dir2_block_to_leaf() argument 435 hdr = dbp->b_addr; in xfs_dir2_block_to_leaf() 436 xfs_dir3_data_check(dp, dbp); in xfs_dir2_block_to_leaf() 463 xfs_dir2_data_make_free(args, dbp, in xfs_dir2_block_to_leaf() 471 dbp->b_ops = &xfs_dir3_data_buf_ops; in xfs_dir2_block_to_leaf() 472 xfs_trans_buf_set_type(tp, dbp, XFS_BLFT_DIR_DATA_BUF); in xfs_dir2_block_to_leaf() 491 xfs_dir2_data_log_header(args, dbp); in xfs_dir2_block_to_leaf() 493 xfs_dir3_data_check(dp, dbp); in xfs_dir2_block_to_leaf() 629 struct xfs_buf *dbp; /* data block buffer */ in xfs_dir2_leaf_addname() local 817 if ((error = xfs_dir3_data_init(args, use_block, &dbp))) { in xfs_dir2_leaf_addname() [all …]
|
D | xfs_dir2_priv.h | 13 xfs_dir2_db_t *dbp); 26 struct xfs_buf *lbp, struct xfs_buf *dbp); 55 struct xfs_buf *dbp);
|
D | xfs_dir2_block.c | 900 struct xfs_buf *dbp) /* data buffer */ in xfs_dir2_leaf_to_block() argument 958 if (!dbp) { in xfs_dir2_leaf_to_block() 959 error = xfs_dir3_data_read(tp, dp, args->geo->datablk, -1, &dbp); in xfs_dir2_leaf_to_block() 963 hdr = dbp->b_addr; in xfs_dir2_leaf_to_block() 987 xfs_dir3_block_init(mp, tp, dbp, dp); in xfs_dir2_leaf_to_block() 994 error = xfs_dir2_data_use_free(args, dbp, dup, in xfs_dir2_leaf_to_block() 1004 xfs_dir2_block_log_tail(tp, dbp); in xfs_dir2_leaf_to_block() 1015 xfs_dir2_block_log_leaf(tp, dbp, 0, be32_to_cpu(btp->count) - 1); in xfs_dir2_leaf_to_block() 1022 xfs_dir2_data_log_header(args, dbp); in xfs_dir2_leaf_to_block() 1037 return xfs_dir2_block_to_sf(args, dbp, size, &sfh); in xfs_dir2_leaf_to_block()
|
D | xfs_dir2_node.c | 1211 struct xfs_buf *dbp; /* data block buffer */ in xfs_dir2_leafn_remove() local 1261 dbp = dblk->bp; in xfs_dir2_leafn_remove() 1262 hdr = dbp->b_addr; in xfs_dir2_leafn_remove() 1267 xfs_dir2_data_make_free(args, dbp, off, in xfs_dir2_leafn_remove() 1276 xfs_dir2_data_log_header(args, dbp); in xfs_dir2_leafn_remove() 1277 xfs_dir3_data_check(dp, dbp); in xfs_dir2_leafn_remove() 1323 error = xfs_dir2_shrink_inode(args, db, dbp); in xfs_dir2_leafn_remove() 1697 struct xfs_buf *dbp; /* data block buffer */ in xfs_dir2_node_addname_int() local 1868 (error = xfs_dir3_data_init(args, dbno, &dbp)))) in xfs_dir2_node_addname_int() 1976 hdr = dbp->b_addr; in xfs_dir2_node_addname_int() [all …]
|
D | xfs_dir2.c | 556 xfs_dir2_db_t *dbp) /* out: block number added */ in xfs_dir2_grow_inode() argument 576 *dbp = xfs_dir2_da_to_db(args->geo, (xfs_dablk_t)bno); in xfs_dir2_grow_inode()
|
/Linux-v4.19/arch/x86/kernel/ |
D | kdebugfs.c | 155 struct dentry *dbp, *version, *data; in boot_params_kdebugfs_init() local 158 dbp = debugfs_create_dir("boot_params", arch_debugfs_dir); in boot_params_kdebugfs_init() 159 if (!dbp) in boot_params_kdebugfs_init() 162 version = debugfs_create_x16("version", S_IRUGO, dbp, in boot_params_kdebugfs_init() 167 data = debugfs_create_blob("data", S_IRUGO, dbp, in boot_params_kdebugfs_init() 172 error = create_setup_data_nodes(dbp); in boot_params_kdebugfs_init() 183 debugfs_remove(dbp); in boot_params_kdebugfs_init()
|
/Linux-v4.19/fs/freevxfs/ |
D | vxfs_dir.h | 90 #define VXFS_DIRBLKOV(sbi, dbp) \ argument 91 ((sizeof(short) * fs16_to_cpu(sbi, dbp->d_nhash)) + 4)
|
D | vxfs_lookup.c | 105 struct vxfs_dirblk *dbp = in vxfs_find_entry() local 108 int overhead = VXFS_DIRBLKOV(sbi, dbp); in vxfs_find_entry() 256 struct vxfs_dirblk *dbp = in vxfs_readdir() local 259 int overhead = VXFS_DIRBLKOV(sbi, dbp); in vxfs_readdir()
|
/Linux-v4.19/fs/xfs/scrub/ |
D | dir.c | 460 struct xfs_buf *dbp, in xchk_directory_check_freesp() argument 465 dfp = sc->ip->d_ops->data_bestfree_p(dbp->b_addr); in xchk_directory_check_freesp() 485 struct xfs_buf *dbp; in xchk_directory_leaf1_bestfree() local 559 i * args->geo->fsbcount, -1, &dbp); in xchk_directory_leaf1_bestfree() 563 xchk_directory_check_freesp(sc, lblk, dbp, best); in xchk_directory_leaf1_bestfree() 564 xfs_trans_brelse(sc->tp, dbp); in xchk_directory_leaf1_bestfree() 580 struct xfs_buf *dbp; in xchk_directory_free_bestfree() local 612 -1, &dbp); in xchk_directory_free_bestfree() 616 xchk_directory_check_freesp(sc, lblk, dbp, best); in xchk_directory_free_bestfree() 617 xfs_trans_brelse(sc->tp, dbp); in xchk_directory_free_bestfree()
|
/Linux-v4.19/drivers/rtc/ |
D | rtc-stm32.c | 123 struct regmap *dbp; member 717 rtc->dbp = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, in stm32_rtc_probe() 719 if (IS_ERR(rtc->dbp)) { in stm32_rtc_probe() 721 return PTR_ERR(rtc->dbp); in stm32_rtc_probe() 766 regmap_update_bits(rtc->dbp, rtc->dbp_reg, in stm32_rtc_probe() 843 regmap_update_bits(rtc->dbp, rtc->dbp_reg, rtc->dbp_mask, 0); in stm32_rtc_probe() 870 regmap_update_bits(rtc->dbp, rtc->dbp_reg, rtc->dbp_mask, 0); in stm32_rtc_remove()
|
/Linux-v4.19/Documentation/devicetree/bindings/rtc/ |
D | st,stm32-rtc.txt | 19 access control register at offset, and change the dbp (Disable Backup
|
/Linux-v4.19/fs/xfs/ |
D | xfs_log_recover.c | 5314 xfs_buf_t *hbp, *dbp; in xlog_do_recovery_pass() local 5395 dbp = xlog_get_bp(log, BTOBB(h_size)); in xlog_do_recovery_pass() 5396 if (!dbp) { in xlog_do_recovery_pass() 5473 error = xlog_bread(log, rblk_no, bblks, dbp, in xlog_do_recovery_pass() 5480 offset = dbp->b_addr; in xlog_do_recovery_pass() 5491 split_bblks, dbp, in xlog_do_recovery_pass() 5510 bblks - split_bblks, dbp, in xlog_do_recovery_pass() 5543 error = xlog_bread(log, blk_no+hblks, bblks, dbp, in xlog_do_recovery_pass() 5558 xlog_put_bp(dbp); in xlog_do_recovery_pass()
|