Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dblockcheck.c112 for (i = 0; (i = ocfs2_find_next_bit(data, d, i)) < d; i++) in ocfs2_hamming_encode()
H A Docfs2.h944 #define ocfs2_find_next_bit find_next_bit_le macro
H A Dsuballoc.c1361 start = ocfs2_find_next_bit(bitmap, total_bits, offset); in ocfs2_block_group_find_clear_bits()
H A Dalloc.c7526 next = ocfs2_find_next_bit(bitmap, max, start); in ocfs2_trim_group()