• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/

Lines Matching defs:allocated_size

122 		allocated_size_vcn = ni->allocated_size >>
356 if (!ni->allocated_size) {
479 if (!ni->allocated_size) {
1645 a->data.non_resident.allocated_size = cpu_to_sle64(new_size);
1654 a->data.non_resident.allocated_size;
1668 ni->allocated_size = new_size;
1670 ni->itype.compressed.size = ni->allocated_size;
1687 vi->i_blocks = ni->allocated_size >> 9;
1761 ni->allocated_size = arec_size - mp_ofs;
1855 s64 ll, allocated_size, start = data_start;
1870 allocated_size = ni->allocated_size;
1877 (unsigned long long)allocated_size,
1899 allocated_size = ni->allocated_size;
1901 if (start < 0 || start >= allocated_size) {
1952 allocated_size = ni->allocated_size;
1958 vcn = NInoNonResident(ni) ? allocated_size >> vol->cluster_size_bits :
1966 if (unlikely(new_alloc_size <= allocated_size)) {
1968 new_alloc_size = allocated_size;
2003 ni->allocated_size = le32_to_cpu(a->length) -
2039 allocated_size = ni->allocated_size;
2041 if (start < 0 || start >= allocated_size)
2054 allocated_size = ni->allocated_size;
2056 if (start < 0 || start >= allocated_size) {
2071 if (new_alloc_size == allocated_size) {
2083 if ((start >= 0 && start <= allocated_size) || ni->type != AT_DATA ||
2101 if (!rl && !allocated_size)
2106 if (start < 0 || start >= allocated_size)
2137 rl2 = ntfs_cluster_alloc(vol, allocated_size >> vol->cluster_size_bits,
2138 (new_alloc_size - allocated_size) >>
2143 if (start < 0 || start >= allocated_size)
2156 if (start < 0 || start >= allocated_size)
2176 allocated_size) >> vol->cluster_size_bits);
2188 if (start < 0 || start >= allocated_size)
2210 if (start < 0 || start >= allocated_size)
2224 if (start < 0 || start >= allocated_size)
2256 ni->allocated_size = new_alloc_size;
2257 a->data.non_resident.allocated_size = cpu_to_sle64(new_alloc_size);
2259 ni->itype.compressed.size += new_alloc_size - allocated_size;
2284 if (start < 0 || start >= allocated_size)
2294 allocated_size >> vol->cluster_size_bits, NULL, 0,
2300 ni->allocated_size = new_alloc_size;
2303 allocated_size;
2319 (allocated_size >> vol->cluster_size_bits) - 1);
2321 ll = allocated_size >> vol->cluster_size_bits;