Home
last modified time | relevance | path

Searched refs:fi_key (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c605 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()
H A Dauto_subr.c650 reqst.name = fnip->fi_key; in auto_lookup_request()
747 reqst.name = fnip->fi_key; in auto_mount_request()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dautofs.h77 char *fi_key; /* key to use on direct maps */ member