Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/firmware/efi/libstub/
Drandomalloc.c19 unsigned long align_shift) in get_entry_num_slots() argument
21 unsigned long align = 1UL << align_shift; in get_entry_num_slots()
42 return ((unsigned long)(last_slot - first_slot) >> align_shift) + 1; in get_entry_num_slots()
/linux-6.1.9/fs/ntfs3/
Dattrib.c37 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()