Searched refs:fsbtodb (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 */
559 #define fsbtodb(fs, b) ((daddr_t)(b) << (fs)->fs_fsbtodb) macro

Completed in 78 milliseconds