HomeSort by: relevance | last modified time | path
    Searched refs:_mountlist_next (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/kern/
vfs_subr.c 1727 for (mp = _mountlist_next(NULL); mp; mp = _mountlist_next(mp)) {
1740 for (mp = _mountlist_next(NULL); mp; mp = _mountlist_next(mp))
1847 for (mp = _mountlist_next(NULL); mp; mp = _mountlist_next(mp)) {
vfs_trans.c 1137 for (mp = _mountlist_next(NULL); mp; mp = _mountlist_next(mp))
vfs_mount.c 1711 _mountlist_next(struct mount *mp) function in typeref:struct:mount *
  /src/sys/sys/
mount.h 477 struct mount *_mountlist_next(struct mount *);

Completed in 16 milliseconds