Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_iomap.c389 int64_t *qfreesp) in xfs_quota_calc_throttle() argument
411 *qfreesp = 0; in xfs_quota_calc_throttle()
424 if (freesp < *qfreesp) in xfs_quota_calc_throttle()
425 *qfreesp = freesp; in xfs_quota_calc_throttle()