Home | History | Annotate | Download | only in kern

Lines Matching refs:hint

291  * Perform a lookup on a hash table.  If hint is non-zero then use the value
292 * of the hint as the identifier instead of performing a lookup for the
296 fileassoc_file_lookup(struct vnode *vp, fhandle_t *hint)
310 if (hint == NULL) {
315 th = hint;
330 if (hint == NULL)
506 fileassoc_file_add(struct vnode *vp, fhandle_t *hint)
515 if (hint == NULL) {
520 th = hint;
524 if (hint == NULL)