Searched refs:fs_fsbtodb (Results 1 – 1 of 1) sorted by relevance
91 grub_int32_t fs_fsbtodb; /* fsbtodb and dbtofsb shift constant */ member219 #define fsbtodb(fs, b) (((grub_daddr32_t)(b)) << (fs)->fs_fsbtodb)
Completed in 4 milliseconds