Home
last modified time | relevance | path

Searched refs:d_strategy (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_physio.c179 csw->d_strategy(bp); in physio()
H A Dkern_conf.c316 .d_strategy = dead_strategy,
412 dsw->d_gianttrick->d_strategy(bp); in giant_strategy()
663 devsw->d_strategy = dead_strategy; in prep_cdevsw()
696 FIXUP(d_strategy, no_strategy, giant_strategy); in prep_cdevsw()
H A Dvfs_aio.c1353 csw->d_strategy(bios[i]); in aio_qbio()
/f-stack/freebsd/sys/
H A Dconf.h209 d_strategy_t *d_strategy; member
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c180 .d_strategy = zvol_geom_bio_strategy,