Searched refs:__ntfs_cluster_free (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/fs/ntfs/ |
D | lcnalloc.h | 34 extern s64 __ntfs_cluster_free(ntfs_inode *ni, const VCN start_vcn, 96 return __ntfs_cluster_free(ni, start_vcn, count, ctx, false); in ntfs_cluster_free()
|
D | lcnalloc.c | 835 s64 __ntfs_cluster_free(ntfs_inode *ni, const VCN start_vcn, s64 count, in __ntfs_cluster_free() function 988 delta = __ntfs_cluster_free(ni, start_vcn, total_freed, ctx, true); in __ntfs_cluster_free()
|