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

  /src/sys/compat/netbsd32/
netbsd32_compat_20.c 108 while ((mp = mountlist_iterator_next(iter)) != NULL) {
  /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 *
kern_veriexec.c 1375 while ((mp = mountlist_iterator_next(iter)) != NULL) {
1392 while ((mp = mountlist_iterator_next(iter)) != NULL) {
vfs_syscalls.c 753 while ((mp = mountlist_iterator_next(iter)) != NULL) {
796 while ((mp = mountlist_iterator_next(mpiter)) != NULL) {
822 while ((mp = mountlist_iterator_next(mpiter)) != NULL) {
1443 while ((mp = mountlist_iterator_next(iter)) != NULL) {
vfs_subr.c 1087 while ((mp = mountlist_iterator_next(iter)) != NULL) {
  /src/sys/compat/ultrix/
ultrix_fs.c 256 while (count < maxcount && (mp = mountlist_iterator_next(iter))) {
  /src/sys/sys/
mount.h 475 struct mount *mountlist_iterator_next(mount_iterator_t *);
  /src/sys/ufs/lfs/
lfs_bio.c 566 while ((mp = mountlist_iterator_next(iter)) != NULL) {
lfs_vfsops.c 474 while ((mp = mountlist_iterator_next(iter)) != NULL) {
  /src/sys/miscfs/procfs/
procfs_linux.c 649 while ((mp = mountlist_iterator_next(iter)) != NULL) {

Completed in 22 milliseconds