Lines Matching refs:alloc_size

456 	old_alloc = le64_to_cpu(attr_b->nres.alloc_size);
521 * - update attr_b->nres.data_size/attr_b->nres.alloc_size
601 attr_b->nres.alloc_size = cpu_to_le64(new_alloc_tmp);
614 attr_b->nres.data_size = attr_b->nres.alloc_size;
624 attr_b->nres.data_size = attr_b->nres.alloc_size;
688 attr_b->nres.alloc_size = cpu_to_le64(old_size);
699 * - update attr_b->nres.data_size/attr_b->nres.alloc_size
734 attr_b->nres.alloc_size = cpu_to_le64(new_alloc_tmp);
745 attr_b->nres.alloc_size;
749 attr_b->nres.alloc_size;
817 new_alloc = le64_to_cpu(attr_b->nres.alloc_size);
837 attr_b->nres.alloc_size = cpu_to_le64(old_alloc);
945 asize = le64_to_cpu(attr_b->nres.alloc_size) >> cluster_bits;
1160 alloc = bytes_to_cluster(sbi, le64_to_cpu(attr_b->nres.alloc_size));
1571 alen = bytes_to_cluster(ni->mi.sbi, le64_to_cpu(attr->nres.alloc_size));
1775 sbi, le64_to_cpu(attr_b->nres.alloc_size));
1867 u64 valid_size, data_size, alloc_size, total_size;
1885 alloc_size = le64_to_cpu(attr_b->nres.alloc_size);
1892 total_size = alloc_size;
1923 alen = alloc_size >> sbi->cluster_bits;
2087 attr_b->nres.alloc_size = cpu_to_le64(alloc_size - bytes);
2124 u64 total_size, alloc_size;
2153 alloc_size = le64_to_cpu(attr_b->nres.alloc_size);
2156 if (vbo >= alloc_size) {
2164 if (bytes > alloc_size)
2165 bytes = alloc_size;
2185 alen = alloc_size >> sbi->cluster_bits;
2342 u64 data_size, alloc_size;
2361 alloc_size = data_size;
2365 alloc_size = le64_to_cpu(attr_b->nres.alloc_size);
2385 * valid_size <= data_size <= alloc_size
2386 * Check alloc_size for maximum possible.
2388 if (bytes > sbi->maxbytes_sparse - alloc_size)
2423 alloc_size = le64_to_cpu(attr_b->nres.alloc_size);
2507 attr_b->nres.alloc_size = cpu_to_le64(alloc_size + bytes);