Searched refs:blkoff (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_xfs.c56 int blkoff; member in struct:xfs_info
380 if (xfs.blkoff >= xfs.dirbsize) {
381 xfs.blkoff = sizeof(xfs_dir2_data_hdr_t);
383 filepos |= xfs.blkoff;
386 xfs.blkoff += 4;
389 xfs.blkoff += toread;
402 xfs.blkoff += toread + 5;
447 xfs.blkoff = sizeof(xfs_dir2_data_hdr_t);
448 filepos = xfs.blkoff;
H A Dfsys_ffs.c151 off = blkoff (SUPERBLOCK, filepos);
251 if (!(off = blkoff (SUPERBLOCK, loc)))
H A Dfsys_ufs.c112 off = blkoff(SUPERBLOCK, filepos);
241 off = blkoff(SUPERBLOCK, loc);
H A Dfsys_ufs2.c176 off = blkoff (SUPERBLOCK, filepos);
272 if (!(off = blkoff (SUPERBLOCK, loc)))
H A Dfs.h168 int fs_bmask; /* ``blkoff'' calc of blk offsets */
401 #define blkoff(fs, loc) /* calculates (loc % fs->fs_bsize) */ \ macro
436 : (fragroundup(fs, blkoff(fs, (ip)->i_size))))
440 : (fragroundup(fs, blkoff(fs, (dip)->di_size))))
H A Dufs2.h265 grub_int32_t fs_bmask; /* ``blkoff'' calc of blk offsets */
384 #define blkoff(fs, loc) /* calculates (loc % fs->fs_bsize) */ \ macro
413 : (fragroundup(fs, blkoff(fs, (ip)->i_size))))
417 : (fragroundup(fs, blkoff(fs, (size)))))
H A Dufs.h83 grub_int32_t fs_bmask; /* ``blkoff'' calc of blk offsets */
217 #define blkoff(fs, loc) ((int)((loc & ~(fs)->fs_bmask))) macro
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dext2.c538 unsigned int blkoff;
552 blkoff = (ino % grub_le_to_cpu32 (sblock->inodes_per_group))
559 EXT2_INODE_SIZE (data) * blkoff,
537 unsigned int blkoff; local

Completed in 49 milliseconds