Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_iomap.c369 int64_t *qfreesp) in xfs_quota_calc_throttle() argument
378 *qfreesp = 0; in xfs_quota_calc_throttle()
391 if (freesp < *qfreesp) in xfs_quota_calc_throttle()
392 *qfreesp = freesp; in xfs_quota_calc_throttle()