Lines Matching +full:2 +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
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,
69 /* 2TB */ 338, 338, 16,
92 column = 2; in hfsplus_calc_btree_clump_size()
101 clump_size = sectors << 2; /* 0.8 % */ in hfsplus_calc_btree_clump_size()
340 hfs_bnode_write_u16(node, tree->node_size - 2, 14); in hfs_bmap_new_bmap()
393 len = hfs_brec_lenoff(node, 2, &off16); in hfs_bmap_alloc()
464 len = hfs_brec_lenoff(node, 2, &off); in hfs_bmap_free()