Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dntfs.h55 #define NTFS_B_TO_CLU(vol, b) ((b) >> (vol)->cluster_size_bits) macro
H A Dsuper.c860 mft_lcn = NTFS_B_TO_CLU(vol, 8192 + 2 * vol->cluster_size - 1); in ntfs_setup_allocators()
1056 rl2[0].length = NTFS_B_TO_CLU(vol, vol->mftmirr_size * vol->mft_record_size + in check_mft_mirror()
H A Dmft.c1212 NTFS_B_TO_CLU(vol, ll - 1), NULL); in ntfs_mft_bitmap_extend_allocation_nolock()
1641 NTFS_B_TO_CLU(vol, ll - 1), NULL); in ntfs_mft_data_extend_allocation_nolock()
H A Dnamei.c569 NTFS_B_TO_CLU(vol, ni->vol->index_record_size); in __ntfs_create()