Searched refs:ntfs_bitmap_clear_run (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | bitmap.h | 58 * ntfs_bitmap_clear_run - clear a run of bits in a bitmap 68 static inline int ntfs_bitmap_clear_run(struct inode *vi, const s64 start_bit, in ntfs_bitmap_clear_run() function 99 return ntfs_bitmap_clear_run(vi, bit, 1); in ntfs_bitmap_clear_bit()
|
H A D | lcnalloc.c | 50 err = ntfs_bitmap_clear_run(lcnbmp_vi, rl->lcn, rl->length); in ntfs_cluster_free_from_rl_nolock()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | bitmap.h | 58 * ntfs_bitmap_clear_run - clear a run of bits in a bitmap 68 static inline int ntfs_bitmap_clear_run(struct inode *vi, const s64 start_bit, in ntfs_bitmap_clear_run() function 99 return ntfs_bitmap_clear_run(vi, bit, 1); in ntfs_bitmap_clear_bit()
|
H A D | lcnalloc.c | 50 err = ntfs_bitmap_clear_run(lcnbmp_vi, rl->lcn, rl->length); in ntfs_cluster_free_from_rl_nolock()
|
Completed in 3 milliseconds