Home
last modified time | relevance | path

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

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