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

/illumos-gate/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...]
/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c680 } *mnt_list = NULL; /* Linked list of mount-points */ local
689 /* We only set up mnt_list the first time this is called */
690 if (mnt_list == NULL) {
711 mntp->m_next = mnt_list;
712 mnt_list = mntp;
723 * Now that we have the path, walk through the mnt_list and
726 for (mntp = mnt_list; mntp; mntp = mntp->m_next) {
/illumos-gate/usr/src/boot/sys/sys/
H A Dmount.h160 #define mnt_startzero mnt_list
161 TAILQ_ENTRY(mount) mnt_list; /* (m) mount list */ member in struct:mount

Completed in 64 milliseconds