Home
last modified time | relevance | path

Searched refs:fsnum (Results 1 – 2 of 2) sorted by relevance

/external/ltp/utils/ffsb-6.0-rc2/
Dffsb_tg.c102 int fsnum; in tg_get_op() local
117 fsnum = tg->bindfs; in tg_get_op()
118 if (fsnum < 0) in tg_get_op()
119 fsnum = getrandom(rd, tg->fc->num_filesys); in tg_get_op()
121 params->fs = fc_get_fs(tg->fc, fsnum); in tg_get_op()
138 void tg_set_bindfs(ffsb_tg_t * tg, int fsnum) in tg_set_bindfs() argument
140 tg->bindfs = fsnum; in tg_set_bindfs()
Dffsb_tg.h148 void tg_set_bindfs(ffsb_tg_t *tg, int fsnum);