Lines Matching refs:count
163 int hfsplus_block_free(struct super_block *sb, u32 offset, u32 count) in hfsplus_block_free() argument
173 if (!count) in hfsplus_block_free()
176 hfs_dbg(BITMAP, "block_free: %u,%u\n", offset, count); in hfsplus_block_free()
178 if ((offset + count) > sbi->total_blocks) in hfsplus_block_free()
190 len = count; in hfsplus_block_free()
197 if (j > count) { in hfsplus_block_free()
198 mask |= 0xffffffffU >> (i + count); in hfsplus_block_free()
203 count -= j; in hfsplus_block_free()
209 if (count < 32) in hfsplus_block_free()
212 count -= 32; in hfsplus_block_free()
214 if (!count) in hfsplus_block_free()
227 if (count) { in hfsplus_block_free()
228 mask = 0xffffffffU >> count; in hfsplus_block_free()