Home
last modified time | relevance | path

Searched refs:__ntfs_cluster_free (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ntfs/
H A Dlcnalloc.h34 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()
H A Dlcnalloc.c776 * __ntfs_cluster_free - free clusters on an ntfs volume
791 * record. This is needed when __ntfs_cluster_free() encounters unmapped
793 * record mapped, you can specify @ctx as NULL and __ntfs_cluster_free() will
796 * Note, __ntfs_cluster_free() saves the state of @ctx on entry and restores it
800 * cached pointers from the @ctx, i.e. after the call to __ntfs_cluster_free(),
810 * Note, __ntfs_cluster_free() does not modify the runlist, so you have to
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()
/kernel/linux/linux-6.6/fs/ntfs/
H A Dlcnalloc.h34 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()
H A Dlcnalloc.c776 * __ntfs_cluster_free - free clusters on an ntfs volume
791 * record. This is needed when __ntfs_cluster_free() encounters unmapped
793 * record mapped, you can specify @ctx as NULL and __ntfs_cluster_free() will
796 * Note, __ntfs_cluster_free() saves the state of @ctx on entry and restores it
800 * cached pointers from the @ctx, i.e. after the call to __ntfs_cluster_free(),
810 * Note, __ntfs_cluster_free() does not modify the runlist, so you have to
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()

Completed in 4 milliseconds