Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c68 #define ktodb(x) ((x) * (1024 / DEV_BSIZE)) macro
71 #define ktodb(x) ((x) / (DEV_BSIZE / 1024)) macro
473 tmp_bsoftlimit = ktodb(tmp_bsoftlimit); in putprivs()
474 tmp_bhardlimit = ktodb(tmp_bhardlimit); in putprivs()