Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/ftest/
Dlibftest.h43 void ft_orbits(char *hold, char *bits, int size);
Dftest05.c371 ft_orbits(hold_bits, bits, in dotest()
402 ft_orbits(hold_bits, bits, in dotest()
437 ft_orbits(hold_bits, bits, (nchunks + 7) / 8); in dotest()
Dftest01.c379 ft_orbits(hold_bits, bits, in dotest()
412 ft_orbits(hold_bits, bits, in dotest()
448 ft_orbits(hold_bits, bits, (nchunks + 7) / 8); in dotest()
Dftest03.c444 ft_orbits(hold_bits, bits, in dotest()
482 ft_orbits(hold_bits, bits, in dotest()
520 ft_orbits(hold_bits, bits, (nchunks + 7) / 8); in dotest()
Dftest07.c439 ft_orbits(hold_bits, bits, in dotest()
477 ft_orbits(hold_bits, bits, in dotest()
515 ft_orbits(hold_bits, bits, (nchunks + 7) / 8); in dotest()
Dlibftest.c91 void ft_orbits(char *hold, char *bits, int size) in ft_orbits() function