Home
last modified time | relevance | path

Searched refs:ft_add_writebytes (Results 1 – 3 of 3) sorted by relevance

/external/ltp/utils/ffsb-6.0-rc2/
Dfileops.c289 ft_add_writebytes(ft, filesize); in ffsb_writefile()
299 ft_add_writebytes(ft, filesize); in ffsb_writefile_fsync()
348 ft_add_writebytes(ft, filesize); in ffsb_writeall()
358 ft_add_writebytes(ft, filesize); in ffsb_writeall_fsync()
404 ft_add_writebytes(ft, filesize); in ffsb_appendfile()
414 ft_add_writebytes(ft, filesize); in ffsb_appendfile_fsync()
473 ft_add_writebytes(ft, filesize); in ffsb_createfile()
483 ft_add_writebytes(ft, filesize); in ffsb_createfile_fsync()
Dffsb_thread.h93 void ft_add_writebytes(ffsb_thread_t *, uint32_t);
Dffsb_thread.c134 void ft_add_writebytes(ffsb_thread_t * ft, uint32_t bytes) in ft_add_writebytes() function