Home
last modified time | relevance | path

Searched refs:fi_keylen (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c609 fnip->fi_keylen = (int)len; 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()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dautofs.h82 int fi_keylen; member