OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fsbtodb
(Results
1 - 4
of
4
) sorted by null
/external/grub/stage2/
fsys_ffs.c
108
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,
fsys_ufs2.c
133
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,
fs.h
177
int fs_fsbtodb; /*
fsbtodb
and dbtofsb shift constant */
349
#define
fsbtodb
(fs, b) ((b) << (fs)->fs_fsbtodb)
macro
ufs2.h
274
grub_int32_t fs_fsbtodb; /*
fsbtodb
and dbtofsb shift constant */
354
#define
fsbtodb
(fs, b) ((b) << (fs)->fs_fsbtodb)
macro
Completed in 227 milliseconds