Searched refs:subsize_lookup (Results 1 – 5 of 5) sorted by relevance
31 extern const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES];
204 return subsize_lookup[partition][bsize]; in get_subsize()
71 const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES] = { variable
172 const BLOCK_SIZE subsize = subsize_lookup[PARTITION_SPLIT][bsize]; in count_segs_sb()
913 subsize = subsize_lookup[partition][bsize]; // get_subsize(bsize, partition); in decode_partition()