Searched refs:qh_ops (Results 1 – 7 of 7) sorted by relevance
/external/f2fs-tools/fsck/ |
D | quotaio.c | 134 h->qh_ops = "afile_ops_2; in quota_file_open() 136 if (h->qh_ops->check_file && in quota_file_open() 137 (h->qh_ops->check_file(h, qtype) == 0)) { in quota_file_open() 143 if (h->qh_ops->init_io && (h->qh_ops->init_io(h) < 0)) { in quota_file_open() 175 h->qh_ops = "afile_ops_2; in quota_file_create() 177 if (h->qh_ops->new_io && (h->qh_ops->new_io(h) < 0)) { in quota_file_create() 195 if (h->qh_ops->write_info && h->qh_ops->write_info(h) < 0) in quota_file_close() 199 if (h->qh_ops->end_io && h->qh_ops->end_io(h) < 0) in quota_file_close()
|
D | mkquota.c | 56 if (qh->qh_ops->commit_dquot(dq)) in write_dquots() 384 err = qh.qh_ops->scan_dquots(&qh, scan_dquots_callback, &scan_data); in quota_compare_and_update()
|
D | quotaio.h | 122 struct quotafile_ops *qh_ops; /* Operations on quotafile */ member
|
/external/e2fsprogs/lib/support/ |
D | quotaio.c | 271 h->qh_ops = "afile_ops_2; in quota_file_open() 273 if (h->qh_ops->check_file && in quota_file_open() 274 (h->qh_ops->check_file(h, qtype, fmt) == 0)) { in quota_file_open() 280 if (h->qh_ops->init_io && (h->qh_ops->init_io(h) < 0)) { in quota_file_open() 383 h->qh_ops = "afile_ops_2; in quota_file_create() 385 if (h->qh_ops->new_io && (h->qh_ops->new_io(h) < 0)) { in quota_file_create() 409 if (h->qh_ops->write_info && h->qh_ops->write_info(h) < 0) in quota_file_close() 414 if (h->qh_ops->end_io && h->qh_ops->end_io(h) < 0) in quota_file_close()
|
D | mkquota.c | 158 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()
|
D | quotaio.h | 129 struct quotafile_ops *qh_ops; /* Operations on quotafile */ member
|
/external/e2fsprogs/debugfs/ |
D | quota.c | 128 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()
|