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

  /external/e2fsprogs/debugfs/
quota.c 109 struct quota_handle *qh; local
126 qh = current_qctx->quota_file[type];
127 retval = qh->qh_ops->scan_dquots(qh, list_quota_callback, NULL);
137 struct quota_handle *qh; local
161 qh = current_qctx->quota_file[type];
163 dq = qh->qh_ops->read_dquot(qh, id);
  /external/f2fs-tools/fsck/
mkquota.c 45 static void write_dquots(dict_t *dict, struct quota_handle *qh)
54 dq->dq_h = qh;
56 qh->qh_ops->commit_dquot(dq);
363 struct quota_handle qh; local
373 err = quota_file_open(sbi, &qh, qtype, 0);
383 err = qh.qh_ops->scan_dquots(&qh, scan_dquots_callback, &scan_data);
  /external/e2fsprogs/lib/support/
mkquota.c 145 static void write_dquots(dict_t *dict, struct quota_handle *qh)
154 dq->dq_h = qh;
156 qh->qh_ops->commit_dquot(dq);
546 static errcode_t quota_read_all_dquots(struct quota_handle *qh,
551 scan_data.quota_dict = qctx->quota_dict[qh->qh_type];
555 return qh->qh_ops->scan_dquots(qh, scan_dquots_callback, &scan_data);
562 static errcode_t quota_write_all_dquots(struct quota_handle *qh,
570 write_dquots(qctx->quota_dict[qh->qh_type], qh);
584 struct quota_handle *qh; local
624 struct quota_handle qh; local
    [all...]
  /external/mksh/src/
var.c 1754 uint32_t qh; member in struct:__anon30705
    [all...]

Completed in 360 milliseconds