/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_dir2_leaf.c | 426 hdr = dbp->b_addr; in xfs_dir2_block_to_leaf() 838 0, &dbp); in xfs_dir2_leaf_addname() 1276 if (dbp) in xfs_dir2_leaf_lookup_int() 1280 0, &dbp); in xfs_dir2_leaf_lookup_int() 1304 *dbpp = dbp; in xfs_dir2_leaf_lookup_int() 1322 0, &dbp); in xfs_dir2_leaf_lookup_int() 1328 *dbpp = dbp; in xfs_dir2_leaf_lookup_int() 1335 if (dbp) in xfs_dir2_leaf_lookup_int() 1379 hdr = dbp->b_addr; in xfs_dir2_leaf_removename() 1450 dbp = NULL; in xfs_dir2_leaf_removename() [all …]
|
A D | xfs_dir2_node.c | 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() 1692 struct xfs_buf *dbp; in xfs_dir2_node_add_datablk() local 1783 *dbpp = dbp; in xfs_dir2_node_add_datablk() 1946 0, &dbp); in xfs_dir2_node_addname_int() 1952 hdr = dbp->b_addr; in xfs_dir2_node_addname_int() 1965 xfs_trans_brelse(tp, dbp); in xfs_dir2_node_addname_int() [all …]
|
A D | xfs_dir2_block.c | 925 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()
|
A D | xfs_dir2_priv.h | 47 xfs_dir2_db_t *dbp); 60 struct xfs_buf *lbp, struct xfs_buf *dbp); 102 struct xfs_buf *dbp);
|
A D | xfs_dir2.c | 570 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-6.3-rc2/arch/x86/kernel/ |
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-6.3-rc2/fs/freevxfs/ |
A D | vxfs_dir.h | 65 #define VXFS_DIRBLKOV(sbi, dbp) \ argument 66 ((sizeof(short) * fs16_to_cpu(sbi, dbp->d_nhash)) + 4)
|
A D | vxfs_lookup.c | 81 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-6.3-rc2/fs/xfs/scrub/ |
A D | dir.c | 481 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-6.3-rc2/drivers/rtc/ |
A D | rtc-stm32.c | 123 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-6.3-rc2/drivers/net/ethernet/fungible/funcore/ |
A D | fun_queue.h | 136 u32 rq_buf_size_log2, u32 *sqidp, u32 __iomem **dbp); 141 u32 *cqidp, u32 __iomem **dbp);
|
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-6.3-rc2/Documentation/devicetree/bindings/rtc/ |
A D | st,stm32-rtc.yaml | 41 access control register at offset, and change the dbp (Disable Backup
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_log_recover.c | 2959 char *hbp, *dbp; in xlog_do_recovery_pass() local 3033 dbp = xlog_alloc_buffer(log, BTOBB(h_size)); in xlog_do_recovery_pass() 3034 if (!dbp) { in xlog_do_recovery_pass() 3111 error = xlog_bread(log, rblk_no, bblks, dbp, in xlog_do_recovery_pass() 3118 offset = dbp; in xlog_do_recovery_pass() 3129 split_bblks, dbp, in xlog_do_recovery_pass() 3181 error = xlog_bread(log, blk_no+hblks, bblks, dbp, in xlog_do_recovery_pass() 3196 kmem_free(dbp); in xlog_do_recovery_pass()
|