Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A 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()