/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_dir2_leaf.c | 376 struct xfs_buf *dbp) /* input block's buffer */ in xfs_dir2_block_to_leaf() 417 hdr = dbp->b_addr; in xfs_dir2_block_to_leaf() 418 xfs_dir3_data_check(dp, dbp); in xfs_dir2_block_to_leaf() 445 xfs_dir2_data_make_free(args, dbp, in xfs_dir2_block_to_leaf() 453 dbp->b_ops = &xfs_dir3_data_buf_ops; in xfs_dir2_block_to_leaf() 454 xfs_trans_buf_set_type(tp, dbp, XFS_BLFT_DIR_DATA_BUF); in xfs_dir2_block_to_leaf() 473 xfs_dir2_data_log_header(args, dbp); in xfs_dir2_block_to_leaf() 475 xfs_dir3_data_check(dp, dbp); in xfs_dir2_block_to_leaf() 612 struct xfs_buf *dbp; /* data block buffer */ in xfs_dir2_leaf_addname() local 796 if ((error = xfs_dir3_data_init(args, use_block, &dbp))) { in xfs_dir2_leaf_addname() 374 xfs_dir2_block_to_leaf( xfs_da_args_t *args, struct xfs_buf *dbp) xfs_dir2_block_to_leaf() argument 1153 struct xfs_buf *dbp; /* data block buffer */ xfs_dir2_leaf_lookup() local 1213 struct xfs_buf *dbp = NULL; /* data buffer */ xfs_dir2_leaf_lookup_int() local 1343 struct xfs_buf *dbp; /* data block buffer */ xfs_dir2_leaf_removename() local 1487 struct xfs_buf *dbp; /* data block buffer */ xfs_dir2_leaf_replace() local 1593 struct xfs_buf *dbp; /* data block buffer */ xfs_dir2_leaf_trim_data() local [all...] |
H A D | xfs_dir2_node.c | 1271 struct xfs_buf *dbp; /* data block buffer */ in xfs_dir2_leafn_remove() local 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() 1380 error = xfs_dir2_shrink_inode(args, db, dbp); in xfs_dir2_leafn_remove() 1692 struct xfs_buf *dbp; in xfs_dir2_node_add_datablk() local 1703 error = xfs_dir3_data_init(args, *dbno, &dbp); in xfs_dir2_node_add_datablk() 1780 bf = xfs_dir2_data_bestfree_p(mp, dbp in xfs_dir2_node_add_datablk() 1905 struct xfs_buf *dbp; /* data block buffer */ xfs_dir2_node_addname_int() local [all...] |
H A D | xfs_dir2_block.c | 925 struct xfs_buf *dbp) /* data buffer */ in xfs_dir2_leaf_to_block() 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, siz in xfs_dir2_leaf_to_block() 922 xfs_dir2_leaf_to_block( xfs_da_args_t *args, struct xfs_buf *lbp, struct xfs_buf *dbp) xfs_dir2_leaf_to_block() argument [all...] |
H 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);
|
H A D | xfs_dir2.c | 558 xfs_dir2_db_t *dbp) /* out: block number added */ in xfs_dir2_grow_inode() 578 *dbp = xfs_dir2_da_to_db(args->geo, (xfs_dablk_t)bno); in xfs_dir2_grow_inode() 555 xfs_dir2_grow_inode( struct xfs_da_args *args, int space, xfs_dir2_db_t *dbp) xfs_dir2_grow_inode() argument
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_dir2_leaf.c | 385 struct xfs_buf *dbp) /* input block's buffer */ in xfs_dir2_block_to_leaf() 426 hdr = dbp->b_addr; in xfs_dir2_block_to_leaf() 427 xfs_dir3_data_check(dp, dbp); in xfs_dir2_block_to_leaf() 454 xfs_dir2_data_make_free(args, dbp, in xfs_dir2_block_to_leaf() 462 dbp->b_ops = &xfs_dir3_data_buf_ops; in xfs_dir2_block_to_leaf() 463 xfs_trans_buf_set_type(tp, dbp, XFS_BLFT_DIR_DATA_BUF); in xfs_dir2_block_to_leaf() 482 xfs_dir2_data_log_header(args, dbp); in xfs_dir2_block_to_leaf() 484 xfs_dir3_data_check(dp, dbp); in xfs_dir2_block_to_leaf() 621 struct xfs_buf *dbp; /* data block buffer */ in xfs_dir2_leaf_addname() local 805 if ((error = xfs_dir3_data_init(args, use_block, &dbp))) { in xfs_dir2_leaf_addname() 383 xfs_dir2_block_to_leaf( xfs_da_args_t *args, struct xfs_buf *dbp) xfs_dir2_block_to_leaf() argument 1162 struct xfs_buf *dbp; /* data block buffer */ xfs_dir2_leaf_lookup() local 1222 struct xfs_buf *dbp = NULL; /* data buffer */ xfs_dir2_leaf_lookup_int() local 1352 struct xfs_buf *dbp; /* data block buffer */ xfs_dir2_leaf_removename() local 1496 struct xfs_buf *dbp; /* data block buffer */ xfs_dir2_leaf_replace() local 1602 struct xfs_buf *dbp; /* data block buffer */ xfs_dir2_leaf_trim_data() local [all...] |
H A D | xfs_dir2_node.c | 1271 struct xfs_buf *dbp; /* data block buffer */ in xfs_dir2_leafn_remove() local 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() 1380 error = xfs_dir2_shrink_inode(args, db, dbp); in xfs_dir2_leafn_remove() 1692 struct xfs_buf *dbp; in xfs_dir2_node_add_datablk() local 1703 error = xfs_dir3_data_init(args, *dbno, &dbp); in xfs_dir2_node_add_datablk() 1780 bf = xfs_dir2_data_bestfree_p(mp, dbp in xfs_dir2_node_add_datablk() 1905 struct xfs_buf *dbp; /* data block buffer */ xfs_dir2_node_addname_int() local [all...] |
H A D | xfs_dir2_block.c | 925 struct xfs_buf *dbp) /* data buffer */ in xfs_dir2_leaf_to_block() 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, siz in xfs_dir2_leaf_to_block() 922 xfs_dir2_leaf_to_block( xfs_da_args_t *args, struct xfs_buf *lbp, struct xfs_buf *dbp) xfs_dir2_leaf_to_block() argument [all...] |
H 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);
|
H A D | xfs_dir2.c | 571 xfs_dir2_db_t *dbp) /* out: block number added */ in xfs_dir2_grow_inode() 591 *dbp = xfs_dir2_da_to_db(args->geo, (xfs_dablk_t)bno); in xfs_dir2_grow_inode() 568 xfs_dir2_grow_inode( struct xfs_da_args *args, int space, xfs_dir2_db_t *dbp) xfs_dir2_grow_inode() argument
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H 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()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H 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()
|
/kernel/linux/linux-5.10/fs/freevxfs/ |
H A D | vxfs_dir.h | 90 #define VXFS_DIRBLKOV(sbi, dbp) \ 91 ((sizeof(short) * fs16_to_cpu(sbi, dbp->d_nhash)) + 4)
|
H A 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()
|
/kernel/linux/linux-6.6/fs/freevxfs/ |
H A D | vxfs_dir.h | 65 #define VXFS_DIRBLKOV(sbi, dbp) \ 66 ((sizeof(short) * fs16_to_cpu(sbi, dbp->d_nhash)) + 4)
|
H 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()
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | dir.c | 467 struct xfs_buf *dbp, in xchk_directory_check_freesp() 472 dfp = xfs_dir2_data_bestfree_p(sc->mp, dbp->b_addr); in xchk_directory_check_freesp() 491 struct xfs_buf *dbp; in xchk_directory_leaf1_bestfree() local 564 &dbp); in xchk_directory_leaf1_bestfree() 569 if (!dbp) { in xchk_directory_leaf1_bestfree() 581 xchk_directory_check_freesp(sc, lblk, dbp, best); in xchk_directory_leaf1_bestfree() 582 xfs_trans_brelse(sc->tp, dbp); in xchk_directory_leaf1_bestfree() 599 struct xfs_buf *dbp; in xchk_directory_free_bestfree() local 629 0, &dbp); in xchk_directory_free_bestfree() 633 xchk_directory_check_freesp(sc, lblk, dbp, bes in xchk_directory_free_bestfree() 464 xchk_directory_check_freesp( struct xfs_scrub *sc, xfs_dablk_t lblk, struct xfs_buf *dbp, unsigned int len) xchk_directory_check_freesp() argument [all...] |
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | dir.c | 433 struct xfs_buf *dbp, in xchk_directory_check_freesp() 438 dfp = xfs_dir2_data_bestfree_p(sc->mp, dbp->b_addr); in xchk_directory_check_freesp() 458 struct xfs_buf *dbp; in xchk_directory_leaf1_bestfree() local 535 &dbp); in xchk_directory_leaf1_bestfree() 540 if (!dbp) { in xchk_directory_leaf1_bestfree() 552 xchk_directory_check_freesp(sc, lblk, dbp, best); in xchk_directory_leaf1_bestfree() 553 xfs_trans_brelse(sc->tp, dbp); in xchk_directory_leaf1_bestfree() 570 struct xfs_buf *dbp; in xchk_directory_free_bestfree() local 600 0, &dbp); in xchk_directory_free_bestfree() 604 xchk_directory_check_freesp(sc, lblk, dbp, bes in xchk_directory_free_bestfree() 430 xchk_directory_check_freesp( struct xfs_scrub *sc, xfs_dablk_t lblk, struct xfs_buf *dbp, unsigned int len) xchk_directory_check_freesp() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funcore/ |
H A D | fun_queue.h | 136 u32 rq_buf_size_log2, u32 *sqidp, u32 __iomem **dbp); 141 u32 *cqidp, u32 __iomem **dbp);
|
H A D | fun_queue.c | 79 u32 rq_buf_size_log2, u32 *sqidp, u32 __iomem **dbp) in fun_sq_create() 114 *dbp = fun_sq_db_addr(fdev, hw_qid); in fun_sq_create() 129 u32 __iomem **dbp) in fun_cq_create() 157 *dbp = fun_cq_db_addr(fdev, hw_qid); in fun_cq_create() 75 fun_sq_create(struct fun_dev *fdev, u16 flags, u32 sqid, u32 cqid, u8 sqe_size_log2, u32 sq_depth, dma_addr_t dma_addr, u8 coal_nentries, u8 coal_usec, u32 irq_num, u32 scan_start_id, u32 scan_end_id, u32 rq_buf_size_log2, u32 *sqidp, u32 __iomem **dbp) fun_sq_create() argument 125 fun_cq_create(struct fun_dev *fdev, u16 flags, u32 cqid, u32 rqid, u8 cqe_size_log2, u32 cq_depth, dma_addr_t dma_addr, u16 headroom, u16 tailroom, u8 coal_nentries, u8 coal_usec, u32 irq_num, u32 scan_start_id, u32 scan_end_id, u32 *cqidp, u32 __iomem **dbp) fun_cq_create() argument
|
/kernel/linux/linux-5.10/drivers/rtc/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-stm32.c | 128 struct regmap *dbp; member 741 rtc->dbp = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, in stm32_rtc_probe() 743 if (IS_ERR(rtc->dbp)) { in stm32_rtc_probe() 745 return PTR_ERR(rtc->dbp); in stm32_rtc_probe() 787 regmap_update_bits(rtc->dbp, rtc->dbp_reg, in stm32_rtc_probe() 861 regmap_update_bits(rtc->dbp, rtc->dbp_reg, rtc->dbp_mask, 0); in stm32_rtc_probe() 888 regmap_update_bits(rtc->dbp, rtc->dbp_reg, rtc->dbp_mask, 0); in stm32_rtc_remove()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_log_recover.c | 2958 char *hbp, *dbp; in xlog_do_recovery_pass() local 3032 dbp = xlog_alloc_buffer(log, BTOBB(h_size)); in xlog_do_recovery_pass() 3033 if (!dbp) { in xlog_do_recovery_pass() 3110 error = xlog_bread(log, rblk_no, bblks, dbp, in xlog_do_recovery_pass() 3117 offset = dbp; in xlog_do_recovery_pass() 3128 split_bblks, dbp, in xlog_do_recovery_pass() 3180 error = xlog_bread(log, blk_no+hblks, bblks, dbp, in xlog_do_recovery_pass() 3195 kmem_free(dbp); in xlog_do_recovery_pass()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_log_recover.c | 2939 char *hbp, *dbp; in xlog_do_recovery_pass() local 3021 dbp = xlog_alloc_buffer(log, BTOBB(h_size)); in xlog_do_recovery_pass() 3022 if (!dbp) { in xlog_do_recovery_pass() 3099 error = xlog_bread(log, rblk_no, bblks, dbp, in xlog_do_recovery_pass() 3106 offset = dbp; in xlog_do_recovery_pass() 3117 split_bblks, dbp, in xlog_do_recovery_pass() 3169 error = xlog_bread(log, blk_no+hblks, bblks, dbp, in xlog_do_recovery_pass() 3184 kmem_free(dbp); in xlog_do_recovery_pass()
|