Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Docfs2.h886 #define ocfs2_find_next_zero_bit find_next_zero_bit_le macro
929 ret = ocfs2_find_next_zero_bit(bitmap, tmpmax, start) - fix; in ocfs2_find_next_zero_bit_unaligned()
H A Dlocalalloc.c868 while ((bitoff = ocfs2_find_next_zero_bit(bitmap, left, startoff)) != -1) { in ocfs2_local_alloc_find_clear_bits()
981 while ((bit_off = ocfs2_find_next_zero_bit(bitmap, left, start)) in ocfs2_sync_local_to_main()
H A Dreservations.c420 while ((offset = ocfs2_find_next_zero_bit(bitmap, resmap->m_bitmap_len, in ocfs2_resmap_find_free_bits()
H A Dsuballoc.c1295 while((offset = ocfs2_find_next_zero_bit(bitmap, total_bits, start)) != -1) { in ocfs2_block_group_find_clear_bits()
H A Dalloc.c7489 start = ocfs2_find_next_zero_bit(bitmap, max, start); in ocfs2_trim_group()