HomeSort by: relevance | last modified time | path
    Searched refs:mountlist_iterator_next (Results 1 - 11 of 11) 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
kern_veriexec.c 1380 while ((mp = mountlist_iterator_next(iter)) != NULL) {
1397 while ((mp = mountlist_iterator_next(iter)) != NULL) {
vfs_syscalls.c 754 while ((mp = mountlist_iterator_next(iter)) != NULL) {
797 while ((mp = mountlist_iterator_next(mpiter)) != NULL) {
823 while ((mp = mountlist_iterator_next(mpiter)) != NULL) {
1444 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 569 while ((mp = mountlist_iterator_next(iter)) != NULL) {
lfs_kclean.c 836 while ((mp = mountlist_iterator_next(iter)) != NULL) {
lfs_vfsops.c 483 while ((mp = mountlist_iterator_next(iter)) != NULL) {
  /src/sys/miscfs/procfs/
procfs_linux.c 649 while ((mp = mountlist_iterator_next(iter)) != NULL) {

Completed in 27 milliseconds