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