Searched refs:align_shift (Results 1 – 2 of 2) sorted by relevance
19 unsigned long align_shift, in get_entry_num_slots() argument22 unsigned long align = 1UL << align_shift; in get_entry_num_slots()43 return ((unsigned long)(last_slot - first_slot) >> align_shift) + 1; in get_entry_num_slots()
37 u8 align_shift; in get_pre_allocated() local42 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()