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

  /external/e2fsprogs/lib/support/
quotaio_tree.c 278 newblk = ext2fs_le32_to_cpu(ref[get_index(dquot->dq_id, depth)]);
285 ref[get_index(dquot->dq_id, depth)]);
292 ref[get_index(dquot->dq_id, depth)] =
311 (unsigned int) dquot->dq_id, strerror(errno));
330 (unsigned int)dquot->dq_id, strerror(errno));
348 (unsigned int)dquot->dq_id, strerror(errno));
407 newblk = ext2fs_le32_to_cpu(ref[get_index(dquot->dq_id, depth)]);
418 ref[get_index(dquot->dq_id, depth)] = ext2fs_cpu_to_le32(0);
464 dquot->dq_id);
484 blk = ext2fs_le32_to_cpu(ref[get_index(dquot->dq_id, depth)])
    [all...]
mkquota.c 54 dq->dq_id, dq->dq_dqb.dqb_curspace,
363 dq->dq_id = key;
509 dq = get_dq(quota_dict, dquot->dq_id);
510 dq->dq_id = dquot->dq_id;
522 dq->dq_id, (long long)dq->dq_dqb.dqb_curspace,
656 "Missing quota entry ID %d\n", dq->dq_id);
quotaio_v2.c 52 dquot->dq_id = ext2fs_le32_to_cpu(d->dqb_id);
84 d->dqb_id = ext2fs_cpu_to_le32(dquot->dq_id);
97 return ext2fs_le32_to_cpu(d->dqb_id) == dquot->dq_id;
quotaio.h 151 qid_t dq_id; /* ID dquot belongs to */ member in struct:dquot
quotaio.c 439 dquot->dq_id = -1;
  /external/e2fsprogs/debugfs/
quota.c 96 dq->dq_id, (long long)dq->dq_dqb.dqb_curspace,

Completed in 167 milliseconds