Lines Matching refs:allocated_size
68 * allocated_size and runlist in units of preallocated size to reduce
70 * allocated_size > data_size if not all preallocated space is used.
93 if (aligned_data_size >= ni->allocated_size)
113 ni->allocated_size = ntfs_cluster_to_bytes(vol, vcn_tr);
852 need_space = ntfs_bytes_to_cluster(vol, ni->allocated_size);
961 offset >= ni->allocated_size) {
970 if (ntfs_cluster_to_bytes(vol, end_vcn) > ni->allocated_size)
971 end_vcn = (round_up(ni->allocated_size - 1,
1012 offset >= ni->allocated_size) {
1022 alloc_size = ni->allocated_size +