Searched refs:dbtofsb (Results 1 - 2 of 2) sorted by relevance

/external/grub/stage2/
H A Dfs.h177 int fs_fsbtodb; /* fsbtodb and dbtofsb shift constant */
350 #define dbtofsb(fs, b) ((b) >> (fs)->fs_fsbtodb) macro
H A Dufs2.h274 grub_int32_t fs_fsbtodb; /* fsbtodb and dbtofsb shift constant */
355 #define dbtofsb(fs, b) ((b) >> (fs)->fs_fsbtodb) macro

Completed in 112 milliseconds