Lines Matching defs:ret
124 secno ret = 0;
135 ret = bs + nr;
150 ret = bs + q;
173 ret = bs + q;
180 if (ret) {
181 if (hpfs_sb(s)->sb_chk && ((ret >> 14) != (bs >> 14) || (le32_to_cpu(bmp[(ret & 0x3fff) >> 5]) | ~(((1 << n) - 1) << (ret & 0x1f))) != 0xffffffff)) {
182 hpfs_error(s, "Allocation doesn't work! Wanted %d, allocated at %08x", n, ret);
183 ret = 0;
186 bmp[(ret & 0x3fff) >> 5] &= cpu_to_le32(~(((1 << n) - 1) << (ret & 0x1f)));
192 return ret;
217 if ((sec = alloc_in_bmp(s, near, n, f_p ? forward : forward/4))) goto ret;
224 goto ret;
226 if (b > 0x10000000) if ((sec = alloc_in_bmp(s, (b&0xfffffff)<<14, n, f_p ? forward : 0))) goto ret;
233 goto ret;
238 goto ret;
243 goto ret;
247 goto ret;
258 ret: