Searched refs:blkmap (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fs.h | 387 #define blkmap(fs, map, loc) \ macro
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | pass5.c | 254 blk = blkmap(fs, cg_blksfree(newcg), i); in pass5()
|
/illumos-gate/usr/src/boot/sys/ufs/ffs/ |
H A D | fs.h | 562 #define blkmap(fs, map, loc) \ macro
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | ufs_fs.h | 596 #define blkmap(fs, map, loc) \ macro
|
/illumos-gate/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() 1433 blk = blkmap(fs, cg_blksfree(cgp), bno); in mapsearch()
|