OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lf_type
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
vfs_lockf.c
74
short
lf_type
; /* Lock type: F_RDLCK, F_WRLCK */
member in struct:lockf
144
lock->
lf_type
== F_RDLCK ? "shared" :
145
lock->
lf_type
== F_WRLCK ? "exclusive" :
146
lock->
lf_type
== F_UNLCK ? "unlock" :
167
lf->
lf_type
== F_RDLCK ? "shared" :
168
lf->
lf_type
== F_WRLCK ? "exclusive" :
169
lf->
lf_type
== F_UNLCK ? "unlock" :
178
blk->
lf_type
== F_RDLCK ? "shared" :
179
blk->
lf_type
== F_WRLCK ? "exclusive" :
180
blk->
lf_type
== F_UNLCK ? "unlock"
[
all
...]
Completed in 52 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025