OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l_type
(Results
1 - 25
of
57
) sorted by relevancy
1
2
3
/src/sys/compat/ultrix/
ultrix_flock.h
4
int16_t
l_type
;
member in struct:ultrix_flock
ultrix_misc.c
698
switch (ufl->
l_type
) {
700
fl->
l_type
= F_RDLCK;
703
fl->
l_type
= F_WRLCK;
706
fl->
l_type
= F_UNLCK;
726
switch (fl->
l_type
) {
728
ufl->
l_type
= ULTRIX_F_RDLCK;
731
ufl->
l_type
= ULTRIX_F_WRLCK;
734
ufl->
l_type
= ULTRIX_F_UNLCK;
/src/lib/libc/gen/
lockf.c
60
fl.
l_type
= F_UNLCK;
64
fl.
l_type
= F_WRLCK;
68
fl.
l_type
= F_WRLCK;
71
fl.
l_type
= F_WRLCK;
74
if (fl.
l_type
== F_UNLCK || fl.l_pid == getpid())
/src/tools/compat/
flock.c
51
fl.
l_type
= F_WRLCK;
55
fl.
l_type
= F_RDLCK;
59
fl.
l_type
= F_UNLCK;
/src/sys/compat/linux/common/
linux_fcntl.h
88
short
l_type
;
member in struct:linux_flock
96
short
l_type
;
member in struct:linux_flock64
162
switch (src->
l_type
) { \
164
dst->
l_type
= dst_f##_RDLCK; \
167
dst->
l_type
= dst_f##_UNLCK; \
170
dst->
l_type
= dst_f##_WRLCK; \
173
dst->
l_type
= -1; \
/src/crypto/external/bsd/heimdal/dist/lib/roken/
flock.c
63
arg.
l_type
= F_UNLCK;
67
arg.
l_type
= F_RDLCK;
71
arg.
l_type
= F_WRLCK;
/src/external/bsd/libbind/dist/bsd/
ftruncate.c
57
fl.
l_type
= F_WRLCK;
/src/external/bsd/openldap/dist/libraries/liblutil/
lockf.c
92
file_lock.
l_type
= F_WRLCK;
105
file_lock.
l_type
= F_UNLCK;
/src/external/gpl2/xcvs/dist/lib/
ftruncate.c
59
fl.
l_type
= F_WRLCK; /* write lock on file space */
/src/external/gpl2/lvm2/dist/lib/misc/
lvm-file.c
41
.
l_type
= F_WRLCK,
215
.
l_type
= lock_type,
261
.
l_type
= F_UNLCK,
/src/external/ibm-public/postfix/dist/src/util/
myflock.c
160
lock.
l_type
= lock_ops[operation & ~MYFLOCK_OP_NOWAIT];
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
fcntl.d
93
short
l_type
;
387
short
l_type
;
440
short
l_type
;
488
short
l_type
;
498
short
l_type
;
560
short
l_type
;
616
short
l_type
;
698
short
l_type
;
764
short
l_type
;
777
short
l_type
;
[
all
...]
/src/sys/compat/linux32/common/
linux32_fcntl.c
67
short
l_type
;
member in struct:linux32_flock
75
short
l_type
;
member in struct:linux32_flock64
/src/tests/kernel/
t_lockf.c
91
fl.
l_type
= F_RDLCK;
94
fl.
l_type
= F_WRLCK;
97
fl.
l_type
= F_UNLCK;
/src/sys/compat/sunos/
sunos_ioctl.c
932
short
l_type
;
member in struct:sunos_flock
953
switch (iflp->
l_type
) {
955
oflp->
l_type
= SUNOS_F_RDLCK;
958
oflp->
l_type
= SUNOS_F_WRLCK;
961
oflp->
l_type
= SUNOS_F_UNLCK;
964
oflp->
l_type
= -1;
982
switch (iflp->
l_type
) {
984
oflp->
l_type
= F_RDLCK;
987
oflp->
l_type
= F_WRLCK;
990
oflp->
l_type
= F_UNLCK
[
all
...]
/src/sys/compat/sunos32/
sunos32_ioctl.c
958
short
l_type
;
member in struct:sunos_flock
979
switch (iflp->
l_type
) {
981
oflp->
l_type
= SUNOS_F_RDLCK;
984
oflp->
l_type
= SUNOS_F_WRLCK;
987
oflp->
l_type
= SUNOS_F_UNLCK;
990
oflp->
l_type
= -1;
1008
switch (iflp->
l_type
) {
1010
oflp->
l_type
= F_RDLCK;
1013
oflp->
l_type
= F_WRLCK;
1016
oflp->
l_type
= F_UNLCK
[
all
...]
/src/sys/kern/
sys_descrip.c
266
switch (fl->
l_type
) {
304
if (fl->
l_type
!= F_RDLCK &&
305
fl->
l_type
!= F_WRLCK &&
306
fl->
l_type
!= F_UNLCK) {
653
lf.
l_type
= F_UNLCK;
658
lf.
l_type
= F_WRLCK;
661
lf.
l_type
= F_RDLCK;
vfs_lockf.c
774
fl->
l_type
= block->lf_type;
786
fl->
l_type
= F_UNLCK;
908
fl->
l_type
= F_UNLCK;
920
lock->lf_type = fl->
l_type
;
/src/sys/fs/nfs/nlm/
nlm_advlock.c
296
&& fl->
l_type
== F_WRLCK) {
312
fl->
l_type
= F_UNLCK;
316
fl->
l_type
= F_WRLCK;
461
newfl.
l_type
= F_UNLCK;
714
newfl.
l_type
= fl->
l_type
;
779
exclusive = (fl->
l_type
== F_WRLCK);
1053
exclusive = (fl->
l_type
== F_WRLCK);
1103
fl->
l_type
= F_WRLCK;
1105
fl->
l_type
= F_RDLCK
[
all
...]
/src/external/bsd/am-utils/dist/conf/mtab/
mtab_isc3.c
69
lk.
l_type
= type;
mtab_svr4.c
87
lk.
l_type
= type;
/src/external/gpl2/lvm2/dist/daemons/cmirrord/
clogd.c
100
lock.
l_type
= F_WRLCK;
/src/sys/fs/nfs/common/
nfs_lock.c
307
if (fl->
l_type
== F_UNLCK)
343
fl->
l_type
= F_UNLCK;
/src/external/gpl3/gcc/dist/gcc/
gcov-io.cc
147
s_flock.
l_type
= F_RDLCK;
154
s_flock.
l_type
= F_WRLCK;
/src/external/gpl3/gcc.old/dist/gcc/
gcov-io.cc
122
s_flock.
l_type
= F_RDLCK;
129
s_flock.
l_type
= F_WRLCK;
Completed in 29 milliseconds
1
2
3
Indexes created Wed Jun 10 00:26:05 UTC 2026