Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs/
H A Dlcnalloc.c39 struct inode *lcnbmp_vi = vol->lcnbmp_ino; in ntfs_cluster_free_from_rl_nolock() local
50 err = ntfs_bitmap_clear_run(lcnbmp_vi, rl->lcn, rl->length); in ntfs_cluster_free_from_rl_nolock()
141 struct inode *lcnbmp_vi; in ntfs_cluster_alloc() local
155 lcnbmp_vi = vol->lcnbmp_ino; in ntfs_cluster_alloc()
156 BUG_ON(!lcnbmp_vi); in ntfs_cluster_alloc()
241 mapping = lcnbmp_vi->i_mapping; in ntfs_cluster_alloc()
242 i_size = i_size_read(lcnbmp_vi); in ntfs_cluster_alloc()
840 struct inode *lcnbmp_vi; in __ntfs_cluster_free() local
850 lcnbmp_vi = vol->lcnbmp_ino; in __ntfs_cluster_free()
851 BUG_ON(!lcnbmp_vi); in __ntfs_cluster_free()
[all …]