Home
last modified time | relevance | path

Searched refs:fs_get_opdata (Results 1 – 4 of 4) sorted by relevance

/external/ltp/utils/ffsb-6.0-rc2/
Dfileops.c91 struct benchfiles *bf = (struct benchfiles *)fs_get_opdata(fs, opnum); in ffsb_readfile()
194 struct benchfiles *bf = (struct benchfiles *)fs_get_opdata(fs, opnum); in ffsb_readall()
224 struct benchfiles *bf = (struct benchfiles *)fs_get_opdata(fs, opnum); in ffsb_writefile_core()
308 struct benchfiles *bf = (struct benchfiles *)fs_get_opdata(fs, opnum); in ffsb_writeall_core()
365 struct benchfiles *bf = (struct benchfiles *)fs_get_opdata(fs, opnum); in ffsb_appendfile_core()
421 struct benchfiles *bf = (struct benchfiles *)fs_get_opdata(fs, opnum); in ffsb_createfile_core()
488 struct benchfiles *bf = (struct benchfiles *)fs_get_opdata(fs, opnum); in ffsb_deletefile()
519 struct benchfiles *bf = (struct benchfiles *)fs_get_opdata(fs, opnum); in ffsb_open_close()
533 struct benchfiles *bf = (struct benchfiles *)fs_get_opdata(fs, opnum); in ffsb_stat()
Dmetaops.c87 struct benchfiles *bf = (struct benchfiles *)fs_get_opdata(fs, opnum); in ffsb_metaops()
100 struct benchfiles *bf = (struct benchfiles *)fs_get_opdata(fs, opnum); in ffsb_createdir()
Dffsb_fs.h166 void *fs_get_opdata(ffsb_fs_t *fs, unsigned opnum);
Dffsb_fs.c547 void *fs_get_opdata(ffsb_fs_t * fs, unsigned opnum) in fs_get_opdata() function