Lines Matching refs:used
49 * reserved blocks" count must be used when calculating the length of the
60 * to use the reservation system should update ask/used in xfs_ag_resv_init.
99 * How many blocks are reserved but not used, and therefore must not be
182 xfs_extlen_t used)
189 if (used > ask)
190 ask = used;
205 * on-disk as used space. We therefore only hide the space
206 * that is reserved but not used by the trees.
208 hidden_space = ask - used;
236 resv->ar_reserved = ask - used;
251 xfs_extlen_t used;
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;
281 &used);
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);