Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dffs_vfsops.c121 static b_strategy_t ffs_geom_strategy; variable
127 .bop_strategy = ffs_geom_strategy,
2337 ffs_geom_strategy(struct bufobj *bo, struct buf *bp) in ffs_bufwrite()
2355 ("ffs_geom_strategy() with wrong vp")); in ffs_geom_strategy()
2360 panic("ffs_geom_strategy: bad I/O"); in ffs_geom_strategy()
2347 ffs_geom_strategy(struct bufobj *bo, struct buf *bp) ffs_geom_strategy() function