Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_iomap.c318 int64_t *qfreesp) in xfs_quota_calc_throttle() argument
327 *qfreesp = 0; in xfs_quota_calc_throttle()
340 if (freesp < *qfreesp) in xfs_quota_calc_throttle()
341 *qfreesp = freesp; in xfs_quota_calc_throttle()