Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_iomap.c395 int64_t *qfreesp) in xfs_quota_calc_throttle() argument
404 *qfreesp = 0; in xfs_quota_calc_throttle()
417 if (freesp < *qfreesp) in xfs_quota_calc_throttle()
418 *qfreesp = freesp; in xfs_quota_calc_throttle()