Searched refs:tobytes (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dquota.c769 #define tobytes(a, b) dbtob((VolSpace) (a), (VolSpace) (b)) macro
771 #define tobytes(a, b) dbtob((VolSpace) (a)) macro
800 LOG(log_debug, logtype_afpd, "dqblk.dqb_bhardlimit size: %u", tobytes( dqblk.dqb_bhardlimit, this_bsize ));
801 LOG(log_debug, logtype_afpd, "dqblk.dqb_bsoftlimit size: %u", tobytes( dqblk.dqb_bsoftlimit, this_bsize ));
802 LOG(log_debug, logtype_afpd, "dqblk.dqb_curblocks size: %u", tobytes( dqblk.dqb_curblocks, this_bsize ));
809 if ( tobytes( dqblk.dqb_curblocks, this_bsize ) > tobytes( dqblk.dqb_bsoftlimit, this_bsize ) ) {
810 *btotal = tobytes( dqblk.dqb_curblocks, this_bsize );
814 *btotal = tobytes( dqblk.dqb_bsoftlimit, this_bsize );
815 *bfree = tobytes( dqbl
[all...]

Completed in 47 milliseconds