Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/fs/ftest/
Dftest01.c259 char *bits, *hold_bits, *buf, *val_buf, *zero_buf; in dotest() local
272 if ((hold_bits = calloc((nchunks + 7) / 8, 1)) == 0) { in dotest()
325 memset(hold_bits, 0, (nchunks + 7) / 8); in dotest()
378 ft_orbits(hold_bits, bits, in dotest()
381 ft_dumpbits(hold_bits, in dotest()
411 ft_orbits(hold_bits, bits, in dotest()
414 ft_dumpbits(hold_bits, in dotest()
447 ft_orbits(hold_bits, bits, (nchunks + 7) / 8); in dotest()
Dftest05.c260 char *bits, *hold_bits, *buf, *val_buf, *zero_buf; in dotest() local
271 if ((hold_bits = calloc((nchunks + 7) / 8, 1)) == NULL) { in dotest()
320 memset(hold_bits, 0, (nchunks + 7) / 8); in dotest()
370 ft_orbits(hold_bits, bits, in dotest()
373 ft_dumpbits(hold_bits, in dotest()
401 ft_orbits(hold_bits, bits, in dotest()
404 ft_dumpbits(hold_bits, in dotest()
436 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()
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()