Lines Matching refs:fsfd
99 int fsfd; // File descriptor of filesystem (to output to).
488 if(-1 == lseek(TT.fsfd, len, SEEK_SET)) {
492 xwrite(TT.fsfd, toybuf, out);
564 TT.fsfd = xcreate(*toys.optargs, temp, 0777);
569 length = fdlength(TT.fsfd);
659 xwrite(TT.fsfd, &sb, sizeof(struct ext2_superblock));
663 xwrite(TT.fsfd, toybuf, temp);
674 if (j) xwrite(TT.fsfd, bg, TT.blocksize);
709 xwrite(TT.fsfd, bg, TT.blocksize);
725 xwrite(TT.fsfd, toybuf, TT.blocksize);
737 xwrite(TT.fsfd, toybuf, TT.blocksize);
743 if (j) xwrite(TT.fsfd, in, TT.blocksize);
754 xwrite(TT.fsfd, in, TT.blocksize);