Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Dquotaio.c142 h->qh_ops = &quotafile_ops_2; in quota_file_open()
144 if (h->qh_ops->check_file && in quota_file_open()
145 (h->qh_ops->check_file(h, qtype) == 0)) { in quota_file_open()
151 if (h->qh_ops->init_io && (h->qh_ops->init_io(h, qtype) < 0)) { in quota_file_open()
183 h->qh_ops = &quotafile_ops_2; in quota_file_create()
185 if (h->qh_ops->new_io && (h->qh_ops->new_io(h) < 0)) { in quota_file_create()
203 if (h->qh_ops->write_info && h->qh_ops->write_info(h) < 0) in quota_file_close()
207 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.h133 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.c158 qh->qh_ops->commit_dquot(dq); in write_dquots()
581 return qh->qh_ops->scan_dquots(qh, scan_dquots_callback, &scan_data); in quota_read_all_dquots()
671 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()