Searched refs:ntfs_cluster_free (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | lcnalloc.h | 38 * ntfs_cluster_free - free clusters on an ntfs volume 52 * record. This is needed when ntfs_cluster_free() encounters unmapped runlist 54 * mapped, you can specify @ctx as NULL and ntfs_cluster_free() will perform 57 * Note, ntfs_cluster_free() saves the state of @ctx on entry and restores it 61 * cached pointers from the @ctx, i.e. after the call to ntfs_cluster_free(), 68 * Note, ntfs_cluster_free() does not modify the runlist, so you have to remove 93 static inline s64 ntfs_cluster_free(ntfs_inode *ni, const VCN start_vcn, in ntfs_cluster_free() function
|
H A D | attrib.c | 2429 if (ntfs_cluster_free(ni, ll, -1, ctx) < 0) { in ntfs_attr_extend_allocation()
|
H A D | inode.c | 2696 nr_freed = ntfs_cluster_free(ni, new_alloc_size >> in ntfs_truncate()
|
H A D | mft.c | 1953 if (ntfs_cluster_free(mft_ni, old_last_vcn, -1, ctx) < 0) { in ntfs_mft_data_extend_allocation_nolock()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | lcnalloc.h | 38 * ntfs_cluster_free - free clusters on an ntfs volume 52 * record. This is needed when ntfs_cluster_free() encounters unmapped runlist 54 * mapped, you can specify @ctx as NULL and ntfs_cluster_free() will perform 57 * Note, ntfs_cluster_free() saves the state of @ctx on entry and restores it 61 * cached pointers from the @ctx, i.e. after the call to ntfs_cluster_free(), 68 * Note, ntfs_cluster_free() does not modify the runlist, so you have to remove 93 static inline s64 ntfs_cluster_free(ntfs_inode *ni, const VCN start_vcn, in ntfs_cluster_free() function
|
H A D | attrib.c | 2429 if (ntfs_cluster_free(ni, ll, -1, ctx) < 0) { in ntfs_attr_extend_allocation()
|
H A D | inode.c | 2695 nr_freed = ntfs_cluster_free(ni, new_alloc_size >> in ntfs_truncate()
|
H A D | mft.c | 1953 if (ntfs_cluster_free(mft_ni, old_last_vcn, -1, ctx) < 0) { in ntfs_mft_data_extend_allocation_nolock()
|
Completed in 20 milliseconds