Lines Matching refs:nfreeexts
1029 if (iagp->nfreeexts == 0) {
1047 if (iagp->nfreeexts == cpu_to_le32(EXTSPERIAG - 1)) {
1126 if (iagp->nfreeexts == 0) {
1138 if (iagp->nfreeexts == cpu_to_le32(EXTSPERIAG - 1)) {
1200 le32_add_cpu(&iagp->nfreeexts, 1);
1400 addext = (imap->im_agctl[agno].numfree < 32 && iagp->nfreeexts);
1956 if (iagp->nfreeexts == cpu_to_le32(EXTSPERIAG)) {
2167 if (!iagp->nfreeexts) {
2192 if (iagp->nfreeexts == cpu_to_le32(1)) {
2212 if (iagp->nfreeexts == cpu_to_le32(EXTSPERIAG)) {
2297 if (iagp->nfreeexts == cpu_to_le32(1)) {
2312 if (iagp->nfreeexts == cpu_to_le32(EXTSPERIAG)) {
2359 le32_add_cpu(&iagp->nfreeexts, -1);
2570 iagp->nfreeexts = cpu_to_le32(EXTSPERIAG);
2893 if (iagp->nfreeexts == cpu_to_le32(EXTSPERIAG)) {
2903 numinos = (EXTSPERIAG - le32_to_cpu(iagp->nfreeexts))
2938 if (le32_to_cpu(iagp->nfreeexts) > 0) {