Home
last modified time | relevance | path

Searched refs:blkstofrags (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfs.h374 (blkstofrags((fs), (((x) % (fs)->fs_ipg) / INOPB(fs))))))
415 #define blkstofrags(fs, blks) /* calculates (blks * fs->fs_frag) */ \ macro
427 (blkstofrags((fs), (fs)->fs_cstotal.cs_nbfree) + \
H A Dufs.h212 (blkstofrags((fs), \
221 #define blkstofrags(fs, b) ((b) << (fs)->fs_fragshift) macro
H A Dufs2.h376 (blkstofrags((fs), (((x) % (fs)->fs_ipg) / INOPB(fs))))))
400 #define blkstofrags(fs, blks) /* calculates (blks * fs->fs_frag) */ \ macro
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h583 (blkstofrags((fs), (((x)%(ulong_t)(fs)->fs_ipg)/(ulong_t)INOPB(fs))))))
678 #define blkstofrags(fs, blks) /* calculates (blks * fs->fs_frag) */ \ macro
692 ((blkstofrags((fs), (fs)->fs_cstotal.cs_nbfree) + \
/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h548 (blkstofrags((fs), ((((ino_t)(x)) % (fs)->fs_ipg) / INOPB(fs))))))
591 #define blkstofrags(fs, blks) /* calculates (blks * fs->fs_frag) */ \ macro
603 (blkstofrags((fs), (fs)->fs_cstotal.cs_nbfree) + \
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c600 blkstofrags(fs, fs->fs_maxcontig) != nextblk) { in blkpref()
1235 bno = blkstofrags(fs, (bno + i)); in alloccgblk()
2022 savebno = blkstofrags(fs, savebno); in contigpref()