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.c4021 s64 first_free_vcn; in ntfs_non_resident_attr_shrink() local
4057 first_free_vcn = ntfs_bytes_to_cluster(vol, in ntfs_non_resident_attr_shrink()
4060 first_free_vcn = in ntfs_non_resident_attr_shrink()
4063 if (first_free_vcn < 0) in ntfs_non_resident_attr_shrink()
4069 if (ntfs_bytes_to_cluster(vol, ni->allocated_size) != first_free_vcn) { in ntfs_non_resident_attr_shrink()
4085 nr_freed_clusters = ntfs_cluster_free(ni, first_free_vcn, -1, ctx); in ntfs_non_resident_attr_shrink()
4094 if (ntfs_rl_truncate_nolock(vol, &ni->runlist, first_free_vcn)) { in ntfs_non_resident_attr_shrink()
4106 ni->allocated_size = ntfs_cluster_to_bytes(vol, first_free_vcn); in ntfs_non_resident_attr_shrink()
4188 s64 first_free_vcn; in ntfs_non_resident_attr_expand() local
4225 first_free_vcn = in ntfs_non_resident_attr_expand()
[all …]