Searched refs:ocfs2_find_next_zero_bit (Results 1 – 4 of 4) sorted by relevance
/linux/fs/ocfs2/ |
H A D | ocfs2.h | 925 #define ocfs2_find_next_zero_bit find_next_zero_bit_le macro 968 ret = ocfs2_find_next_zero_bit(bitmap, tmpmax, start) - fix; in ocfs2_find_next_zero_bit_unaligned()
|
H A D | localalloc.c | 867 while ((bitoff = ocfs2_find_next_zero_bit(bitmap, left, startoff)) < in ocfs2_local_alloc_find_clear_bits() 975 bit_off = ocfs2_find_next_zero_bit(bitmap, left, start); in ocfs2_sync_local_to_main()
|
H A D | suballoc.c | 1288 offset = ocfs2_find_next_zero_bit(bitmap, total_bits, start); in ocfs2_find_max_contig_free_bits() 1320 while ((offset = ocfs2_find_next_zero_bit(bitmap, total_bits, start)) < in ocfs2_block_group_find_clear_bits()
|
H A D | alloc.c | 7521 start = ocfs2_find_next_zero_bit(bitmap, max, start); in ocfs2_trim_group()
|