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

/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vnops.c53 static int auto_open(vnode_t **, int, cred_t *, caller_context_t *);
92 VOPNAME_OPEN, { .vop_open = auto_open },
123 auto_open(vnode_t **vpp, int flag, cred_t *cred, caller_context_t *ct) function
128 AUTOFS_DPRINT((4, "auto_open: *vpp=%p\n", (void *)*vpp));
146 AUTOFS_DPRINT((5, "auto_open: *vpp=%p error=%d\n", (void *)*vpp,

Completed in 44 milliseconds