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

/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c141 static int auto_mount(vfs_t *, vnode_t *, struct mounta *, cred_t *);
250 VFSNAME_MOUNT, { .vfs_mount = auto_mount },
347 auto_mount(vfs_t *vfsp, vnode_t *vp, struct mounta *uap, cred_t *cr) function
363 AUTOFS_DPRINT((4, "auto_mount: vfs %p vp %p\n", (void *)vfsp,
660 AUTOFS_DPRINT((5, "auto_mount: vfs %p root %p fnip %p return %d\n",
683 AUTOFS_DPRINT((5, "auto_mount: vfs %p root %p fnip %p return %d\n",
H A Dauto_subr.c1012 int auto_mount = 0; local
1084 auto_mount = 0;
1280 auto_mount = vfs_matchops(dvp->v_vfsp,
1295 if (auto_mount && (error == 0) && (mvp != dvp)) {
1406 * ".." is added in auto_enter and auto_mount.
1407 * "." is added in auto_mkdir and auto_mount.

Completed in 98 milliseconds