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

/haiku/src/add-ons/kernel/file_systems/ufs2/
H A Dufs2.h204 int32_t fsr_fsbtodb; /* fsbtodb and dbtofsb shift constant */
264 int32_t fs_fsbtodb; /* fsbtodb and dbtofsb shift constant */
560 #define dbtofsb(fs, b) ((b) >> (fs)->fs_fsbtodb) macro

Completed in 30 milliseconds