Home
last modified time | relevance | path

Searched refs:bytes_allocated (Results 1 – 16 of 16) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfsck.c582 u32 bytes_in_use, bytes_allocated, i; in check_file_record() local
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()
604 assert_u32_lesseq(bytes_allocated, buflen, in check_file_record()
Dntfsmftalloc.c248 u = le32_to_cpu(m->bytes_allocated); in dump_mft_record()
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()
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) - 512)) in add_attr_data()
2376 le32_to_cpu(m->bytes_allocated)) in add_attr_bitmap()
2715 if (g_vol->mft_record_size > idx_size + le32_to_cpu(m->bytes_allocated)) in insert_index_entry_in_res_dir_index()
Dntfstruncate.c659 u = le32_to_cpu(m->bytes_allocated); in dump_mft_record()
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()
Dntfsundelete.c1095 <= (int)le32_to_cpu(mft->bytes_allocated))) { in rescue_name()
1102 <= (int)le32_to_cpu(mft->bytes_allocated))) { in rescue_name()
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()
Dntfswipe.c1038 rec->bytes_allocated = cpu_to_le32(vol->mft_record_size); in wipe_mft()
Dntfsclone.c1336 unused = le32_to_cpu(m->bytes_allocated) - le32_to_cpu(m->bytes_in_use);
Dplaylog.c375 || (le32_to_cpu(record->bytes_allocated) < (k + 8))) { in sanity_mft()
380 (long)le32_to_cpu(record->bytes_allocated)); in sanity_mft()
/third_party/ntfs-3g/include/ntfs-3g/
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/
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()
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) -
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()
/third_party/e2fsprogs/lib/blkid/
Dprobe.h479 __u32 bytes_allocated; member
/third_party/protobuf/ruby/ext/google/protobuf_c/
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()