Lines Matching defs:allocated_size
108 allocated_size_vcn = ni->allocated_size >>
342 if (!ni->allocated_size) {
465 if (!ni->allocated_size) {
1701 a->data.non_resident.allocated_size = cpu_to_sle64(new_size);
1710 a->data.non_resident.allocated_size;
1724 ni->allocated_size = new_size;
1726 ni->itype.compressed.size = ni->allocated_size;
1743 vi->i_blocks = ni->allocated_size >> 9;
1824 ni->allocated_size = arec_size - mp_ofs;
1918 s64 ll, allocated_size, start = data_start;
1933 allocated_size = ni->allocated_size;
1940 (unsigned long long)allocated_size,
1962 allocated_size = ni->allocated_size;
1964 if (start < 0 || start >= allocated_size) {
2015 allocated_size = ni->allocated_size;
2021 vcn = NInoNonResident(ni) ? allocated_size >> vol->cluster_size_bits :
2029 if (unlikely(new_alloc_size <= allocated_size)) {
2031 new_alloc_size = allocated_size;
2066 ni->allocated_size = le32_to_cpu(a->length) -
2102 allocated_size = ni->allocated_size;
2104 if (start < 0 || start >= allocated_size)
2117 allocated_size = ni->allocated_size;
2119 if (start < 0 || start >= allocated_size) {
2162 if (new_alloc_size == allocated_size) {
2174 if ((start >= 0 && start <= allocated_size) || ni->type != AT_DATA ||
2192 if (!rl && !allocated_size)
2197 if (start < 0 || start >= allocated_size)
2229 rl2 = ntfs_cluster_alloc(vol, allocated_size >> vol->cluster_size_bits,
2230 (new_alloc_size - allocated_size) >>
2235 if (start < 0 || start >= allocated_size)
2248 if (start < 0 || start >= allocated_size)
2268 allocated_size) >> vol->cluster_size_bits);
2280 if (start < 0 || start >= allocated_size)
2302 if (start < 0 || start >= allocated_size)
2316 if (start < 0 || start >= allocated_size)
2348 ni->allocated_size = new_alloc_size;
2349 a->data.non_resident.allocated_size = cpu_to_sle64(new_alloc_size);
2361 ni->itype.compressed.size += new_alloc_size - allocated_size;
2386 if (start < 0 || start >= allocated_size)
2396 allocated_size >> vol->cluster_size_bits, NULL, 0,
2402 ni->allocated_size = new_alloc_size;
2410 allocated_size;
2426 (allocated_size >> vol->cluster_size_bits) - 1);
2428 ll = allocated_size >> vol->cluster_size_bits;