Lines Matching refs:alloc_size

454 	old_alloc = le64_to_cpu(attr_b->nres.alloc_size);
519 * - update attr_b->nres.data_size/attr_b->nres.alloc_size
599 attr_b->nres.alloc_size = cpu_to_le64(new_alloc_tmp);
612 attr_b->nres.data_size = attr_b->nres.alloc_size;
622 attr_b->nres.data_size = attr_b->nres.alloc_size;
685 attr_b->nres.alloc_size = cpu_to_le64(old_size);
696 * - update attr_b->nres.data_size/attr_b->nres.alloc_size
731 attr_b->nres.alloc_size = cpu_to_le64(new_alloc_tmp);
742 attr_b->nres.alloc_size;
746 attr_b->nres.alloc_size;
813 new_alloc = le64_to_cpu(attr_b->nres.alloc_size);
833 attr_b->nres.alloc_size = cpu_to_le64(old_alloc);
941 asize = le64_to_cpu(attr_b->nres.alloc_size) >> cluster_bits;
1141 alloc = bytes_to_cluster(sbi, le64_to_cpu(attr_b->nres.alloc_size));
1562 alen = bytes_to_cluster(ni->mi.sbi, le64_to_cpu(attr->nres.alloc_size));
1765 sbi, le64_to_cpu(attr_b->nres.alloc_size));
1857 u64 valid_size, data_size, alloc_size, total_size;
1875 alloc_size = le64_to_cpu(attr_b->nres.alloc_size);
1882 total_size = alloc_size;
1913 alen = alloc_size >> sbi->cluster_bits;
2077 attr_b->nres.alloc_size = cpu_to_le64(alloc_size - bytes);
2114 u64 total_size, alloc_size;
2143 alloc_size = le64_to_cpu(attr_b->nres.alloc_size);
2146 if (vbo >= alloc_size) {
2154 if (bytes > alloc_size)
2155 bytes = alloc_size;
2175 alen = alloc_size >> sbi->cluster_bits;
2332 u64 data_size, alloc_size;
2351 alloc_size = data_size;
2355 alloc_size = le64_to_cpu(attr_b->nres.alloc_size);
2370 * valid_size <= data_size <= alloc_size
2371 * Check alloc_size for maximum possible.
2373 if (bytes > sbi->maxbytes_sparse - alloc_size)
2408 alloc_size = le64_to_cpu(attr_b->nres.alloc_size);
2492 attr_b->nres.alloc_size = cpu_to_le64(alloc_size + bytes);