/Linux-v5.4/fs/xfs/libxfs/ |
D | xfs_dir2_leaf.c | 332 struct xfs_buf *dbp) /* input block's buffer */ in xfs_dir2_block_to_leaf() argument 374 hdr = dbp->b_addr; in xfs_dir2_block_to_leaf() 375 xfs_dir3_data_check(dp, dbp); in xfs_dir2_block_to_leaf() 402 xfs_dir2_data_make_free(args, dbp, in xfs_dir2_block_to_leaf() 410 dbp->b_ops = &xfs_dir3_data_buf_ops; in xfs_dir2_block_to_leaf() 411 xfs_trans_buf_set_type(tp, dbp, XFS_BLFT_DIR_DATA_BUF); in xfs_dir2_block_to_leaf() 430 xfs_dir2_data_log_header(args, dbp); in xfs_dir2_block_to_leaf() 432 xfs_dir3_data_check(dp, dbp); in xfs_dir2_block_to_leaf() 569 struct xfs_buf *dbp; /* data block buffer */ in xfs_dir2_leaf_addname() local 753 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_node.c | 1206 struct xfs_buf *dbp; /* data block buffer */ in xfs_dir2_leafn_remove() local 1256 dbp = dblk->bp; in xfs_dir2_leafn_remove() 1257 hdr = dbp->b_addr; in xfs_dir2_leafn_remove() 1262 xfs_dir2_data_make_free(args, dbp, off, in xfs_dir2_leafn_remove() 1271 xfs_dir2_data_log_header(args, dbp); in xfs_dir2_leafn_remove() 1272 xfs_dir3_data_check(dp, dbp); in xfs_dir2_leafn_remove() 1318 error = xfs_dir2_shrink_inode(args, db, dbp); in xfs_dir2_leafn_remove() 1633 struct xfs_buf *dbp; in xfs_dir2_node_add_datablk() local 1645 error = xfs_dir3_data_init(args, *dbno, &dbp); in xfs_dir2_node_add_datablk() 1725 hdr = dbp->b_addr; in xfs_dir2_node_add_datablk() [all …]
|
D | xfs_dir2_block.c | 897 struct xfs_buf *dbp) /* data buffer */ in xfs_dir2_leaf_to_block() argument 955 if (!dbp) { in xfs_dir2_leaf_to_block() 956 error = xfs_dir3_data_read(tp, dp, args->geo->datablk, -1, &dbp); in xfs_dir2_leaf_to_block() 960 hdr = dbp->b_addr; in xfs_dir2_leaf_to_block() 984 xfs_dir3_block_init(mp, tp, dbp, dp); in xfs_dir2_leaf_to_block() 991 error = xfs_dir2_data_use_free(args, dbp, dup, in xfs_dir2_leaf_to_block() 1001 xfs_dir2_block_log_tail(tp, dbp); in xfs_dir2_leaf_to_block() 1012 xfs_dir2_block_log_leaf(tp, dbp, 0, be32_to_cpu(btp->count) - 1); in xfs_dir2_leaf_to_block() 1019 xfs_dir2_data_log_header(args, dbp); in xfs_dir2_leaf_to_block() 1034 return xfs_dir2_block_to_sf(args, dbp, size, &sfh); in xfs_dir2_leaf_to_block()
|
D | xfs_dir2.c | 552 xfs_dir2_db_t *dbp) /* out: block number added */ in xfs_dir2_grow_inode() argument 572 *dbp = xfs_dir2_da_to_db(args->geo, (xfs_dablk_t)bno); in xfs_dir2_grow_inode()
|
/Linux-v5.4/arch/x86/kernel/ |
D | kdebugfs.c | 135 struct dentry *dbp; in boot_params_kdebugfs_init() local 138 dbp = debugfs_create_dir("boot_params", arch_debugfs_dir); in boot_params_kdebugfs_init() 140 debugfs_create_x16("version", S_IRUGO, dbp, &boot_params.hdr.version); in boot_params_kdebugfs_init() 141 debugfs_create_blob("data", S_IRUGO, dbp, &boot_params_blob); in boot_params_kdebugfs_init() 143 error = create_setup_data_nodes(dbp); in boot_params_kdebugfs_init() 145 debugfs_remove_recursive(dbp); in boot_params_kdebugfs_init()
|
/Linux-v5.4/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-v5.4/fs/xfs/scrub/ |
D | dir.c | 456 struct xfs_buf *dbp, in xchk_directory_check_freesp() argument 461 dfp = sc->ip->d_ops->data_bestfree_p(dbp->b_addr); in xchk_directory_check_freesp() 481 struct xfs_buf *dbp; in xchk_directory_leaf1_bestfree() local 555 i * args->geo->fsbcount, -1, &dbp); in xchk_directory_leaf1_bestfree() 559 xchk_directory_check_freesp(sc, lblk, dbp, best); in xchk_directory_leaf1_bestfree() 560 xfs_trans_brelse(sc->tp, dbp); in xchk_directory_leaf1_bestfree() 576 struct xfs_buf *dbp; in xchk_directory_free_bestfree() local 608 -1, &dbp); in xchk_directory_free_bestfree() 612 xchk_directory_check_freesp(sc, lblk, dbp, best); in xchk_directory_free_bestfree() 613 xfs_trans_brelse(sc->tp, dbp); in xchk_directory_free_bestfree()
|
/Linux-v5.4/drivers/rtc/ |
D | rtc-stm32.c | 123 struct regmap *dbp; member 713 rtc->dbp = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, in stm32_rtc_probe() 715 if (IS_ERR(rtc->dbp)) { in stm32_rtc_probe() 717 return PTR_ERR(rtc->dbp); in stm32_rtc_probe() 762 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-v5.4/Documentation/devicetree/bindings/rtc/ |
D | st,stm32-rtc.txt | 19 access control register at offset, and change the dbp (Disable Backup
|
/Linux-v5.4/fs/xfs/ |
D | xfs_log_recover.c | 5241 char *hbp, *dbp; in xlog_do_recovery_pass() local 5322 dbp = xlog_alloc_buffer(log, BTOBB(h_size)); in xlog_do_recovery_pass() 5323 if (!dbp) { in xlog_do_recovery_pass() 5400 error = xlog_bread(log, rblk_no, bblks, dbp, in xlog_do_recovery_pass() 5407 offset = dbp; in xlog_do_recovery_pass() 5418 split_bblks, dbp, in xlog_do_recovery_pass() 5470 error = xlog_bread(log, blk_no+hblks, bblks, dbp, in xlog_do_recovery_pass() 5485 kmem_free(dbp); in xlog_do_recovery_pass()
|