Home
last modified time | relevance | path

Searched refs:dbp (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c477 hdr = dbp->b_addr; in xfs_dir2_block_to_leaf()
890 &dbp); in xfs_dir2_leaf_addname()
1329 if (dbp) in xfs_dir2_leaf_lookup_int()
1333 &dbp); in xfs_dir2_leaf_lookup_int()
1357 *dbpp = dbp; in xfs_dir2_leaf_lookup_int()
1375 &dbp); in xfs_dir2_leaf_lookup_int()
1381 *dbpp = dbp; in xfs_dir2_leaf_lookup_int()
1388 if (dbp) in xfs_dir2_leaf_lookup_int()
1432 hdr = dbp->b_addr; in xfs_dir2_leaf_removename()
1505 dbp = NULL; in xfs_dir2_leaf_removename()
[all …]
H A Dxfs_dir2_node.c1329 dbp = dblk->bp; in xfs_dir2_leafn_remove()
1330 hdr = dbp->b_addr; in xfs_dir2_leafn_remove()
1335 xfs_dir2_data_make_free(args, dbp, off, in xfs_dir2_leafn_remove()
1345 xfs_dir2_data_log_header(args, dbp); in xfs_dir2_leafn_remove()
1346 xfs_dir3_data_check(dp, dbp); in xfs_dir2_leafn_remove()
1703 struct xfs_buf *dbp; in xfs_dir2_node_add_datablk() local
1795 *dbpp = dbp; in xfs_dir2_node_add_datablk()
1963 hdr = dbp->b_addr; in xfs_dir2_node_addname_int()
1976 xfs_trans_brelse(tp, dbp); in xfs_dir2_node_addname_int()
1988 xfs_dir2_data_log_entry(args, dbp, dep); in xfs_dir2_node_addname_int()
[all …]
H A Dxfs_dir2_block.c932 struct xfs_buf *dbp) /* data buffer */ in xfs_dir2_leaf_to_block() argument
988 if (!dbp) { in xfs_dir2_leaf_to_block()
990 args->geo->datablk, 0, &dbp); in xfs_dir2_leaf_to_block()
994 hdr = dbp->b_addr; in xfs_dir2_leaf_to_block()
1018 xfs_dir3_block_init(args, dbp); in xfs_dir2_leaf_to_block()
1025 error = xfs_dir2_data_use_free(args, dbp, dup, in xfs_dir2_leaf_to_block()
1035 xfs_dir2_block_log_tail(tp, dbp); in xfs_dir2_leaf_to_block()
1047 xfs_dir2_block_log_leaf(tp, dbp, 0, be32_to_cpu(btp->count) - 1); in xfs_dir2_leaf_to_block()
1054 xfs_dir2_data_log_header(args, dbp); in xfs_dir2_leaf_to_block()
1069 return xfs_dir2_block_to_sf(args, dbp, size, &sfh); in xfs_dir2_leaf_to_block()
H A Dxfs_dir2_priv.h47 xfs_dir2_db_t *dbp);
60 struct xfs_buf *lbp, struct xfs_buf *dbp);
103 struct xfs_buf *dbp);
H A Dxfs_dir2.c612 xfs_dir2_db_t *dbp) /* out: block number added */ in xfs_dir2_grow_inode() argument
632 *dbp = xfs_dir2_da_to_db(args->geo, (xfs_dablk_t)bno); in xfs_dir2_grow_inode()
/linux-6.15/arch/x86/kernel/
H A Dkdebugfs.c167 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.15/fs/freevxfs/
H A Dvxfs_dir.h65 #define VXFS_DIRBLKOV(sbi, dbp) \ argument
66 ((sizeof(short) * fs16_to_cpu(sbi, dbp->d_nhash)) + 4)
H A Dvxfs_lookup.c81 struct vxfs_dirblk *dbp = in vxfs_find_entry() local
84 int overhead = VXFS_DIRBLKOV(sbi, dbp); in vxfs_find_entry()
231 struct vxfs_dirblk *dbp = in vxfs_readdir() local
234 int overhead = VXFS_DIRBLKOV(sbi, dbp); in vxfs_readdir()
/linux-6.15/fs/xfs/scrub/
H A Ddir.c603 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-6.15/drivers/net/ethernet/fungible/funcore/
H A Dfun_queue.h136 u32 rq_buf_size_log2, u32 *sqidp, u32 __iomem **dbp);
141 u32 *cqidp, u32 __iomem **dbp);
H A Dfun_queue.c79 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.15/drivers/rtc/
H A Drtc-stm32.c169 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-6.15/fs/xfs/
H A Dxfs_log_recover.c3001 char *hbp, *dbp; in xlog_do_recovery_pass() local
3082 dbp = xlog_alloc_buffer(log, BTOBB(h_size)); in xlog_do_recovery_pass()
3083 if (!dbp) { in xlog_do_recovery_pass()
3160 error = xlog_bread(log, rblk_no, bblks, dbp, in xlog_do_recovery_pass()
3167 offset = dbp; in xlog_do_recovery_pass()
3178 split_bblks, dbp, in xlog_do_recovery_pass()
3230 error = xlog_bread(log, blk_no+hblks, bblks, dbp, in xlog_do_recovery_pass()
3245 kvfree(dbp); in xlog_do_recovery_pass()
/linux-6.15/Documentation/devicetree/bindings/rtc/
H A Dst,stm32-rtc.yaml42 access control register at offset, and change the dbp (Disable Backup