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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ffs.c152 logno = lblkno (SUPERBLOCK, filepos);
253 block = lblkno (SUPERBLOCK, loc);
H A Dfsys_ufs.c113 lblk = lblkno(SUPERBLOCK, filepos);
245 lbn = lblkno(SUPERBLOCK, loc);
H A Dfsys_ufs2.c177 logno = lblkno (SUPERBLOCK, filepos);
274 block = lblkno (SUPERBLOCK, loc);
H A Dufs.h85 grub_int32_t fs_bshift; /* ``lblkno'' calc of logical blkno */
218 #define lblkno(fs, loc) ((grub_int32_t)((loc) >> (fs)->fs_bshift)) macro
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 22 milliseconds