Home
last modified time | relevance | path

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

/external/e2fsprogs/debugfs/
Dquota.c128 retval = qh->qh_ops->scan_dquots(qh, list_quota_callback, NULL); in do_list_quota()
/external/f2fs-tools/fsck/
Dquotaio.h169 int (*scan_dquots) (struct quota_handle *h, member
Dquotaio_v2.c41 .scan_dquots = v2_scan_dquots,
Dmkquota.c384 err = qh.qh_ops->scan_dquots(&qh, scan_dquots_callback, &scan_data); in quota_compare_and_update()
/external/e2fsprogs/lib/support/
Dquotaio.h176 int (*scan_dquots) (struct quota_handle *h, member
Dmkquota.c581 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_v2.c40 .scan_dquots = v2_scan_dquots,