Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dattrib.c4023 s64 first_free_vcn; in ntfs_non_resident_attr_shrink() local
4059 first_free_vcn = ntfs_bytes_to_cluster(vol, in ntfs_non_resident_attr_shrink()
4062 first_free_vcn = in ntfs_non_resident_attr_shrink()
4065 if (first_free_vcn < 0) in ntfs_non_resident_attr_shrink()
4071 if (ntfs_bytes_to_cluster(vol, ni->allocated_size) != first_free_vcn) { in ntfs_non_resident_attr_shrink()
4087 nr_freed_clusters = ntfs_cluster_free(ni, first_free_vcn, -1, ctx); in ntfs_non_resident_attr_shrink()
4096 if (ntfs_rl_truncate_nolock(vol, &ni->runlist, first_free_vcn)) { in ntfs_non_resident_attr_shrink()
4108 ni->allocated_size = ntfs_cluster_to_bytes(vol, first_free_vcn); in ntfs_non_resident_attr_shrink()
4190 s64 first_free_vcn; in ntfs_non_resident_attr_expand() local
4227 first_free_vcn = in ntfs_non_resident_attr_expand()
[all …]