Searched refs:align_shift (Results 1 – 1 of 1) sorted by relevance
37 u8 align_shift; in get_pre_allocated() local 42 align_shift = NTFS_MIN_LOG2_OF_CLUMP; in get_pre_allocated() 45 align_shift = NTFS_MAX_LOG2_OF_CLUMP; in get_pre_allocated() 47 align_shift = NTFS_MIN_LOG2_OF_CLUMP - 1 + in get_pre_allocated() 49 clump = 1u << align_shift; in get_pre_allocated() 52 ret = (((size + clump - 1) >> align_shift)) << align_shift; in get_pre_allocated()