Lines Matching refs:end
25 __be32 *pptr, *curr, *end; in hfsplus_block_allocate() local
47 end = pptr + PAGE_CACHE_BITS / 32; in hfsplus_block_allocate()
49 end = pptr + ((size + 31) & (PAGE_CACHE_BITS - 1)) / 32; in hfsplus_block_allocate()
65 while (curr < end) { in hfsplus_block_allocate()
89 end = pptr + PAGE_CACHE_BITS / 32; in hfsplus_block_allocate()
91 end = pptr + ((size + 31) & (PAGE_CACHE_BITS - 1)) / 32; in hfsplus_block_allocate()
118 while (curr < end) { in hfsplus_block_allocate()
140 end = pptr + PAGE_CACHE_BITS / 32; in hfsplus_block_allocate()
169 __be32 *pptr, *curr, *end; in hfsplus_block_free() local
190 end = pptr + PAGE_CACHE_BITS / 32; in hfsplus_block_free()
209 while (curr < end) { in hfsplus_block_free()
224 end = pptr + PAGE_CACHE_BITS / 32; in hfsplus_block_free()