Searched refs:blkmap (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | fs.h | 387 #define blkmap(fs, map, loc) \ macro
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | ufs_fs.h | 598 #define blkmap(fs, map, loc) \ macro
|
/titanic_50/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | pass5.c | 254 blk = blkmap(fs, cg_blksfree(newcg), i); in pass5()
|
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | ufs_alloc.c | 704 bmap = blkmap(fs, blksfree, bbase); in free() 738 bmap = blkmap(fs, blksfree, bbase); in free() 1434 blk = blkmap(fs, cg_blksfree(cgp), bno); in mapsearch()
|