tmpmax            404 fs/ext4/mballoc.c 	int fix = 0, ret, tmpmax;
tmpmax            406 fs/ext4/mballoc.c 	tmpmax = max + fix;
tmpmax            409 fs/ext4/mballoc.c 	ret = ext4_find_next_zero_bit(addr, tmpmax, start) - fix;
tmpmax            417 fs/ext4/mballoc.c 	int fix = 0, ret, tmpmax;
tmpmax            419 fs/ext4/mballoc.c 	tmpmax = max + fix;
tmpmax            422 fs/ext4/mballoc.c 	ret = ext4_find_next_bit(addr, tmpmax, start) - fix;
tmpmax            923 fs/ocfs2/ocfs2.h 	int fix = 0, ret, tmpmax;
tmpmax            925 fs/ocfs2/ocfs2.h 	tmpmax = max + fix;
tmpmax            928 fs/ocfs2/ocfs2.h 	ret = ocfs2_find_next_zero_bit(bitmap, tmpmax, start) - fix;