Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Drgrp.c81 static int gfs2_rbm_find(struct gfs2_rbm *rbm, u8 state, u32 *minext,
1663 * @minext: The minimum extent length
1677 u32 minext, in gfs2_reservation_check_and_update() argument
1688 if (minext > 1) { in gfs2_reservation_check_and_update()
1689 extlen = gfs2_free_extlen(rbm, minext); in gfs2_reservation_check_and_update()
1700 if (!minext || extlen >= minext) in gfs2_reservation_check_and_update()
1723 * @minext: Pointer to the requested extent length
1738 static int gfs2_rbm_find(struct gfs2_rbm *rbm, u8 state, u32 *minext, in gfs2_rbm_find() argument
1776 if (!rs || !minext) in gfs2_rbm_find()
2423 u32 minext = 1; gfs2_alloc_blocks() local
[all...]