Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Docfs2.h948 int fix = 0, ret, tmpmax; in ocfs2_find_next_zero_bit_unaligned() local
950 tmpmax = max + fix; in ocfs2_find_next_zero_bit_unaligned()
953 ret = ocfs2_find_next_zero_bit(bitmap, tmpmax, start) - fix; in ocfs2_find_next_zero_bit_unaligned()