Lines Matching defs:start
312 u32 count, start;
319 start = be32_to_cpu(extent->start_block);
320 if (alloc_block != start + count) {
341 u32 count, start;
361 start = be32_to_cpu(extent->start_block);
363 err = hfsplus_block_free(sb, start, count);
366 hfs_dbg(EXTENT, " start: %u count: %u\n",
367 start, count);
374 err = hfsplus_block_free(sb, start + count, block_nr);
377 hfs_dbg(EXTENT, " start: %u count: %u\n",
378 start, count);
401 u32 total_blocks, blocks, start;
426 start = be32_to_cpu(fd.key->ext.start_block);
430 hfsplus_free_extents(sb, ext_entry, total_blocks - start,
432 total_blocks = start;
445 u32 start, len, goal;
468 start = hfsplus_block_allocate(sb, sbi->total_blocks, goal, &len);
469 if (start >= sbi->total_blocks) {
470 start = hfsplus_block_allocate(sb, goal, 0, &len);
471 if (start >= goal) {
478 res = sb_issue_zeroout(sb, start, len, GFP_NOFS);
483 hfs_dbg(EXTENT, "extend %lu: %u,%u\n", inode->i_ino, start, len);
489 hip->first_extents[0].start_block = cpu_to_be32(start);
496 start, len);
507 start, len);
532 hip->cached_extents[0].start_block = cpu_to_be32(start);
548 u32 alloc_cnt, blk_cnt, start;
602 start = hip->cached_start;
603 if (blk_cnt <= start)
607 alloc_cnt - start, alloc_cnt - blk_cnt);
610 if (blk_cnt > start) {
614 alloc_cnt = start;