Lines Matching +full:1 +full:gb
30 /* 1GB */ 4, 4, 4,
31 /* 2GB */ 6, 6, 4,
32 /* 4GB */ 8, 8, 4,
33 /* 8GB */ 11, 11, 5,
35 * For volumes 16GB and larger, we want to make sure that a full OS
57 * series. For Catalog (16GB to 512GB), each term is 8**(1/5) times
58 * the previous term. For Attributes (16GB to 512GB), each term is
59 * 4**(1/5) times the previous term. For 1TB to 16TB, each term is
60 * 2**(1/5) times the previous term.
62 /* 16GB */ 64, 32, 5,
63 /* 32GB */ 84, 49, 6,
64 /* 64GB */ 111, 74, 7,
65 /* 128GB */ 147, 111, 8,
66 /* 256GB */ 194, 169, 9,
67 /* 512GB */ 256, 256, 11,
68 /* 1TB */ 294, 294, 14,
89 column = 1; in hfsplus_calc_btree_clump_size()
107 sectors && (i < CLUMP_ENTRIES - 1); in hfsplus_calc_btree_clump_size()
108 ++i, sectors = sectors >> 1) { in hfsplus_calc_btree_clump_size()
237 tree->node_size_shift = ffs(size) - 1; in hfs_btree_open()
240 (tree->node_size + PAGE_SIZE - 1) >> in hfs_btree_open()
330 node->num_recs = 1; in hfs_bmap_new_bmap()
336 desc.num_recs = cpu_to_be16(1); in hfs_bmap_new_bmap()
385 res = hfs_bmap_reserve(tree, 1); in hfs_bmap_alloc()
406 for (m = 0x80, i = 0; i < 8; m >>= 1, i++) { in hfs_bmap_alloc()
496 m = 1 << (~nidx & 7); in hfs_bmap_free()