Searched refs:allocated_size (Results 1 - 24 of 24) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dattrib.c121 allocated_size_vcn = ni->allocated_size >>
183 end_vcn = sle64_to_cpu(a->data.non_resident.allocated_size) >>
358 if (!ni->allocated_size) {
481 if (!ni->allocated_size) {
1647 a->data.non_resident.allocated_size = cpu_to_sle64(new_size);
1656 a->data.non_resident.allocated_size;
1670 ni->allocated_size = new_size;
1672 ni->itype.compressed.size = ni->allocated_size;
1689 vi->i_blocks = ni->allocated_size >> 9;
1763 ni->allocated_size
1857 s64 ll, allocated_size, start = data_start; local
[all...]
H A Dinode.c391 ni->initialized_size = ni->allocated_size = 0;
886 ni->allocated_size = 0;
952 ni->allocated_size = sle64_to_cpu(
953 a->data.non_resident.allocated_size);
1004 ni->allocated_size = 0;
1114 ni->allocated_size = sle64_to_cpu(
1115 a->data.non_resident.allocated_size);
1119 ni->allocated_size = le32_to_cpu(a->length) -
1122 if (vi->i_size > ni->allocated_size) {
1157 vi->i_blocks = ni->allocated_size >>
[all...]
H A Dmft.c1144 pass_end = NTFS_I(vol->mft_ino)->allocated_size >>
1261 * Note: Only changes allocated_size, i.e. does not touch initialized_size or
1301 ll = mftbmp_ni->allocated_size;
1457 * We now have extended the mft bitmap allocated_size by one cluster.
1479 mftbmp_ni->allocated_size += vol->cluster_size;
1480 a->data.non_resident.allocated_size =
1481 cpu_to_sle64(mftbmp_ni->allocated_size);
1499 mftbmp_ni->allocated_size += vol->cluster_size;
1505 * The only thing that is now wrong is ->allocated_size of the
1565 * allocated_size i
[all...]
H A Dinode.h50 s64 allocated_size; /* Copy from the attribute record. */ member in struct:_ntfs_inode
H A Dindex.c312 if (le32_to_cpu(ia->index.allocated_size) + 0x18 !=
319 le32_to_cpu(ia->index.allocated_size) + 0x18,
H A Ddir.c356 if (le32_to_cpu(ia->index.allocated_size) + 0x18 !=
363 le32_to_cpu(ia->index.allocated_size) + 0x18,
959 if (unlikely(le32_to_cpu(ia->index.allocated_size) + 0x18 !=
967 le32_to_cpu(ia->index.allocated_size) + 0x18,
H A Dfile.c134 BUG_ON(new_init_size > ni->allocated_size);
739 initialized_size = ni->allocated_size;
978 a->data.non_resident.allocated_size) >>
1574 BUG_ON(end > ni->allocated_size);
1734 BUG_ON(end > ni->allocated_size);
1873 ll = ni->allocated_size;
1894 ll = ni->allocated_size;
H A Dlayout.h713 /* 40*/ sle64 allocated_size; /* Byte size of disk space member in struct:__anon7555::__anon7556::__anon7558
722 value. Can be larger than allocated_size if
1014 /* 28*/ sle64 allocated_size; /* Byte size of on-disk allocated space member in struct:__anon7566
1017 allocated_size from the unnamed
1930 le32 allocated_size; /* Byte size of this index (block), member in struct:__anon7605
1935 resident and hence the allocated_size is a fixed value and must
H A Drunlist.c883 attr->data.non_resident.allocated_size) +
H A Daops.c173 * We only enforce allocated_size limit because i_size is checked for in
230 lblock = (ni->allocated_size + blocksize - 1) >> blocksize_bits;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dmft.c491 pass_end = vol->mft_na->allocated_size >> vol->mft_record_size_bits;
661 rl = ntfs_attr_find_vcn(mftbmp_na, (mftbmp_na->allocated_size - 1) >>
754 * We now have extended the mft bitmap allocated_size by one cluster.
773 mftbmp_na->allocated_size += vol->cluster_size;
774 a->allocated_size = cpu_to_sle64(mftbmp_na->allocated_size);
788 mftbmp_na->allocated_size += vol->cluster_size;
790 * The only thing that is now wrong is ->allocated_size of the
841 * Note: Only changes allocated_size, i.e. does not touch initialized_size or
863 * allocated_size i
[all...]
H A Dindex.c391 u32 ib_size = (unsigned)le32_to_cpu(ib->index.allocated_size) + 0x18;
818 ib->index.allocated_size = cpu_to_le32(ib_size -
1159 ir->index.allocated_size = ir->index.index_length;
1163 le32_to_cpu(ir->index.allocated_size)))
1211 icx->ir->index.allocated_size = cpu_to_le32(data_size);
1342 u32 idx_size, allocated_size; local
1358 allocated_size = le32_to_cpu(ib->index.allocated_size);
1360 if (idx_size + le16_to_cpu(ie->length) + sizeof(VCN) > allocated_size) {
1425 int allocated_size, new_siz local
[all...]
H A Dattrib.c185 * reading in allocated_size bytes which is usually larger
319 * @allocated_size:
329 const s64 allocated_size, const s64 data_size,
342 na->allocated_size = allocated_size;
457 sle64_to_cpu(a->allocated_size),
608 last_vcn = sle64_to_cpu(a->allocated_size) >>
2808 ni->allocated_size = (size + 7) & ~7;
2917 a->allocated_size = 0;
3702 na->allocated_size
327 ntfs_attr_init(ntfs_attr *na, const BOOL non_resident, const BOOL compressed, const BOOL encrypted, const BOOL sparse, const s64 allocated_size, const s64 data_size, const s64 initialized_size, const s64 compressed_size, const u8 compression_unit) argument
[all...]
H A Dinode.c225 ni->data_size = ni->allocated_size = 0;
231 ni->allocated_size = sle64_to_cpu(
234 ni->allocated_size = sle64_to_cpu(
235 ctx->attr->allocated_size);
238 ni->allocated_size = (ni->data_size + 7) & ~7;
617 fn->allocated_size = cpu_to_sle64(ni->allocated_size);
H A Ddir.c283 if (le32_to_cpu(ia->index.allocated_size) + 0x18 != index_block_size) {
288 (unsigned) le32_to_cpu(ia->index.allocated_size) + 0x18,
942 if (le32_to_cpu(ia->index.allocated_size) + 0x18 != index_block_size) {
948 (unsigned) le32_to_cpu(ia->index.allocated_size)
1147 ir->index.allocated_size = cpu_to_le32(index_len);
1233 fn->allocated_size = cpu_to_sle64(ni->allocated_size);
1619 fn->allocated_size = cpu_to_sle64(ni->allocated_size);
H A Dcompress.c455 na->data_size = na->initialized_size = na->allocated_size;
501 na->data_size = na->initialized_size = na->allocated_size;
H A Dvolume.c312 last_vcn = vol->mft_na->allocated_size >> vol->cluster_size_bits;
897 if (vol->lcnbmp_na->data_size > vol->lcnbmp_na->allocated_size) {
900 (long long)vol->lcnbmp_na->allocated_size);
H A Drunlist.c908 max_cluster = ((sle64_to_cpu(attr->allocated_size) +
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dattrib.h139 * @allocated_size: copy from the attribute record
180 s64 allocated_size; member in struct:_ntfs_attr
249 const s64 allocated_size, const s64 data_size,
H A Dinode.h138 s64 allocated_size; /* Allocated size stored in the filename member in struct:_ntfs_inode
H A Dlayout.h791 /* 40*/ s64 allocated_size; /* Byte size of disk space member in struct:__anon1241::__anon1242::__anon1244
800 value. Can be larger than allocated_size if
1107 /* 28*/ s64 allocated_size; /* Byte size of on-disk allocated space member in struct:__anon1252
1110 allocated_size from the unnamed
2062 /* 8*/ u32 allocated_size; /* Allocated byte size of this index (block), member in struct:__anon1291
2069 and the allocated_size is equal to the index_block_size specified
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Daviobuf.c718 int pos, size, allocated_size; member in struct:DynBuffer
731 new_allocated_size = d->allocated_size;
741 if (new_allocated_size > d->allocated_size) {
745 d->allocated_size = new_allocated_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A D4xm.c123 unsigned int allocated_size; member in struct:CFrameBuffer
715 cfrm->data= av_fast_realloc(cfrm->data, &cfrm->allocated_size, cfrm->size + data_size + FF_INPUT_BUFFER_PADDING_SIZE);
823 f->cfrm[i].allocated_size= 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c227 nr_free += (na->allocated_size - na->data_size) << 3;
289 sfs->f_files = (vol->mftbmp_na->allocated_size << 3) + size;
451 stbuf->st_blocks = na->allocated_size >> 9;
463 stbuf->st_blocks = (ni->allocated_size + 511) >> 9;
475 stbuf->st_blocks = na->allocated_size >> 9;

Completed in 480 milliseconds