Searched refs:bytes_allocated (Results 1 – 16 of 16) sorted by relevance
582 u32 bytes_in_use, bytes_allocated, i; in check_file_record() local597 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()
248 u = le32_to_cpu(m->bytes_allocated); in dump_mft_record()
1019 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()
659 u = le32_to_cpu(m->bytes_allocated); in dump_mft_record()
1658 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()
1095 <= (int)le32_to_cpu(mft->bytes_allocated))) { in rescue_name()1102 <= (int)le32_to_cpu(mft->bytes_allocated))) { in rescue_name()
2324 (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()
1038 rec->bytes_allocated = cpu_to_le32(vol->mft_record_size); in wipe_mft()
1336 unused = le32_to_cpu(m->bytes_allocated) - le32_to_cpu(m->bytes_in_use);
375 || (le32_to_cpu(record->bytes_allocated) < (k + 8))) { in sanity_mft()380 (long)le32_to_cpu(record->bytes_allocated)); in sanity_mft()
377 /* 28*/ le32 bytes_allocated; /* Number of bytes allocated for this mft member452 /* 28*/ le32 bytes_allocated; /* Number of bytes allocated for this mft member
251 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()
4067 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) -
1199 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()
479 __u32 bytes_allocated; member
2317 size_t bytes_allocated; member2345 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()