mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 23:32:52 -04:00
Extend it with a strategy method.
Add bufstrategy() which do the usual VOP_SPECSTRATEGY/VOP_STRATEGY
song and dance.
Rename ibwrite to bufwrite().
Move the two NFS buf_ops to more sensible places, add bufstrategy
to them.
Add inlines for bwrite() and bstrategy() which calls through
buf->b_bufobj->b_ops->b_{write,strategy}().
Replace almost all VOP_STRATEGY()/VOP_SPECSTRATEGY() calls with bstrategy().
|
||
|---|---|---|
| .. | ||
| dev/sound/pci | ||
| ext2fs | ||
| fs/ext2fs | ||