Home
last modified time | relevance | path

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

/linux/lib/
H A Dtest_bitmap.c107 const unsigned long *const clump) in __check_eq_clump8() argument
124 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() local
814 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()
/linux/fs/ntfs3/
H A Dattrib.c36 u32 clump; in get_pre_allocated() local
41 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()