Searched refs:lcn_bit_pages (Results 1 – 1 of 1) sorted by relevance
2272 pgoff_t lcn_bit_pages; in ntfs_fill_super() local2421 lcn_bit_pages = (((vol->nr_clusters + 7) >> 3) + PAGE_SIZE - 1) >> PAGE_SHIFT; in ntfs_fill_super()2422 vol->lcn_empty_bits_per_page = kvmalloc_array(lcn_bit_pages, sizeof(unsigned int), in ntfs_fill_super()