Searched refs:first_free_vcn (Results 1 – 1 of 1) sorted by relevance
4246 s64 first_free_vcn; in ntfs_non_resident_attr_shrink() local4283 first_free_vcn = ntfs_bytes_to_cluster(vol, in ntfs_non_resident_attr_shrink()4286 first_free_vcn = in ntfs_non_resident_attr_shrink()4289 if (first_free_vcn < 0) in ntfs_non_resident_attr_shrink()4295 if (ntfs_bytes_to_cluster(vol, ni->allocated_size) != first_free_vcn) { in ntfs_non_resident_attr_shrink()4317 nr_freed_clusters = ntfs_cluster_free(ni, first_free_vcn, -1, ctx); in ntfs_non_resident_attr_shrink()4327 if (ntfs_rl_truncate_nolock(vol, &ni->runlist, first_free_vcn)) { in ntfs_non_resident_attr_shrink()4340 ni->allocated_size = ntfs_cluster_to_bytes(vol, first_free_vcn); in ntfs_non_resident_attr_shrink()4444 s64 first_free_vcn; in ntfs_non_resident_attr_expand() local4481 first_free_vcn = in ntfs_non_resident_attr_expand()[all …]