Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c142 static int auto_mount(vfs_t *, vnode_t *, struct mounta *, cred_t *);
253 VFSNAME_MOUNT, { .vfs_mount = auto_mount }, in autofs_init()
350 auto_mount(vfs_t *vfsp, vnode_t *vp, struct mounta *uap, cred_t *cr) in auto_mount() function
H A Dauto_subr.c1014 int auto_mount = 0; in auto_perform_actions() local
1086 auto_mount = 0; in auto_perform_actions()
1282 auto_mount = vfs_matchops(dvp->v_vfsp, in auto_perform_actions()
1297 if (auto_mount && (error == 0) && (mvp != dvp)) { in auto_perform_actions()