Searched refs:max_blocks (Results 1 – 8 of 8) sorted by relevance
58 unsigned long max_blocks = 0xffffffff; in calc_reserved_gdt_blocks() local65 if (ext2fs_blocks_count(sb) < max_blocks / 1024) in calc_reserved_gdt_blocks()66 max_blocks = ext2fs_blocks_count(sb) * 1024; in calc_reserved_gdt_blocks()71 rsv_groups = ext2fs_div_ceil(max_blocks - sb->s_first_data_block, bpg); in calc_reserved_gdt_blocks()77 max_blocks, rsv_groups, rsv_gdb); in calc_reserved_gdt_blocks()
63 FT_Long max_blocks; /* max. number of allocated blocks */ member487 node->max_blocks = 0; in ft_mem_table_get_source()559 if ( source->cur_blocks > source->max_blocks ) in ft_mem_table_set()560 source->max_blocks = source->cur_blocks; in ft_mem_table_set()979 source->cur_blocks, source->max_blocks, in FT_DumpMemory()
56 uint64_t max_blocks; in last_block() local74 max_blocks = max_size / (uint64_t) td->o.ba[ddir]; in last_block()75 if (!max_blocks) in last_block()78 return max_blocks; in last_block()
472 UInt max_blocks, UInt heuristics);
1607 UInt max_blocks, in MC_()1614 UInt remaining = max_blocks; in MC_()
85 blk64_t max_blocks; member2048 pb.max_blocks = 1 << (31 - fs->super->s_log_block_size); in check_blocks()2348 if (p->is_reg && p->num_blocks+1 >= p->max_blocks) in process_block()
107 o it now accepts an optional argument 'limited <max_blocks>'