Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c485 kmem_free(fnip->fi_map, fnip->fi_maplen); in auto_mount()
487 fnip->fi_maplen = (int)len; in auto_mount()
579 fnip->fi_maplen = (int)len; in auto_mount()
679 kmem_free(fnip->fi_map, fnip->fi_maplen); in auto_mount()
780 kmem_free(fnip->fi_map, fnip->fi_maplen); in auto_unmount()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dautofs.h80 int fi_maplen; /* size of context */ member