OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mount_iterator_t
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/sys/
mount.h
472
typedef struct mount_iterator
mount_iterator_t
; /* Opaque. */
typedef in typeref:struct:mount_iterator
473
void mountlist_iterator_init(
mount_iterator_t
**);
474
void mountlist_iterator_destroy(
mount_iterator_t
*);
475
struct mount *mountlist_iterator_next(
mount_iterator_t
*);
476
struct mount *mountlist_iterator_trynext(
mount_iterator_t
*);
/src/sys/kern/
vfs_mount.c
275
mount_iterator_t
*iter;
1057
mount_iterator_t
*iter;
1111
mount_iterator_t
*iter;
1334
mount_iterator_t
*iter;
1579
mountlist_iterator_init(
mount_iterator_t
**mip)
1587
*mip = (
mount_iterator_t
*)me;
1591
mountlist_iterator_destroy(
mount_iterator_t
*mi)
1611
_mountlist_iterator_next(
mount_iterator_t
*mi, bool wait)
1661
mountlist_iterator_next(
mount_iterator_t
*mi)
1668
mountlist_iterator_trynext(
mount_iterator_t
*mi
[
all
...]
kern_veriexec.c
1371
mount_iterator_t
*iter;
1387
mount_iterator_t
*iter;
vfs_subr.c
838
mount_iterator_t
*iter;
1066
mount_iterator_t
*iter;
vfs_syscalls.c
748
mount_iterator_t
*iter;
790
mount_iterator_t
*mpiter;
1432
mount_iterator_t
*iter;
/src/sys/compat/netbsd32/
netbsd32_compat_20.c
95
mount_iterator_t
*iter;
/src/sys/compat/ultrix/
ultrix_fs.c
212
mount_iterator_t
*iter;
/src/sys/ufs/lfs/
lfs_bio.c
533
mount_iterator_t
*iter;
lfs_vfsops.c
413
mount_iterator_t
*iter;
/src/sys/miscfs/procfs/
procfs_linux.c
639
mount_iterator_t
*iter;
Completed in 46 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025