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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dquota.c55 getfreespace(struct vol *vol, VolSpace *bfree, VolSpace *btotal, argument
88 *btotal = dbtob(ufsq[QUOTA_LIMIT_BLOCK].ufsqe_cur);
93 *btotal = dbtob(ufsq[QUOTA_LIMIT_BLOCK].ufsqe_hardlimit);
99 int uquota_getvolspace( struct vol *vol, VolSpace *bfree, VolSpace *btotal, const u_int32_t bsize) argument
120 *btotal = gbtotal;
124 *btotal = ubtotal;
129 *btotal = ubtotal;
132 *btotal = gbtotal;
774 int uquota_getvolspace( struct vol *vol, VolSpace *bfree, VolSpace *btotal, const u_int32_t bsize) argument
807 *btotal
[all...]
H A Dunix.c54 int ustatfs_getvolspace(const struct vol *vol, VolSpace *bfree, VolSpace *btotal, u_int32_t *bsize) argument
84 *btotal = (VolSpace)
87 *btotal = (VolSpace)
92 if ( *btotal > maxVolSpace / *bsize ) {
93 *btotal = maxVolSpace;
95 *btotal *= *bsize;
H A Dafs.c32 int afs_getvolspace(struct vol *vol, VolSpace *bfree, VolSpace *btotal, u_int32_t *bsize) argument
70 *btotal = (VolSpace) total * 1024;
H A Dvolume.c1603 u_int32_t *bfree, u_int32_t *btotal,
1658 *btotal = MIN(*xbtotal, maxsize);
1707 u_int32_t bfree, btotal, bsize; local
1747 if ( getvolspace( vol, &bfree, &btotal, &xbfree, &xbtotal,
1843 btotal = htonl( btotal );
1844 memcpy(data, &btotal, sizeof( btotal ));
1845 data += sizeof( btotal );
1602 getvolspace(struct vol *vol, u_int32_t *bfree, u_int32_t *btotal, VolSpace *xbfree, VolSpace *xbtotal, u_int32_t *bsize) argument

Completed in 94 milliseconds