Home
last modified time | relevance | path

Searched refs:EXT2_FSBTODB64 (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/ufs/ext2fs/
Dext2fs_alloc.c352 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()
Dext2fs.h513 #define EXT2_FSBTODB64(fs, b, b_hi) \ macro