Searched refs:dbp (Results 1 – 5 of 5) sorted by relevance
| /linux/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()
|
| /linux/fs/freevxfs/ |
| 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() 231 struct vxfs_dirblk *dbp = in vxfs_readdir() local 234 int overhead = VXFS_DIRBLKOV(sbi, dbp); in vxfs_readdir()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_dir2_priv.h | 47 xfs_dir2_db_t *dbp); 60 struct xfs_buf *lbp, struct xfs_buf *dbp); 103 struct xfs_buf *dbp);
|
| H A D | xfs_dir2.c | 612 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/drivers/rtc/ |
| H A D | rtc-stm32.c | 169 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()
|