Searched refs:clump (Results 1 – 2 of 2) sorted by relevance
107 const unsigned long *const clump) in __check_eq_clump8() argument124 if (*clump != exp) { in __check_eq_clump8()126 srcfile, line, exp, *clump); in __check_eq_clump8()801 unsigned long clump; in test_for_each_set_clump8() local814 for_each_set_clump8(start, clump, bits, CLUMP_EXP_NUMBITS) in test_for_each_set_clump8()815 expect_eq_clump8(start, CLUMP_EXP_NUMBITS, clump_exp, &clump); in test_for_each_set_clump8()
36 u32 clump; in get_pre_allocated() local41 clump = 1 << NTFS_MIN_LOG2_OF_CLUMP; in get_pre_allocated()44 clump = 1 << NTFS_MAX_LOG2_OF_CLUMP; 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()