Searched refs:fi_key (Results 1 – 3 of 3) sorted by relevance
608 fnip->fi_key = kmem_alloc(len, KM_SLEEP); in auto_mount()610 bcopy(strbuff, fnip->fi_key, len); in auto_mount()682 if (fnip->fi_key != NULL) in auto_mount()683 kmem_free(fnip->fi_key, fnip->fi_keylen); in auto_mount()782 kmem_free(fnip->fi_key, fnip->fi_keylen); in auto_unmount()
652 reqst.name = fnip->fi_key; in auto_lookup_request()749 reqst.name = fnip->fi_key; in auto_mount_request()
77 char *fi_key; /* key to use on direct maps */ member