Searched refs:s_fsbtodb (Results 1 – 2 of 2) sorted by relevance
208 #define ufs_fsbtodb(uspi, b) ((b) << (uspi)->s_fsbtodb)209 #define ufs_dbtofsb(uspi, b) ((b) >> (uspi)->s_fsbtodb)749 __u32 s_fsbtodb; /* fsbtodb and dbtofsb shift constant */ member
1183 uspi->s_fsbtodb = fs32_to_cpu(sb, usb1->fs_fsbtodb); in ufs_fill_super()