Home
last modified time | relevance | path

Searched defs:dbtok (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c93 #define dbtok(x) ((x) / (1024 / DEV_BSIZE)) macro
95 #define dbtok(x) ((x) * (DEV_BSIZE / 1024)) macro
/titanic_41/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c68 #define dbtok(x) ((x) / (1024 / DEV_BSIZE)) macro
71 #define dbtok(x) ((x) * (DEV_BSIZE / 1024)) macro
/titanic_41/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c99 #define dbtok(x, b) \ macro