Searched refs:max_blocks (Results 1 – 6 of 6) sorted by relevance
38 ULONG max_blocks = 0; in Ext2MapExtent() local65 max_blocks = EXT_INIT_MAX_LEN; in Ext2MapExtent()68 max_blocks = EXT_UNWRITTEN_MAX_LEN; in Ext2MapExtent()73 if (max_blocks > *Number) { in Ext2MapExtent()74 max_blocks = *Number; in Ext2MapExtent()77 max_blocks = 1; in Ext2MapExtent()86 max_blocks, in Ext2MapExtent()
2386 unsigned long max_blocks, struct buffer_head *bh_result, in ext4_ext_get_blocks() argument2461 if (flags & EXT4_GET_BLOCKS_PRE_IO && max_blocks > EXT_UNWRITTEN_MAX_LEN) in ext4_ext_get_blocks()2462 max_blocks = EXT_UNWRITTEN_MAX_LEN; in ext4_ext_get_blocks()2463 if (allocated > max_blocks) in ext4_ext_get_blocks()2464 allocated = max_blocks; in ext4_ext_get_blocks()2503 if (allocated > max_blocks) in ext4_ext_get_blocks()2504 allocated = max_blocks; in ext4_ext_get_blocks()
63 FT_Long max_blocks; /* max. number of allocated blocks */ member488 node->max_blocks = 0; in ft_mem_table_get_source()560 if ( source->cur_blocks > source->max_blocks ) in ft_mem_table_set()561 source->max_blocks = source->cur_blocks; in ft_mem_table_set()980 source->cur_blocks, source->max_blocks, in FT_DumpMemory()
132 void mbedtls_memory_buffer_alloc_max_get( size_t *max_used, size_t *max_blocks );
252 unsigned long max_blocks, struct buffer_head *bh_result,
556 void mbedtls_memory_buffer_alloc_max_get( size_t *max_used, size_t *max_blocks ) in mbedtls_memory_buffer_alloc_max_get() argument559 *max_blocks = heap.maximum_header_count; in mbedtls_memory_buffer_alloc_max_get()