Home
last modified time | relevance | path

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

/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_alloc.c896 error = bread(devvp, EXT2_FSBTODB64OFF(fs, in ext2fs_cg_verify_and_initialize()
913 bp = getblk(devvp, EXT2_FSBTODB64OFF(fs, in ext2fs_cg_verify_and_initialize()
H A Dext2fs.h515 #define EXT2_FSBTODB64OFF(fs, b, b_hi, off) \ macro