Searched refs:fi_key (Results 1 – 3 of 3) sorted by relevance
605 fnip->fi_key = kmem_alloc(len, KM_SLEEP); in auto_mount()607 bcopy(strbuff, fnip->fi_key, len); in auto_mount()679 if (fnip->fi_key != NULL) in auto_mount()680 kmem_free(fnip->fi_key, fnip->fi_keylen); in auto_mount()779 kmem_free(fnip->fi_key, fnip->fi_keylen); in auto_unmount()
650 reqst.name = fnip->fi_key; in auto_lookup_request()747 reqst.name = fnip->fi_key; in auto_mount_request()
77 char *fi_key; /* key to use on direct maps */ member