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

  /external/e2fsprogs/lib/support/
quotaio.c 268 h->qh_ops = &quotafile_ops_2;
270 if (h->qh_ops->check_file &&
271 (h->qh_ops->check_file(h, qtype, fmt) == 0)) {
272 log_err("qh_ops->check_file failed");
276 if (h->qh_ops->init_io && (h->qh_ops->init_io(h) < 0)) {
277 log_err("qh_ops->init_io failed");
378 h->qh_ops = &quotafile_ops_2;
380 if (h->qh_ops->new_io && (h->qh_ops->new_io(h) < 0))
    [all...]
mkquota.c 156 qh->qh_ops->commit_dquot(dq);
555 return qh->qh_ops->scan_dquots(qh, scan_dquots_callback, &scan_data);
644 err = qh.qh_ops->scan_dquots(&qh, scan_dquots_callback, &scan_data);
quotaio.h 129 struct quotafile_ops *qh_ops; /* Operations on quotafile */ member in struct:quota_handle
  /external/e2fsprogs/debugfs/
quota.c 127 retval = qh->qh_ops->scan_dquots(qh, list_quota_callback, NULL);
163 dq = qh->qh_ops->read_dquot(qh, id);

Completed in 820 milliseconds