Searched refs:fi_opts (Results 1 – 4 of 4) sorted by relevance
468 kmem_free(fnip->fi_opts, fnip->fi_optslen); in auto_mount()469 fnip->fi_opts = kmem_alloc(len, KM_SLEEP); in auto_mount()471 bcopy(strbuff, fnip->fi_opts, len); in auto_mount()563 fnip->fi_opts = kmem_alloc(len, KM_SLEEP); in auto_mount()565 bcopy(strbuff, fnip->fi_opts, len); in auto_mount()676 if (fnip->fi_opts != NULL) in auto_mount()677 kmem_free(fnip->fi_opts, fnip->fi_optslen); in auto_mount()783 kmem_free(fnip->fi_opts, fnip->fi_optslen); in auto_unmount()
658 reqst.opts = fnip->fi_opts; in auto_lookup_request()756 reqst.opts = fnip->fi_opts; in auto_mount_request()
1202 auto_nobrowse_option(fnip->fi_opts) || in auto_readdir()
78 char *fi_opts; /* default mount options */ member