Lines Matching refs:end
24 __be32 *pptr, *curr, *end; in hfsplus_block_allocate() local
46 end = pptr + PAGE_CACHE_BITS / 32; in hfsplus_block_allocate()
48 end = pptr + ((size + 31) & (PAGE_CACHE_BITS - 1)) / 32; in hfsplus_block_allocate()
64 while (curr < end) { in hfsplus_block_allocate()
88 end = pptr + PAGE_CACHE_BITS / 32; in hfsplus_block_allocate()
90 end = pptr + ((size + 31) & (PAGE_CACHE_BITS - 1)) / 32; in hfsplus_block_allocate()
117 while (curr < end) { in hfsplus_block_allocate()
139 end = pptr + PAGE_CACHE_BITS / 32; in hfsplus_block_allocate()
168 __be32 *pptr, *curr, *end; in hfsplus_block_free() local
189 end = pptr + PAGE_CACHE_BITS / 32; in hfsplus_block_free()
208 while (curr < end) { in hfsplus_block_free()
223 end = pptr + PAGE_CACHE_BITS / 32; in hfsplus_block_free()