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.c4247 s64 nr_freed_clusters; in ntfs_non_resident_attr_shrink() local
4317 nr_freed_clusters = ntfs_cluster_free(ni, first_free_vcn, -1, ctx); in ntfs_non_resident_attr_shrink()
4318 if (nr_freed_clusters < 0) { in ntfs_non_resident_attr_shrink()
4321 err = (int)nr_freed_clusters; in ntfs_non_resident_attr_shrink()
4343 if (nr_freed_clusters) { in ntfs_non_resident_attr_shrink()
4345 ntfs_cluster_to_bytes(vol, nr_freed_clusters); in ntfs_non_resident_attr_shrink()