Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dattrib.c4024 s64 nr_freed_clusters; in ntfs_non_resident_attr_shrink() local
4087 nr_freed_clusters = ntfs_cluster_free(ni, first_free_vcn, -1, ctx); in ntfs_non_resident_attr_shrink()
4088 if (nr_freed_clusters < 0) { in ntfs_non_resident_attr_shrink()
4091 return (int)nr_freed_clusters; in ntfs_non_resident_attr_shrink()
4111 if (nr_freed_clusters) { in ntfs_non_resident_attr_shrink()
4113 ntfs_cluster_to_bytes(vol, nr_freed_clusters); in ntfs_non_resident_attr_shrink()