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

/osnet-11/usr/src/lib/libfsmgt/common/
H A Dfs_mounts.c54 static void find_overlayed_filesystems(fs_mntlist_t *mnt_list,
748 * For each mnt_list entry
750 * where the mnt_list entry mount is and look for matching mount points,
752 * If a two entries are found with the same mount point mark the mnt_list
756 find_overlayed_filesystems(fs_mntlist_t *mnt_list, argument
781 mnt_list_to_compare = mnt_list;
786 while (mnt_list != NULL) {
787 if (!(strcmp(mnt_list->fstype, "autofs") == 0)) {
790 dev_id = fs_parse_optlist_for_option(mnt_list->mntopts,
813 mnt_list
918 is_overlayed(fs_mntlist_t *mnt_list, char *mountp) argument
[all...]

Completed in 46 milliseconds