HomeSort by: relevance | last modified time | path
    Searched defs:mountlist_iterator_next (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
vfs_mount.c 243 * mountlist_iterator_next() -> vfs_busy().
279 while ((mp = mountlist_iterator_next(iter)) != NULL) {
1063 while ((mp = mountlist_iterator_next(iter)) != NULL) {
1148 if (mountlist_iterator_next(iter) == NULL) {
1338 mp = mountlist_iterator_next(iter);
1661 mountlist_iterator_next(mount_iterator_t *mi) function in typeref:struct:mount *

Completed in 12 milliseconds