HomeSort by relevance Sort by last modified time
    Searched refs:scan_dquots (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/debugfs/
quota.c 127 retval = qh->qh_ops->scan_dquots(qh, list_quota_callback, NULL);
  /external/e2fsprogs/lib/support/
quotaio.h 176 int (*scan_dquots) (struct quota_handle *h, member in struct:quotafile_ops
mkquota.c 555 return qh->qh_ops->scan_dquots(qh, scan_dquots_callback, &scan_data);
644 err = qh.qh_ops->scan_dquots(&qh, scan_dquots_callback, &scan_data);
quotaio_v2.c 40 .scan_dquots = v2_scan_dquots,

Completed in 459 milliseconds