| 459 | } |
| 460 | |
| 461 | static __inline int |
| 462 | buf_countdeps(struct buf *bp, int i) |
| 463 | { |
| 464 | if (bioops.io_countdeps) |
| 465 | return ((*bioops.io_countdeps)(bp, i)); |
| 466 | else |
| 467 | return (0); |
| 468 | } |
| 469 | |
| 470 | static __inline void |
| 471 | buf_track(struct buf *bp __unused, const char *location __unused) |
no outgoing calls
no test coverage detected