Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dvfs_bio.c3400 static void vn_cache_strategy_callback(struct bio *bio);
3461 nbio->bio_done = vn_cache_strategy_callback; in vn_cache_strategy()
3479 vn_cache_strategy_callback(struct bio *bio) in vn_cache_strategy_callback() function