OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LK_NONE
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/kern/
vfs_vnode.c
797
lktype =
LK_NONE
;
800
KASSERT(lktype !=
LK_NONE
);
873
if (lktype !=
LK_NONE
) {
875
lktype =
LK_NONE
;
916
if (lktype !=
LK_NONE
) {
918
lktype =
LK_NONE
;
941
} else if (lktype ==
LK_NONE
) {
956
if (lktype !=
LK_NONE
) {
1010
lktype =
LK_NONE
;
1037
lktype =
LK_NONE
;
[
all
...]
exec_subr.c
363
KASSERT((ioflg & IO_NODELOCKED) == 0 || VOP_ISLOCKED(vp) !=
LK_NONE
);
vfs_lookup.c
944
lktype =
LK_NONE
;
979
error = VFS_ROOT(mp,
LK_NONE
, &vp);
1019
lktype =
LK_NONE
;
1024
if (error == 0 && lktype !=
LK_NONE
) {
exec_elf.c
334
KASSERT(VOP_ISLOCKED(vp) !=
LK_NONE
);
vfs_mount.c
1350
error = VFS_ROOT(mp,
LK_NONE
, &rootvnode);
vnode_if.c
319
if (VOP_ISLOCKED(vp) ==
LK_NONE
)
/src/sys/sys/
vnode.h
245
#define
LK_NONE
0x00000000 /* no lock - for VOP_ISLOCKED() */
Completed in 20 milliseconds
Indexes created Fri Feb 20 16:20:20 UTC 2026