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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dautofs.h265 extern int auto_enter(fnnode_t *, char *, fnnode_t **, cred_t *);
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c1153 error = auto_enter(dfnp, mntpnt, &mfnp, cred);
1406 * ".." is added in auto_enter and auto_mount.
1526 auto_enter(fnnode_t *dfnp, char *name, fnnode_t **fnpp, cred_t *cred) function
1533 AUTOFS_DPRINT((4, "auto_enter: dfnp=%p, name=%s ", (void *)dfnp, name));
H A Dauto_vnops.c518 error = auto_enter(dfnp, nm, &fnp, kcred);

Completed in 239 milliseconds