Searched defs:auto_access (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vnops.c60 static int auto_access(vnode_t *, int, int, cred_t *, caller_context_t *);
96 VOPNAME_ACCESS, { .vop_access = auto_access },
308 auto_access( function
319 AUTOFS_DPRINT((4, "auto_access: vp=%p\n", (void *)vp));
348 AUTOFS_DPRINT((5, "auto_access: error=%d\n", error));

Completed in 291 milliseconds