Searched refs:hold_bits (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/fs/ftest/ |
D | ftest01.c | 259 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()
|
D | ftest05.c | 260 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()
|
D | ftest07.c | 279 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()
|
D | ftest03.c | 279 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()
|