OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vfs_busy
(Results
1 - 18
of
18
) sorted by relevancy
/src/sys/miscfs/genfs/
layer_vfsops.c
151
error =
vfs_busy
(mp);
167
error =
vfs_busy
(mp);
248
error =
vfs_busy
(mp);
280
error =
vfs_busy
(mp);
/src/sys/ufs/lfs/
ulfs_vfsops.c
115
error =
vfs_busy
(mp);
lfs_syscalls.c
256
if ((error =
vfs_busy
(mntp)) != 0)
654
if ((error =
vfs_busy
(mntp)) != 0)
807
if ((error =
vfs_busy
(mntp)) != 0)
lfs_bio.c
555
&&
vfs_busy
(fs->lfs_ivnode->v_mount))
/src/sys/ufs/ufs/
ufs_vfsops.c
136
error =
vfs_busy
(mp);
/src/sys/nfs/
nfs_export.c
76
* Lock order:
vfs_busy
-> mnt_updating -> netexport_lock.
214
error =
vfs_busy
(mp);
284
error =
vfs_busy
(mp);
/src/sys/kern/
vfs_mount.c
206
error =
vfs_busy
(mp);
243
* mountlist_iterator_next() ->
vfs_busy
().
340
*
vfs_busy
can be called multiple times and by multiple threads
367
vfs_busy
(struct mount *mp)
function in typeref:typename:int
383
* Every successful
vfs_busy
() call must be undone by a vfs_unbusy() call.
424
error =
vfs_busy
(lowermp);
1003
*
vfs_busy
() from succeeding.
1639
/* Take an initial reference for
vfs_busy
() below. */
1647
error =
vfs_busy
(mp);
vfs_vnode.c
1630
error =
vfs_busy
(mp);
1698
error =
vfs_busy
(mp);
vfs_syscalls.c
531
if (
vfs_busy
(mp))
1527
error =
vfs_busy
(mp);
/src/sys/ufs/mfs/
mfs_vfsops.c
376
if ((error =
vfs_busy
(mp)) != 0)
/src/sys/sys/
mount.h
391
int
vfs_busy
(struct mount *);
/src/sys/fs/union/
union_vnops.c
302
if (
vfs_busy
(mp))
/src/share/man/man9/
Makefile
1070
vfssubr.9
vfs_busy
.9 \
/src/sys/fs/nfs/client/
nfs_clvnops.c
1226
error =
vfs_busy
(mp, MBF_NOWAIT);
1230
error =
vfs_busy
(mp, 0);
nfs_clvfsops.c
294
error =
vfs_busy
(mp, MBF_NOWAIT);
nfs_clstate.c
3626
error =
vfs_busy
(mp, 0);
/src/sys/fs/nfs/server/
nfs_nfsdport.c
2016
nd->nd_repstat =
vfs_busy
(mp, 0);
2165
r =
vfs_busy
(new_mp, 0);
nfs_nfsdserv.c
277
nd->nd_repstat =
vfs_busy
(mp, 0);
Completed in 34 milliseconds
Indexes created Tue Oct 14 08:09:56 GMT 2025