Home
last modified time | relevance | path

Searched refs:qh_ops (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/lib/quota/
Dquotaio.c228 h->qh_ops = &quotafile_ops_2; in quota_file_open()
230 if (h->qh_ops->check_file && in quota_file_open()
231 (h->qh_ops->check_file(h, type, fmt) == 0)) { in quota_file_open()
237 if (h->qh_ops->init_io && (h->qh_ops->init_io(h) < 0)) { in quota_file_open()
325 h->qh_ops = &quotafile_ops_2; in quota_file_create()
327 if (h->qh_ops->new_io && (h->qh_ops->new_io(h) < 0)) { in quota_file_create()
350 if (h->qh_ops->write_info && h->qh_ops->write_info(h) < 0) in quota_file_close()
355 if (h->qh_ops->end_io && h->qh_ops->end_io(h) < 0) in quota_file_close()
Dmkquota.c116 qh->qh_ops->commit_dquot(dq); in write_dquots()
462 return qh->qh_ops->scan_dquots(qh, scan_dquots_callback, &scan_data); in quota_read_all_dquots()
551 err = qh.qh_ops->scan_dquots(&qh, scan_dquots_callback, &scan_data); in quota_compare_and_update()
Dquotaio.h79 struct quotafile_ops *qh_ops; /* Operations on quotafile */ member