On the assumption you're referring to your original question....
Technically FSB and BCLK are very different even though people use the terms to refer to the same thing. Correctly and technically, BCLK refers to the clock signal input used for synchronizing communication and operation of any data bus...it could be PCIe bus, the DDR4 bus, RS-232 bus, RS-488 bus. FSB is one specific bus, the
Front Side Bus, that provides data communication between the CPU and the northbridge. In current parlance by general computer users, however, they are essentially the same thing.
Since the functions of the northbridge have been entirely taken onboard the CPU in modern SoC (Sysetm on Chip) architecture the FSB correctly is internal to the CPU. But people commonly apply old terms to new paradigms so, whether correctly or incorrectly, they think of the FSB broadly as all the busses used (PCIe, SATA, USB, DDR4, etc.) connecting the CPU to all the devices on them.
In this way of thinking (on Ryzen systems, at least) the BCLK is the clock signal(s) being sent to all the devices that talk directly to the CPU, and the CPU itself, so that they are in sync and talking together. Since it's the master clock signal (in my way of thinking, it should be called MCLK or Master Clock) everything will adjust their internal clock speeds to stay in sync.
Since increasing the MCLK also increases it's internal clocks the CPU will increase clock speed without bothering with multipliers, it was the 'handle' motherboard mfr's gave users who wished to overclock multiplier locked processors. Back in the day, peripherals had a lot more tolerance to clock variations but that's changed as everybody is squeaking out the last bit of performance. Even so, power users still use it to tweak performance but it's very dangerous without very careful stress testing and preparations to handle a lost HDD or SDD should it go badly.
Because FSB is poorly defined in the context of modern SoC systems I think some people also think of the Infinity Fabric, on Ryzen, as the FSB. At least, its been the way I've been able to interpret many confusing posts to be a little less so. In that vein, I can imagine some using it to refer to the Ring Bus on Intel systems.
So in summary, FSB and BCLK are very different and yet used interchangeably by average users and even to refer to disparate things. Understanding what someone's referring to frequently takes a little bit of interpretation in the context of the system they're talking about.