Searched refs:scan_dquots (Results 1 – 7 of 7) sorted by relevance
/external/e2fsprogs/debugfs/ |
D | quota.c | 128 retval = qh->qh_ops->scan_dquots(qh, list_quota_callback, NULL); in do_list_quota()
|
/external/f2fs-tools/fsck/ |
D | quotaio.h | 169 int (*scan_dquots) (struct quota_handle *h, member
|
D | quotaio_v2.c | 41 .scan_dquots = v2_scan_dquots,
|
D | mkquota.c | 384 err = qh.qh_ops->scan_dquots(&qh, scan_dquots_callback, &scan_data); in quota_compare_and_update()
|
/external/e2fsprogs/lib/support/ |
D | quotaio.h | 176 int (*scan_dquots) (struct quota_handle *h, member
|
D | mkquota.c | 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_v2.c | 40 .scan_dquots = v2_scan_dquots,
|