Lines Matching defs:minext
81 static int gfs2_rbm_find(struct gfs2_rbm *rbm, u8 state, u32 *minext,
1663 * @minext: The minimum extent length
1677 u32 minext,
1688 if (minext > 1) {
1689 extlen = gfs2_free_extlen(rbm, minext);
1700 if (!minext || extlen >= minext)
1723 * @minext: Pointer to the requested extent length
1738 static int gfs2_rbm_find(struct gfs2_rbm *rbm, u8 state, u32 *minext,
1776 if (!rs || !minext)
1779 ret = gfs2_reservation_check_and_update(rbm, rs, *minext,
1818 *minext < rbm->rgd->rd_extfail_pt)
1819 rbm->rgd->rd_extfail_pt = *minext - 1;
1825 *minext = maxext.len;
2426 u32 minext = 1;
2434 error = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, &minext, &ip->i_res, false);
2438 error = gfs2_rbm_find(&rbm, GFS2_BLKST_FREE, &minext, NULL, false);