Lines Matching refs:nfreeexts
1031 if (iagp->nfreeexts == 0) {
1049 if (iagp->nfreeexts == cpu_to_le32(EXTSPERIAG - 1)) {
1128 if (iagp->nfreeexts == 0) {
1140 if (iagp->nfreeexts == cpu_to_le32(EXTSPERIAG - 1)) {
1202 le32_add_cpu(&iagp->nfreeexts, 1);
1402 addext = (imap->im_agctl[agno].numfree < 32 && iagp->nfreeexts);
1958 if (iagp->nfreeexts == cpu_to_le32(EXTSPERIAG)) {
2169 if (!iagp->nfreeexts) {
2194 if (iagp->nfreeexts == cpu_to_le32(1)) {
2214 if (iagp->nfreeexts == cpu_to_le32(EXTSPERIAG)) {
2299 if (iagp->nfreeexts == cpu_to_le32(1)) {
2314 if (iagp->nfreeexts == cpu_to_le32(EXTSPERIAG)) {
2361 le32_add_cpu(&iagp->nfreeexts, -1);
2572 iagp->nfreeexts = cpu_to_le32(EXTSPERIAG);
2895 if (iagp->nfreeexts == cpu_to_le32(EXTSPERIAG)) {
2905 numinos = (EXTSPERIAG - le32_to_cpu(iagp->nfreeexts))
2940 if (le32_to_cpu(iagp->nfreeexts) > 0) {