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

/external/grub/stage2/
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 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 58 milliseconds