Searched refs:dqg (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 Dquota.c507 struct dqblk dqg; local
513 memset(&dqg, 0, sizeof(dqg));
550 obj->groups[0], (char *) &dqg) != 0 ) {
564 if (get_linux_quota(WANT_GROUP_QUOTA, vol->v_gvs, getegid(), &dqg) != 0) {
587 ( overquota( &dqg ) ? 0 : ( dqg.dqb_bhardlimit ? dqg.dqb_bhardlimit -
588 dqg.dqb_curblocks : ~((uint64_t) 0) ) )
593 dq->dqb_curblocks = dqg
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/afpd/
H A Dquota.c507 struct dqblk dqg; local
513 memset(&dqg, 0, sizeof(dqg));
550 obj->groups[0], (char *) &dqg) != 0 ) {
564 if (get_linux_quota(WANT_GROUP_QUOTA, vol->v_gvs, getegid(), &dqg) != 0) {
587 ( overquota( &dqg ) ? 0 : ( dqg.dqb_bhardlimit ? dqg.dqb_bhardlimit -
588 dqg.dqb_curblocks : ~((uint64_t) 0) ) )
593 dq->dqb_curblocks = dqg
[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 Dquota.c507 struct dqblk dqg; local
513 memset(&dqg, 0, sizeof(dqg));
550 obj->groups[0], (char *) &dqg) != 0 ) {
564 if (get_linux_quota(WANT_GROUP_QUOTA, vol->v_gvs, getegid(), &dqg) != 0) {
587 ( overquota( &dqg ) ? 0 : ( dqg.dqb_bhardlimit ? dqg.dqb_bhardlimit -
588 dqg.dqb_curblocks : ~((uint64_t) 0) ) )
593 dq->dqb_curblocks = dqg
[all...]

Completed in 165 milliseconds