| 2039 | CTASSERT((nitems(((struct celockstate *)0)->blp) == 2)); |
| 2040 | |
| 2041 | static inline void |
| 2042 | cache_celockstate_init(struct celockstate *cel) |
| 2043 | { |
| 2044 | |
| 2045 | bzero(cel, sizeof(*cel)); |
| 2046 | } |
| 2047 | |
| 2048 | static void |
| 2049 | cache_lock_vnodes_cel(struct celockstate *cel, struct vnode *vp, |
no test coverage detected