Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vnops.c54 static int auto_open(vnode_t **, int, cred_t *, caller_context_t *);
93 VOPNAME_OPEN, { .vop_open = auto_open },
124 auto_open(vnode_t **vpp, int flag, cred_t *cred, caller_context_t *ct) in auto_open() function