Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
H A Dntfsck.c582 u32 bytes_in_use, bytes_allocated, i; in check_file_record() local
592 // bytes_in_use <= bytes_allocated <= buflen. in check_file_record()
597 bytes_allocated = le32_to_cpu(mft_rec->bytes_allocated); in check_file_record()
602 assert_u32_lesseq(bytes_in_use, bytes_allocated, in check_file_record()
603 "bytes_in_use <= bytes_allocated") || in check_file_record()
604 assert_u32_lesseq(bytes_allocated, buflen, in check_file_record()
605 "bytes_allocated <= max_record_size")) { in check_file_record()
H A Dntfsmftalloc.c248 u = le32_to_cpu(m->bytes_allocated); in dump_mft_record()
H A Dmkntfs.c1019 pos > (char*)m + le32_to_cpu(m->bytes_allocated) || in make_room_for_attribute()
1020 pos + size > (char*)m + le32_to_cpu(m->bytes_allocated)) in make_room_for_attribute()
1028 if (biu + size > le32_to_cpu(m->bytes_allocated)) in make_room_for_attribute()
1234 le32_to_cpu(ctx->mrec->bytes_allocated)) in mkntfs_attr_find()
1535 * earlier on as it is very quick: asize > m->bytes_allocated? in insert_positioned_attr_in_mft_record()
1728 * earlier on as it is very quick: asize > m->bytes_allocated? in insert_non_resident_attr_in_mft_record()
1871 * earlier on as it is very quick: asize > m->bytes_allocated? in insert_resident_attr_in_mft_record()
2125 le32_to_cpu(m->bytes_allocated)) in add_attr_sd()
2163 min(le32_to_cpu(m->bytes_allocated), in add_attr_data()
2164 le32_to_cpu(m->bytes_allocated) in add_attr_data()
[all...]
H A Dntfstruncate.c659 u = le32_to_cpu(m->bytes_allocated); in dump_mft_record()
H A Dntfsresize.c1658 le32_to_cpu(ctx->mrec->bytes_allocated)); in replace_attribute_runlist()
1667 le32_to_cpu(ctx->mrec->bytes_allocated)) { in replace_attribute_runlist()
3954 le32_to_cpu(mrec->bytes_allocated)); in update_runlist()
3963 le32_to_cpu(mrec->bytes_allocated)) { in update_runlist()
4016 mrec->bytes_allocated = cpu_to_le32(expand->vol->mft_record_size); in minimal_record()
H A Dntfsinfo.c2324 (unsigned)le32_to_cpu(mrec->bytes_allocated), in ntfs_dump_inode_general_info()
2325 (unsigned)le32_to_cpu(mrec->bytes_allocated)); in ntfs_dump_inode_general_info()
H A Dntfsundelete.c1095 <= (int)le32_to_cpu(mft->bytes_allocated))) { in rescue_name()
1102 <= (int)le32_to_cpu(mft->bytes_allocated))) { in rescue_name()
H A Dntfswipe.c1038 rec->bytes_allocated = cpu_to_le32(vol->mft_record_size); in wipe_mft()
H A Dplaylog.c375 || (le32_to_cpu(record->bytes_allocated) < (k + 8))) { in sanity_mft()
380 (long)le32_to_cpu(record->bytes_allocated)); in sanity_mft()
H A Dntfsclone.c1336 unused = le32_to_cpu(m->bytes_allocated) - le32_to_cpu(m->bytes_in_use);
/third_party/node/deps/v8/src/heap/
H A Dstress-marking-observer.cc15 void StressMarkingObserver::Step(int bytes_allocated, Address soon_object, in Step() argument
H A Dstress-marking-observer.h17 void Step(int bytes_allocated, Address soon_object, size_t size) override;
H A Dstress-scavenge-observer.h17 void Step(int bytes_allocated, Address soon_object, size_t size) override;
H A Dstress-scavenge-observer.cc29 void StressScavengeObserver::Step(int bytes_allocated, Address soon_object, in Step() argument
H A Dallocation-observer.h40 virtual void Step(int bytes_allocated, Address soon_object, size_t size) = 0;
H A Dincremental-marking.h226 void Step(int bytes_allocated, Address, size_t) override;
H A Dincremental-marking.cc43 void IncrementalMarking::Observer::Step(int bytes_allocated, Address addr, in Step() argument
H A Dheap.cc197 void Step(int bytes_allocated, Address, size_t) override {
5800 void Step(int bytes_allocated, Address, size_t) override {
/third_party/node/deps/v8/src/profiler/
H A Dsampling-heap-profiler.h141 void Step(int bytes_allocated, Address soon_object, size_t size) override {
/third_party/ntfs-3g/include/ntfs-3g/
H A Dlayout.h377 /* 28*/ le32 bytes_allocated; /* Number of bytes allocated for this mft member
452 /* 28*/ le32 bytes_allocated; /* Number of bytes allocated for this mft member
/third_party/ntfs-3g/libntfs-3g/
H A Dattrib.c4067 if (biu + size > le32_to_cpu(m->bytes_allocated) ||
4068 pos + size > (u8*)m + le32_to_cpu(m->bytes_allocated)) {
4592 if (le32_to_cpu(ni->mrec->bytes_allocated) -
4606 if (le32_to_cpu(attr_ni->mrec->bytes_allocated) -
4811 alloc_size = le32_to_cpu(m->bytes_allocated);
5056 if (le32_to_cpu(m->bytes_allocated) -
5658 arec_size > le32_to_cpu(ctx->mrec->bytes_allocated)) {
5807 && !(le32_to_cpu(m->bytes_allocated) -
6068 exp_max_mp_size = le32_to_cpu(m->bytes_allocated) -
6241 cur_max_mp_size = le32_to_cpu(m->bytes_allocated)
[all...]
H A Dinode.c1199 if (le32_to_cpu(ni->mrec->bytes_allocated) - in ntfs_inode_add_attrlist()
1310 freed = (le32_to_cpu(ni->mrec->bytes_allocated) - in ntfs_inode_free_space()
H A Dmft.c251 if (le32_to_cpu(m->bytes_allocated) != vol->mft_record_size) { in ntfs_mft_record_check()
255 le32_to_cpu(m->bytes_allocated)); in ntfs_mft_record_check()
457 mrec->bytes_allocated = cpu_to_le32(vol->mft_record_size); in ntfs_mft_record_layout()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c2317 size_t bytes_allocated; member
2345 a->bytes_allocated += a->head.ptr - a->start; in upb_arena_addblock()
2431 a->bytes_allocated = 0; in upb_arena_init()
2483 return a->bytes_allocated + (a->head.ptr - a->start); in upb_arena_bytesallocated()

Completed in 80 milliseconds