| 522 | } |
| 523 | |
| 524 | static inline void |
| 525 | cache_assert_vnode_locked(struct vnode *vp) |
| 526 | { |
| 527 | struct mtx *vlp; |
| 528 | |
| 529 | vlp = VP2VNODELOCK(vp); |
| 530 | cache_assert_vlp_locked(vlp); |
| 531 | } |
| 532 | |
| 533 | /* |
| 534 | * Directory vnodes with entries are held for two reasons: |
no test coverage detected