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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_mount.c89 bool_t mount_access = TRUE; local
105 subdir, isdirect, mount_access);
189 * depends on whether mount_access is TRUE or FALSE.
193 * don't expect mount_access to be
197 if (mount_access == TRUE) {
198 mount_access = FALSE;
H A Dautod_parse.c107 * char *subdir, uint_t isdirect, bool_t mount_access)
119 char *subdir, uint_t isdirect, bool_t mount_access)
198 rootnode, key, isdirect, mount_access) != PARSE_OK)
717 * char *key, uint_t isdirect, bool_t mount_access)
728 char *key, uint_t isdirect, bool_t mount_access)
743 &faked_mapents, isdirect, mapopts, mount_access)) != PARSE_OK)
761 (mount_access == FALSE && me->map_mntlevel == 0)) {
818 * uint_t isdirect, char *mapopts, bool_t mount_access)
830 uint_t isdirect, char *mapopts, bool_t mount_access)
889 if (prevnode->mapent != NULL && mount_access
118 parse_entry(char *key, char *mapname, char *mapopts, struct mapline *ml, char *subdir, uint_t isdirect, bool_t mount_access) argument
726 modify_mapents(struct mapent **mapents, char *mapname, char *mapopts, char *subdir, hiernode *rootnode, char *key, uint_t isdirect, bool_t mount_access) argument
828 set_and_fake_mapent_mntlevel(hiernode *rootnode, char *subdir, char *key, char *mapname, struct mapent **faked_mapents, uint_t isdirect, char *mapopts, bool_t mount_access) argument
[all...]

Completed in 61 milliseconds