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

/external/grub/stage2/
H A Dfsys_ffs.c152 logno = lblkno (SUPERBLOCK, filepos);
253 block = lblkno (SUPERBLOCK, loc);
H A Dfsys_ufs2.c177 logno = lblkno (SUPERBLOCK, filepos);
274 block = lblkno (SUPERBLOCK, loc);
H A Dfs.h170 int fs_bshift; /* ``lblkno'' calc of logical blkno */
405 #define lblkno(fs, loc) /* calculates (loc / fs->fs_bsize) */ \ macro
H A Dufs2.h267 grub_int32_t fs_bshift; /* ``lblkno'' calc of logical blkno */
392 #define lblkno(fs, loc) /* calculates (loc / fs->fs_bsize) */ \ macro

Completed in 54 milliseconds