Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dsuper.c2272 pgoff_t lcn_bit_pages; in ntfs_fill_super() local
2421 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()