Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/ftest/
Dftest01.c260 char *bits, *hold_bits, *buf, *val_buf, *zero_buf; in dotest() local
273 if ((hold_bits = calloc((nchunks + 7) / 8, 1)) == 0) { in dotest()
326 memset(hold_bits, 0, (nchunks + 7) / 8); in dotest()
379 ft_orbits(hold_bits, bits, in dotest()
382 ft_dumpbits(hold_bits, in dotest()
412 ft_orbits(hold_bits, bits, in dotest()
415 ft_dumpbits(hold_bits, in dotest()
448 ft_orbits(hold_bits, bits, (nchunks + 7) / 8); in dotest()
Dftest05.c261 char *bits, *hold_bits, *buf, *val_buf, *zero_buf; in dotest() local
272 if ((hold_bits = calloc((nchunks + 7) / 8, 1)) == NULL) { in dotest()
321 memset(hold_bits, 0, (nchunks + 7) / 8); in dotest()
371 ft_orbits(hold_bits, bits, in dotest()
374 ft_dumpbits(hold_bits, in dotest()
402 ft_orbits(hold_bits, bits, in dotest()
405 ft_dumpbits(hold_bits, in dotest()
437 ft_orbits(hold_bits, bits, (nchunks + 7) / 8); in dotest()
Dftest03.c279 char *bits, *hold_bits; in dotest() local
300 if ((hold_bits = malloc((nchunks + 7) / 8)) == 0) { in dotest()
377 memset(hold_bits, 0, (nchunks + 7) / 8); in dotest()
444 ft_orbits(hold_bits, bits, in dotest()
447 ft_dumpbits(hold_bits, in dotest()
482 ft_orbits(hold_bits, bits, in dotest()
485 ft_dumpbits(hold_bits, in dotest()
520 ft_orbits(hold_bits, bits, (nchunks + 7) / 8); in dotest()
Dftest07.c279 char *bits, *hold_bits; in dotest() local
300 if ((hold_bits = malloc((nchunks + 7) / 8)) == NULL) { in dotest()
374 memset(hold_bits, 0, (nchunks + 7) / 8); in dotest()
439 ft_orbits(hold_bits, bits, in dotest()
442 ft_dumpbits(hold_bits, in dotest()
477 ft_orbits(hold_bits, bits, in dotest()
480 ft_dumpbits(hold_bits, in dotest()
515 ft_orbits(hold_bits, bits, (nchunks + 7) / 8); in dotest()