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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ufs.c124 ok = devread(fsbtodb(SUPERBLOCK, dblk), off, size, buf);
156 dblk = fsbtodb(SUPERBLOCK, itod(SUPERBLOCK, inode));
198 blkno = fsbtodb(SUPERBLOCK, nb);
211 blkno = fsbtodb(SUPERBLOCK, nb);
251 dblk = fsbtodb(SUPERBLOCK, dbn);
H A Dfsys_ffs.c108 if ((bnum = fsbtodb (SUPERBLOCK, INODE->i_ib[0])) != mapblock
165 devread (fsbtodb (SUPERBLOCK, map), off, size, buf);
194 if (!devread (fsbtodb (SUPERBLOCK, itod (SUPERBLOCK, ino)),
256 || !devread (fsbtodb (SUPERBLOCK, map), 0,
H A Dfsys_ufs2.c133 if ((bnum = fsbtodb (SUPERBLOCK, INODE_UFS2->di_ib[0])) != mapblock
190 devread (fsbtodb (SUPERBLOCK, map), off, size, buf);
219 if (!devread (fsbtodb (SUPERBLOCK, ino_to_fsba (SUPERBLOCK, ino)),
277 || !devread (fsbtodb (SUPERBLOCK, map), 0,
H A Dufs.h92 grub_int32_t fs_fsbtodb; /* fsbtodb and dbtofsb shift constant */
220 #define fsbtodb(fs, b) (((grub_daddr32_t)(b)) << (fs)->fs_fsbtodb) macro
H A Dfs.h177 int fs_fsbtodb; /* fsbtodb and dbtofsb shift constant */
349 #define fsbtodb(fs, b) ((b) << (fs)->fs_fsbtodb) macro
H A Dufs2.h274 grub_int32_t fs_fsbtodb; /* fsbtodb and dbtofsb shift constant */
354 #define fsbtodb(fs, b) ((b) << (fs)->fs_fsbtodb) macro

Completed in 22 milliseconds