Home
last modified time | relevance | path

Searched refs:fsfd (Results 1 – 2 of 2) sorted by relevance

/external/toybox/toys/pending/
Dmke2fs.c99 int fsfd; // File descriptor of filesystem (to output to).
488 if(-1 == lseek(TT.fsfd, len, SEEK_SET)) { in put_zeroes()
492 xwrite(TT.fsfd, toybuf, out); in put_zeroes()
564 TT.fsfd = xcreate(*toys.optargs, temp, 0777); in mke2fs_main()
569 length = fdlength(TT.fsfd); in mke2fs_main()
659 xwrite(TT.fsfd, &sb, sizeof(struct ext2_superblock)); in mke2fs_main()
663 xwrite(TT.fsfd, toybuf, temp); in mke2fs_main()
674 if (j) xwrite(TT.fsfd, bg, TT.blocksize); in mke2fs_main()
709 xwrite(TT.fsfd, bg, TT.blocksize); in mke2fs_main()
725 xwrite(TT.fsfd, toybuf, TT.blocksize); in mke2fs_main()
[all …]
/external/toybox/generated/
Dglobals.h727 int fsfd; // File descriptor of filesystem (to output to). member