Searched refs:EXT2_FSBTODB64 (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/ufs/ext2fs/ |
| D | ext2fs_alloc.c | 352 error = bread(ip->i_devvp, EXT2_FSBTODB64(fs, in ext2fs_alloccg() 454 error = bread(ip->i_devvp, EXT2_FSBTODB64(fs, in ext2fs_nodealloccg() 535 error = bread(ip->i_devvp, EXT2_FSBTODB64(fs, in ext2fs_blkfree() 584 error = bread(pip->i_devvp, EXT2_FSBTODB64(fs, in ext2fs_vfree()
|
| D | ext2fs.h | 513 #define EXT2_FSBTODB64(fs, b, b_hi) \ macro
|