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

  /external/e2fsprogs/lib/support/
dqblk_v2.h 23 long long dqb_off; /* Offset of dquot in file */ member in struct:v2_mem_dqblk
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...]
  /external/f2fs-tools/fsck/
dqblk_v2.h 23 long long dqb_off; /* Offset of dquot in file */ member in struct:v2_mem_dqblk
quotaio_tree.c 244 dquot->dq_dqb.u.v2_mdqb.dqb_off =
330 dquot->dq_dqb.u.v2_mdqb.dqb_off,
340 if (!dquot->dq_dqb.u.v2_mdqb.dqb_off) {
348 dquot->dq_dqb.u.v2_mdqb.dqb_off,
350 ret = h->write(&h->qh_qf, dquot->dq_dqb.u.v2_mdqb.dqb_off, ddquot,
373 if (dquot->dq_dqb.u.v2_mdqb.dqb_off >> QT_BLKSIZE_BITS != blk)
376 (unsigned int) (dquot->dq_dqb.u.v2_mdqb.dqb_off >>
388 memset(buf + (dquot->dq_dqb.u.v2_mdqb.dqb_off &
400 dquot->dq_dqb.u.v2_mdqb.dqb_off = 0;
448 if (!dquot->dq_dqb.u.v2_mdqb.dqb_off) /* Even not allocated? *
    [all...]

Completed in 656 milliseconds