Home | History | Annotate | Download | only in btt

Lines Matching refs:handle

251 void seeki_add(void *handle, struct io *iop)
253 struct seeki *sip = handle;
272 long long seeki_nseeks(void *handle)
274 return ((struct seeki *)handle)->tot_seeks;
277 double seeki_mean(void *handle)
279 struct seeki *sip = handle;
283 long long seeki_median(void *handle)
286 struct seeki *sip = handle;
295 int seeki_mode(void *handle, struct mode *mp)
297 struct seeki *sip = handle;