Lines Matching refs:start
26 u32 mask, start, len, n; in hfsplus_block_allocate() local
39 start = size; in hfsplus_block_allocate()
84 start = size; in hfsplus_block_allocate()
94 start = size; in hfsplus_block_allocate()
98 start = offset + (curr - pptr) * 32 + i; in hfsplus_block_allocate()
99 if (start >= size) { in hfsplus_block_allocate()
104 len = min(size - start, len); in hfsplus_block_allocate()
135 start = size; in hfsplus_block_allocate()
155 *max = offset + (curr - pptr) * 32 + i - start; in hfsplus_block_allocate()
158 hfs_dbg(BITMAP, "-> %u,%u\n", start, *max); in hfsplus_block_allocate()
161 return start; in hfsplus_block_allocate()