Lines Matching refs:total_blocks
401 u32 total_blocks, blocks, start; in hfsplus_free_fork() local
404 total_blocks = be32_to_cpu(fork->total_blocks); in hfsplus_free_fork()
405 if (!total_blocks) in hfsplus_free_fork()
415 if (total_blocks == blocks) in hfsplus_free_fork()
423 total_blocks, type); in hfsplus_free_fork()
430 hfsplus_free_extents(sb, ext_entry, total_blocks - start, in hfsplus_free_fork()
431 total_blocks); in hfsplus_free_fork()
432 total_blocks = start; in hfsplus_free_fork()
434 } while (total_blocks > blocks); in hfsplus_free_fork()
449 sbi->total_blocks - sbi->free_blocks + 8) { in hfsplus_file_extend()
453 sbi->total_blocks, sbi->free_blocks); in hfsplus_file_extend()
468 start = hfsplus_block_allocate(sb, sbi->total_blocks, goal, &len); in hfsplus_file_extend()
469 if (start >= sbi->total_blocks) { in hfsplus_file_extend()