| 2239 | } |
| 2240 | |
| 2241 | static void |
| 2242 | cache_enter_unlock(struct celockstate *cel) |
| 2243 | { |
| 2244 | |
| 2245 | cache_unlock_buckets_cel(cel); |
| 2246 | cache_unlock_vnodes_cel(cel); |
| 2247 | } |
| 2248 | |
| 2249 | static void __noinline |
| 2250 | cache_enter_dotdot_prep(struct vnode *dvp, struct vnode *vp, |
no test coverage detected