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

  /external/f2fs-tools/fsck/
quotaio.c 134 h->qh_ops = &quotafile_ops_2;
136 if (h->qh_ops->check_file &&
137 (h->qh_ops->check_file(h, qtype) == 0)) {
138 log_err("qh_ops->check_file failed");
143 if (h->qh_ops->init_io && (h->qh_ops->init_io(h) < 0)) {
144 log_err("qh_ops->init_io failed");
175 h->qh_ops = &quotafile_ops_2;
177 if (h->qh_ops->new_io && (h->qh_ops->new_io(h) < 0))
    [all...]
quotaio.h 122 struct quotafile_ops *qh_ops; /* Operations on quotafile */ member in struct:quota_handle
mkquota.c 56 if (qh->qh_ops->commit_dquot(dq))
384 err = qh.qh_ops->scan_dquots(&qh, scan_dquots_callback, &scan_data);
  /external/e2fsprogs/lib/support/
quotaio.c 271 h->qh_ops = &quotafile_ops_2;
273 if (h->qh_ops->check_file &&
274 (h->qh_ops->check_file(h, qtype, fmt) == 0)) {
275 log_err("qh_ops->check_file failed");
280 if (h->qh_ops->init_io && (h->qh_ops->init_io(h) < 0)) {
281 log_err("qh_ops->init_io failed");
383 h->qh_ops = &quotafile_ops_2;
385 if (h->qh_ops->new_io && (h->qh_ops->new_io(h) < 0))
    [all...]
mkquota.c 158 qh->qh_ops->commit_dquot(dq);
581 return qh->qh_ops->scan_dquots(qh, scan_dquots_callback, &scan_data);
671 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 128 retval = qh->qh_ops->scan_dquots(qh, list_quota_callback, NULL);
165 dq = qh->qh_ops->read_dquot(qh, id);

Completed in 798 milliseconds