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

  /external/e2fsprogs/lib/quota/
mkquota.c 106 static void write_dquots(dict_t *dict, struct quota_handle *qh)
114 dq->dq_h = qh;
116 qh->qh_ops->commit_dquot(dq);
453 static errcode_t quota_read_all_dquots(struct quota_handle *qh,
458 scan_data.quota_dict = qctx->quota_dict[qh->qh_type];
462 return qh->qh_ops->scan_dquots(qh, scan_dquots_callback, &scan_data);
469 static errcode_t quota_write_all_dquots(struct quota_handle *qh,
477 write_dquots(qctx->quota_dict[qh->qh_type], qh);
490 struct quota_handle *qh; local
531 struct quota_handle qh; local
    [all...]
  /external/boringssl/src/crypto/bn/
div.c 311 BN_ULONG ql, qh;
315 qh = HBITS(q);
316 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */
  /external/mksh/src/
var.c 1654 uint32_t qh; member in struct:__anon17180
    [all...]

Completed in 144 milliseconds