OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vfs_busy
(Results
1 - 20
of
20
) 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
255
if ((error =
vfs_busy
(mntp)) != 0)
680
if ((error =
vfs_busy
(mntp)) != 0)
833
if ((error =
vfs_busy
(mntp)) != 0)
lfs_bio.c
558
&&
vfs_busy
(fs->lfs_ivnode->v_mount))
/src/sys/ufs/ufs/
ufs_vfsops.c
139
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/ufs/mfs/
mfs_vfsops.c
376
if ((error =
vfs_busy
(mp)) != 0)
/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
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
532
if (
vfs_busy
(mp))
1528
error =
vfs_busy
(mp);
/src/sys/sys/
mount.h
391
int
vfs_busy
(struct mount *);
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_ctldir.c
789
err =
vfs_busy
(mp, 0);
790
KASSERT(err == 0, ("
vfs_busy
(mp, 0) failed with %d", err));
1118
error =
vfs_busy
(mp, 0);
1119
KASSERT(error == 0, ("
vfs_busy
(mp, 0) failed with %d", error));
zfs_ioctl.c
220
#define
vfs_busy
(x, y)
vfs_busy
(x)
macro
1488
error =
vfs_busy
(vfsp, 0);
3070
if (
vfs_busy
(vfsp, MBF_MNTLSTLOCK) != 0)
3084
if (
vfs_busy
(vfsp, 0) != 0)
/src/share/man/man9/
Makefile
1072
vfssubr.9
vfs_busy
.9 \
/src/sys/fs/union/
union_vnops.c
302
if (
vfs_busy
(mp))
/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 40 milliseconds
Indexes created Mon May 18 00:24:49 UTC 2026