HomeSort by relevance Sort by last modified time
    Searched refs:dq_dqb (Results 1 - 13 of 13) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
quota.h 172 #define dq_bhardlimit dq_dqb.dqb_bhardlimit
173 #define dq_bsoftlimit dq_dqb.dqb_bsoftlimit
175 # define dq_curblocks dq_dqb.dqb_curblocks
177 # define dq_curspace dq_dqb.dqb_curspace
178 # define dq_valid dq_dqb.dqb_valid
180 #define dq_ihardlimit dq_dqb.dqb_ihardlimit
181 #define dq_isoftlimit dq_dqb.dqb_isoftlimit
182 #define dq_curinodes dq_dqb.dqb_curinodes
183 #define dq_btime dq_dqb.dqb_btime
184 #define dq_itime dq_dqb.dqb_itim
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
quota.h 172 #define dq_bhardlimit dq_dqb.dqb_bhardlimit
173 #define dq_bsoftlimit dq_dqb.dqb_bsoftlimit
175 # define dq_curblocks dq_dqb.dqb_curblocks
177 # define dq_curspace dq_dqb.dqb_curspace
178 # define dq_valid dq_dqb.dqb_valid
180 #define dq_ihardlimit dq_dqb.dqb_ihardlimit
181 #define dq_isoftlimit dq_dqb.dqb_isoftlimit
182 #define dq_curinodes dq_dqb.dqb_curinodes
183 #define dq_btime dq_dqb.dqb_btime
184 #define dq_itime dq_dqb.dqb_itim
    [all...]
  /external/f2fs-tools/fsck/
mkquota.c 34 dq->dq_id, (long long) dq->dq_dqb.dqb_curspace,
35 (long long) dq->dq_dqb.dqb_bsoftlimit,
36 (long long) dq->dq_dqb.dqb_bhardlimit,
37 (long long) dq->dq_dqb.dqb_curinodes,
38 (long long) dq->dq_dqb.dqb_isoftlimit,
39 (long long) dq->dq_dqb.dqb_ihardlimit);
237 dq->dq_dqb.dqb_curspace += space;
258 dq->dq_dqb.dqb_curspace -= space;
278 dq->dq_dqb.dqb_curinodes += adjust;
326 if (dq->dq_dqb.dqb_curspace != dquot->dq_dqb.dqb_curspace |
    [all...]
quotaio.c 54 if (q->dq_dqb.dqb_bsoftlimit && toqb(q->dq_dqb.dqb_curspace) >
55 q->dq_dqb.dqb_bsoftlimit) {
56 if (!q->dq_dqb.dqb_btime)
57 q->dq_dqb.dqb_btime =
60 q->dq_dqb.dqb_btime = 0;
63 if (q->dq_dqb.dqb_isoftlimit && q->dq_dqb.dqb_curinodes >
64 q->dq_dqb.dqb_isoftlimit) {
65 if (!q->dq_dqb.dqb_itime
    [all...]
quotaio_tree.c 244 dquot->dq_dqb.u.v2_mdqb.dqb_off =
326 dquot->dq_dqb.u.v2_mdqb.dqb_off,
337 if (!dquot->dq_dqb.u.v2_mdqb.dqb_off) {
342 dquot->dq_dqb.u.v2_mdqb.dqb_off,
344 ret = h->write(&h->qh_qf, dquot->dq_dqb.u.v2_mdqb.dqb_off, ddquot,
367 if (dquot->dq_dqb.u.v2_mdqb.dqb_off >> QT_BLKSIZE_BITS != blk)
370 (unsigned int) (dquot->dq_dqb.u.v2_mdqb.dqb_off >>
382 memset(buf + (dquot->dq_dqb.u.v2_mdqb.dqb_off &
394 dquot->dq_dqb.u.v2_mdqb.dqb_off = 0;
442 if (!dquot->dq_dqb.u.v2_mdqb.dqb_off) /* Even not allocated? *
    [all...]
quotaio_v2.c 50 struct util_dqblk *m = &dquot->dq_dqb;
74 struct util_dqblk *m = &dquot->dq_dqb;
257 struct util_dqblk *b = &dquot->dq_dqb;
quotaio.h 147 struct util_dqblk dq_dqb; /* Parsed data of dquot */ member in struct:dquot
  /external/e2fsprogs/debugfs/
quota.c 96 dq->dq_id, (long long)dq->dq_dqb.dqb_curspace,
97 (long long)dq->dq_dqb.dqb_bsoftlimit,
98 (long long)dq->dq_dqb.dqb_bhardlimit,
99 (long long)dq->dq_dqb.dqb_curinodes,
100 (long long)dq->dq_dqb.dqb_isoftlimit,
101 (long long)dq->dq_dqb.dqb_ihardlimit);
  /external/e2fsprogs/lib/support/
mkquota.c 54 dq->dq_id, dq->dq_dqb.dqb_curspace,
55 dq->dq_dqb.dqb_bsoftlimit, dq->dq_dqb.dqb_bhardlimit,
56 dq->dq_dqb.dqb_curinodes,
57 dq->dq_dqb.dqb_isoftlimit, dq->dq_dqb.dqb_ihardlimit);
391 dq->dq_dqb.dqb_curspace += space;
417 dq->dq_dqb.dqb_curspace -= space;
442 dq->dq_dqb.dqb_curinodes += adjust;
517 if (dq->dq_dqb.dqb_curspace != dquot->dq_dqb.dqb_curspace |
    [all...]
quotaio.c 89 if (q->dq_dqb.dqb_bsoftlimit && toqb(q->dq_dqb.dqb_curspace) >
90 q->dq_dqb.dqb_bsoftlimit) {
91 if (!q->dq_dqb.dqb_btime)
92 q->dq_dqb.dqb_btime =
95 q->dq_dqb.dqb_btime = 0;
98 if (q->dq_dqb.dqb_isoftlimit && q->dq_dqb.dqb_curinodes >
99 q->dq_dqb.dqb_isoftlimit) {
100 if (!q->dq_dqb.dqb_itime
    [all...]
quotaio_tree.c 244 dquot->dq_dqb.u.v2_mdqb.dqb_off =
324 dquot->dq_dqb.u.v2_mdqb.dqb_off,
335 if (!dquot->dq_dqb.u.v2_mdqb.dqb_off)
339 dquot->dq_dqb.u.v2_mdqb.dqb_off,
341 ret = h->e2fs_write(&h->qh_qf, dquot->dq_dqb.u.v2_mdqb.dqb_off, ddquot,
364 if (dquot->dq_dqb.u.v2_mdqb.dqb_off >> QT_BLKSIZE_BITS != blk)
367 (unsigned int) (dquot->dq_dqb.u.v2_mdqb.dqb_off >>
379 memset(buf + (dquot->dq_dqb.u.v2_mdqb.dqb_off &
391 dquot->dq_dqb.u.v2_mdqb.dqb_off = 0;
439 if (!dquot->dq_dqb.u.v2_mdqb.dqb_off) /* Even not allocated? *
    [all...]
quotaio_v2.c 49 struct util_dqblk *m = &dquot->dq_dqb;
73 struct util_dqblk *m = &dquot->dq_dqb;
259 struct util_dqblk *b = &dquot->dq_dqb;
quotaio.h 154 struct util_dqblk dq_dqb; /* Parsed data of dquot */ member in struct:dquot

Completed in 208 milliseconds