Home | History | Annotate | Download | only in genext2fs

Lines Matching refs:fwrite

2195 		if(fwrite(get_blk(fs, bk), (fsize > BLOCKSIZE) ? BLOCKSIZE : fsize, 1, f) != 1)
2422 if(fwrite(fs, BLOCKSIZE, nbblocks, fh) < nbblocks)