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

/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c142 static int auto_unmount(vfs_t *, int, cred_t *);
251 VFSNAME_UNMOUNT, { .vfs_unmount = auto_unmount },
691 auto_unmount(vfs_t *vfsp, int flag, cred_t *cr) function
699 AUTOFS_DPRINT((4, "auto_unmount vfsp %p fnip %p\n", (void *)vfsp,
782 AUTOFS_DPRINT((5, "auto_unmount: return=0\n"));

Completed in 295 milliseconds