Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Drgrp.c1678 struct gfs2_extent *maxext) in gfs2_reservation_check_and_update() argument
1690 if (extlen <= maxext->len) in gfs2_reservation_check_and_update()
1703 if (extlen > maxext->len) { in gfs2_reservation_check_and_update()
1704 maxext->len = extlen; in gfs2_reservation_check_and_update()
1705 maxext->rbm = *rbm; in gfs2_reservation_check_and_update()
1749 struct gfs2_extent maxext = { .rbm.rgd = rbm->rgd, }; in gfs2_rbm_find() local
1780 &maxext); in gfs2_rbm_find()
1823 if (maxext.len) { in gfs2_rbm_find()
1824 *rbm = maxext.rbm; in gfs2_rbm_find()
1825 *minext = maxext.len; in gfs2_rbm_find()
/openbmc/ipmitool/lib/
H A Dipmi_fru.c2152 unsigned int maxext; in ipmi_fru_picmg_ext_print() local
2164 maxext = fru_data[offset] | in ipmi_fru_picmg_ext_print()
2177 maxext / 10, maxext % 10, maxext); in ipmi_fru_picmg_ext_print()