Searched refs:scan_dquots (Results 1 – 3 of 3) sorted by relevance
124 int (*scan_dquots) (struct quota_handle *h, member
462 return qh->qh_ops->scan_dquots(qh, scan_dquots_callback, &scan_data); in quota_read_all_dquots()551 err = qh.qh_ops->scan_dquots(&qh, scan_dquots_callback, &scan_data); in quota_compare_and_update()
39 .scan_dquots = v2_scan_dquots,