Lines Matching refs:total_blocks
391 u32 total_blocks, blocks, start; in hfsplus_free_fork() local
394 total_blocks = be32_to_cpu(fork->total_blocks); in hfsplus_free_fork()
395 if (!total_blocks) in hfsplus_free_fork()
405 if (total_blocks == blocks) in hfsplus_free_fork()
413 total_blocks, type); in hfsplus_free_fork()
418 total_blocks - start, in hfsplus_free_fork()
419 total_blocks); in hfsplus_free_fork()
421 total_blocks = start; in hfsplus_free_fork()
422 } while (total_blocks > blocks); in hfsplus_free_fork()
437 sbi->total_blocks - sbi->free_blocks + 8) { in hfsplus_file_extend()
441 sbi->total_blocks, sbi->free_blocks); in hfsplus_file_extend()
456 start = hfsplus_block_allocate(sb, sbi->total_blocks, goal, &len); in hfsplus_file_extend()
457 if (start >= sbi->total_blocks) { in hfsplus_file_extend()