Searched refs:bits_set (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/pending/ |
D | mke2fs.c | 333 static void bits_set(char *array, int start, int len) in bits_set() function 581 bits_set(toybuf, 0, start); in mke2fs_main() 582 bits_set(toybuf, end, TT.blockbits-end); in mke2fs_main() 586 bits_set(toybuf, start, temp); in mke2fs_main() 593 if (!i) bits_set(toybuf, 0, j = INODES_RESERVED); in mke2fs_main() 594 bits_set(toybuf, TT.inodespg, slot = TT.blockbits-TT.inodespg); in mke2fs_main() 598 bits_set(toybuf, j, temp); in mke2fs_main()
|