Searched refs:fs_get_opdata (Results 1 – 4 of 4) sorted by relevance
/external/ltp/utils/ffsb-6.0-rc2/ |
D | fileops.c | 91 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()
|
D | metaops.c | 87 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()
|
D | ffsb_fs.h | 166 void *fs_get_opdata(ffsb_fs_t *fs, unsigned opnum);
|
D | ffsb_fs.c | 547 void *fs_get_opdata(ffsb_fs_t * fs, unsigned opnum) in fs_get_opdata() function
|