Lines Matching refs:lcnbmp_vi
53 struct inode *lcnbmp_vi = vol->lcnbmp_ino; in ntfs_cluster_free_from_rl_nolock() local
64 err = ntfs_bitmap_clear_run(lcnbmp_vi, rl->lcn, rl->length); in ntfs_cluster_free_from_rl_nolock()
155 struct inode *lcnbmp_vi; in ntfs_cluster_alloc() local
169 lcnbmp_vi = vol->lcnbmp_ino; in ntfs_cluster_alloc()
170 BUG_ON(!lcnbmp_vi); in ntfs_cluster_alloc()
255 mapping = lcnbmp_vi->i_mapping; in ntfs_cluster_alloc()
256 i_size = i_size_read(lcnbmp_vi); in ntfs_cluster_alloc()
854 struct inode *lcnbmp_vi; in __ntfs_cluster_free() local
864 lcnbmp_vi = vol->lcnbmp_ino; in __ntfs_cluster_free()
865 BUG_ON(!lcnbmp_vi); in __ntfs_cluster_free()
906 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()