Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Dquotaio.c143 h->qh_ops = &quotafile_ops_2; in quota_file_open()
145 if (h->qh_ops->check_file && in quota_file_open()
146 (h->qh_ops->check_file(h, qtype) == 0)) { in quota_file_open()
152 if (h->qh_ops->init_io && (h->qh_ops->init_io(h, qtype) < 0)) { in quota_file_open()
184 h->qh_ops = &quotafile_ops_2; in quota_file_create()
186 if (h->qh_ops->new_io && (h->qh_ops->new_io(h) < 0)) { in quota_file_create()
204 if (h->qh_ops->write_info && h->qh_ops->write_info(h) < 0) in quota_file_close()
208 if (h->qh_ops->end_io && h->qh_ops->end_io(h) < 0) in quota_file_close()
Dmkquota.c57 if (qh->qh_ops->commit_dquot(dq)) { in write_dquots()
389 err = qh.qh_ops->scan_dquots(&qh, scan_dquots_callback, &scan_data); in quota_compare_and_update()
Dquotaio.h132 struct quotafile_ops *qh_ops; /* Operations on quotafile */ member
/external/e2fsprogs/lib/support/
Dquotaio.c246 h->qh_ops = &quotafile_ops_2; in quota_file_open()
248 if (h->qh_ops->check_file && in quota_file_open()
249 (h->qh_ops->check_file(h, qtype, fmt) == 0)) { in quota_file_open()
255 if (h->qh_ops->init_io && (h->qh_ops->init_io(h) < 0)) { in quota_file_open()
358 h->qh_ops = &quotafile_ops_2; in quota_file_create()
360 if (h->qh_ops->new_io && (h->qh_ops->new_io(h) < 0)) { in quota_file_create()
384 if (h->qh_ops->write_info && h->qh_ops->write_info(h) < 0) in quota_file_close()
389 if (h->qh_ops->end_io && h->qh_ops->end_io(h) < 0) in quota_file_close()
Dmkquota.c160 qh->qh_ops->commit_dquot(dq); in write_dquots()
606 qh->qh_ops->scan_dquots(qh, scan_dquots_callback, &scan_data); in quota_read_all_dquots()
649 err = qh.qh_ops->scan_dquots(&qh, scan_dquots_callback, &scan_data); in quota_compare_and_update()
Dquotaio.h129 struct quotafile_ops *qh_ops; /* Operations on quotafile */ member
/external/e2fsprogs/debugfs/
Dquota.c128 retval = qh->qh_ops->scan_dquots(qh, list_quota_callback, NULL); in do_list_quota()
165 dq = qh->qh_ops->read_dquot(qh, id); in do_get_quota()