Lines Matching refs:count
164 int hfsplus_block_free(struct super_block *sb, u32 offset, u32 count) in hfsplus_block_free() argument
174 if (!count) in hfsplus_block_free()
177 hfs_dbg(BITMAP, "block_free: %u,%u\n", offset, count); in hfsplus_block_free()
179 if ((offset + count) > sbi->total_blocks) in hfsplus_block_free()
191 len = count; in hfsplus_block_free()
198 if (j > count) { in hfsplus_block_free()
199 mask |= 0xffffffffU >> (i + count); in hfsplus_block_free()
204 count -= j; in hfsplus_block_free()
210 if (count < 32) in hfsplus_block_free()
213 count -= 32; in hfsplus_block_free()
215 if (!count) in hfsplus_block_free()
228 if (count) { in hfsplus_block_free()
229 mask = 0xffffffffU >> count; in hfsplus_block_free()