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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/afpd/
H A Dvolume.c216 VolSpace *xbfree, VolSpace *xbtotal, uint32_t *bsize)
230 if ( afs_getvolspace( vol, xbfree, xbtotal, bsize ) == AFP_OK ) {
237 if (( rc = ustatfs_getvolspace( vol, xbfree, xbtotal, bsize)) != AFP_OK ) {
245 *xbfree = MIN(*xbfree, qfree);
259 *xbfree = MIN(*xbfree, *xbtotal < vol->v_tm_used ? 0 : *xbtotal - vol->v_tm_used);
263 *xbtotal, vol->v_tm_used, *xbfree);
266 *bfree = MIN(*xbfree, maxsize);
301 VolSpace xbfree, xbtota local
214 getvolspace(const AFPObj *obj, struct vol *vol, uint32_t *bfree, uint32_t *btotal, VolSpace *xbfree, VolSpace *xbtotal, uint32_t *bsize) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/afpd/
H A Dvolume.c216 VolSpace *xbfree, VolSpace *xbtotal, uint32_t *bsize)
230 if ( afs_getvolspace( vol, xbfree, xbtotal, bsize ) == AFP_OK ) {
237 if (( rc = ustatfs_getvolspace( vol, xbfree, xbtotal, bsize)) != AFP_OK ) {
245 *xbfree = MIN(*xbfree, qfree);
259 *xbfree = MIN(*xbfree, *xbtotal < vol->v_tm_used ? 0 : *xbtotal - vol->v_tm_used);
263 *xbtotal, vol->v_tm_used, *xbfree);
266 *bfree = MIN(*xbfree, maxsize);
301 VolSpace xbfree, xbtota local
214 getvolspace(const AFPObj *obj, struct vol *vol, uint32_t *bfree, uint32_t *btotal, VolSpace *xbfree, VolSpace *xbtotal, uint32_t *bsize) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/afpd/
H A Dvolume.c216 VolSpace *xbfree, VolSpace *xbtotal, uint32_t *bsize)
230 if ( afs_getvolspace( vol, xbfree, xbtotal, bsize ) == AFP_OK ) {
237 if (( rc = ustatfs_getvolspace( vol, xbfree, xbtotal, bsize)) != AFP_OK ) {
245 *xbfree = MIN(*xbfree, qfree);
259 *xbfree = MIN(*xbfree, *xbtotal < vol->v_tm_used ? 0 : *xbtotal - vol->v_tm_used);
263 *xbtotal, vol->v_tm_used, *xbfree);
266 *bfree = MIN(*xbfree, maxsize);
301 VolSpace xbfree, xbtota local
214 getvolspace(const AFPObj *obj, struct vol *vol, uint32_t *bfree, uint32_t *btotal, VolSpace *xbfree, VolSpace *xbtotal, uint32_t *bsize) argument
[all...]

Completed in 102 milliseconds