Lines Matching refs:ask
60 * to use the reservation system should update ask/used in xfs_ag_resv_init.
181 xfs_extlen_t ask,
189 if (used > ask)
190 ask = used;
200 hidden_space = ask;
208 hidden_space = ask - used;
231 mp->m_ag_max_usable -= ask;
234 resv->ar_asked = ask;
236 resv->ar_reserved = ask - used;
238 trace_xfs_ag_resv_init(pag, type, ask);
250 xfs_extlen_t ask;
256 ask = used = 0;
258 error = xfs_refcountbt_calc_reserves(mp, tp, agno, &ask, &used);
262 error = xfs_finobt_calc_reserves(mp, tp, agno, &ask, &used);
267 ask, used);
276 ask = used = 0;
280 error = xfs_refcountbt_calc_reserves(mp, tp, agno, &ask,
286 ask, used);
294 ask = used = 0;
296 error = xfs_rmapbt_calc_reserves(mp, tp, agno, &ask, &used);
300 error = __xfs_ag_resv_init(pag, XFS_AG_RESV_RMAPBT, ask, used);