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

/linux-master/fs/ocfs2/
H A Docfs2.h883 #define ocfs2_find_next_zero_bit find_next_zero_bit_le macro
926 ret = ocfs2_find_next_zero_bit(bitmap, tmpmax, start) - fix;
H A Dlocalalloc.c866 while ((bitoff = ocfs2_find_next_zero_bit(bitmap, left, startoff)) != -1) {
979 while ((bit_off = ocfs2_find_next_zero_bit(bitmap, left, start))
H A Dreservations.c416 while ((offset = ocfs2_find_next_zero_bit(bitmap, resmap->m_bitmap_len,
H A Dsuballoc.c1293 while((offset = ocfs2_find_next_zero_bit(bitmap, total_bits, start)) != -1) {
H A Dalloc.c7501 start = ocfs2_find_next_zero_bit(bitmap, max, start);

Completed in 148 milliseconds