HomeSort by relevance Sort by last modified time
    Searched refs:dbtofsb (Results 1 - 2 of 2) sorted by null

  /external/grub/stage2/
fs.h 177 int fs_fsbtodb; /* fsbtodb and dbtofsb shift constant */
350 #define dbtofsb(fs, b) ((b) >> (fs)->fs_fsbtodb) macro
ufs2.h 274 grub_int32_t fs_fsbtodb; /* fsbtodb and dbtofsb shift constant */
355 #define dbtofsb(fs, b) ((b) >> (fs)->fs_fsbtodb) macro

Completed in 1117 milliseconds