Searched refs:fsbtodb (Results 1 – 2 of 2) sorted by relevance
123 ok = devread(ffi, fsbtodb(SUPERBLOCK, dblk), in ufs_read()156 dblk = fsbtodb(SUPERBLOCK, itod(SUPERBLOCK, inode)); in openi()198 blkno = fsbtodb(SUPERBLOCK, nb); in sbmap()211 blkno = fsbtodb(SUPERBLOCK, nb); in sbmap()250 dblk = fsbtodb(SUPERBLOCK, dbn); in dlook()
219 #define fsbtodb(fs, b) (((grub_daddr32_t)(b)) << (fs)->fs_fsbtodb) macro
Completed in 5 milliseconds