Searched refs:dbtofsb (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | fsck.h | 230 #define dbtofsb(blkno) ((blkno) / (fsbsize / DEV_BSIZE)) macro
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fs.h | 177 int fs_fsbtodb; /* fsbtodb and dbtofsb shift constant */ 350 #define dbtofsb(fs, b) ((b) >> (fs)->fs_fsbtodb) macro
|
H A D | ufs2.h | 274 grub_int32_t fs_fsbtodb; /* fsbtodb and dbtofsb shift constant */ 355 #define dbtofsb(fs, b) ((b) >> (fs)->fs_fsbtodb) macro
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | ufs_fs.h | 268 int32_t fs_fsbtodb; /* fsbtodb and dbtofsb shift constant */ 534 #define dbtofsb(fs, b) ((b) >> (fs)->fs_fsbtodb) macro
|
/illumos-gate/usr/src/boot/sys/ufs/ffs/ |
H A D | fs.h | 290 int32_t fs_fsbtodb; /* fsbtodb and dbtofsb shift constant */ 522 #define dbtofsb(fs, b) ((b) >> (fs)->fs_fsbtodb) macro
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | lufs.c | 619 nfno = dbtofsb(fs, ep->nbno); 714 logbno = dbtofsb(fs, bno);
|
H A D | ufs_thread.c | 624 sp->f_bfree += dbtofsb(ufsvfsp->vfs_fs,
|
H A D | ufs_trans.c | 437 daddr_t frags = dbtofsb(ip->i_fs, ip->i_blocks);
|
H A D | ufs_vnops.c | 5457 err = bmap_set_bn(vp, off, dbtofsb(fs, -bn));
|
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/ |
H A D | mkfs.c | 1877 fssize_frag = (int64_t)dbtofsb(&sblock, fssize_db); 4485 frags = dbtofsb(&sblock, dp->di_blocks); 4659 new_fs_ncg = howmany(dbtofsb(&sblock, fssize_db), sblock.fs_fpg);
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | utilities.c | 2216 nfno = dbtofsb(&sblock, ep->nbno);
|
Completed in 114 milliseconds