| 716 | } |
| 717 | |
| 718 | static uint32_t |
| 719 | cache_get_hash(char *name, u_char len, struct vnode *dvp) |
| 720 | { |
| 721 | |
| 722 | return (fnv_32_buf(name, len, dvp->v_nchash)); |
| 723 | } |
| 724 | |
| 725 | static uint32_t |
| 726 | cache_get_hash_iter_start(struct vnode *dvp) |
no test coverage detected