Home
last modified time | relevance | path

Searched refs:D_BSIZE (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/vfs/hpfs/
H A Dhpfs_subr.h79 hpfs_breadstruct(hpmp, lsn, D_BSIZE, D_MAGIC, bpp)
H A Dhpfs.h133 #define D_BSIZE (DEV_BSIZE*4) macro
H A Dhpfs_subr.c556 error = bread(dhp->h_devvp, dbtodoff(lsn), D_BSIZE, &bp); in hpfs_validateparent()
H A Dhpfs_vnops.c825 error = bread(hp->h_devvp, dbtodoff(lsn), D_BSIZE, &bp); in hpfs_readdir()