Home
last modified time | relevance | path

Searched refs:lcnbmp_vi (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ntfs/
H A Dlcnalloc.c39 struct inode *lcnbmp_vi = vol->lcnbmp_ino; in ntfs_cluster_free_from_rl_nolock() local
55 err = ntfs_bitmap_clear_run(lcnbmp_vi, rl->lcn, rl->length); in ntfs_cluster_free_from_rl_nolock()
194 struct inode *lcnbmp_vi; in ntfs_cluster_alloc() local
209 lcnbmp_vi = vol->lcnbmp_ino; in ntfs_cluster_alloc()
300 mapping = lcnbmp_vi->i_mapping; in ntfs_cluster_alloc()
305 i_size = min_t(s64, i_size_read(lcnbmp_vi), in ntfs_cluster_alloc()
847 struct inode *lcnbmp_vi; in __ntfs_cluster_free() local
856 lcnbmp_vi = vol->lcnbmp_ino; in __ntfs_cluster_free()
910 err = ntfs_bitmap_set_bits_in_run(lcnbmp_vi, rl->lcn + delta, in __ntfs_cluster_free()
963 err = ntfs_bitmap_set_bits_in_run(lcnbmp_vi, rl->lcn, in __ntfs_cluster_free()