OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F_WRLCK
(Results
1 - 22
of
22
) sorted by relevancy
/src/lib/libc/gen/
lockf.c
64
fl.l_type =
F_WRLCK
;
68
fl.l_type =
F_WRLCK
;
71
fl.l_type =
F_WRLCK
;
/src/tools/compat/
flock.c
51
fl.l_type =
F_WRLCK
;
/src/sys/kern/
vfs_lockf.c
74
short lf_type; /* Lock type: F_RDLCK,
F_WRLCK
*/
145
lock->lf_type ==
F_WRLCK
? "exclusive" :
168
lf->lf_type ==
F_WRLCK
? "exclusive" :
179
blk->lf_type ==
F_WRLCK
? "exclusive" :
490
if ((lock->lf_type ==
F_WRLCK
|| overlap->lf_type ==
F_WRLCK
))
591
lock->lf_type ==
F_WRLCK
) {
594
lock->lf_type =
F_WRLCK
;
665
overlap->lf_type ==
F_WRLCK
)
696
overlap->lf_type ==
F_WRLCK
) {
[
all
...]
sys_descrip.c
277
case
F_WRLCK
:
302
fl->l_type !=
F_WRLCK
&&
655
lf.l_type =
F_WRLCK
;
vfs_syscalls.c
315
lf.l_type =
F_WRLCK
;
/src/tests/fs/vfs/
t_vnops.c
800
l.l_type = F_RDLCK |
F_WRLCK
;
822
l.l_type = F_RDLCK |
F_WRLCK
;
898
{ 0, 2, 0,
F_WRLCK
, SEEK_SET },
899
{ 2, 1, 0,
F_WRLCK
, SEEK_SET },
900
{ 7, 5, 0,
F_WRLCK
, SEEK_SET },
901
{ 4, 3, 0,
F_WRLCK
, SEEK_SET },
/src/tests/kernel/
t_lockf.c
94
fl.l_type =
F_WRLCK
;
/src/bin/cat/
cat.c
127
stdout_lock.l_type =
F_WRLCK
;
/src/sys/sys/
fcntl.h
226
#define
F_WRLCK
3 /* exclusive or write lock */
/src/sys/fs/nfs/nlm/
nlm_advlock.c
296
&& fl->l_type ==
F_WRLCK
) {
316
fl->l_type =
F_WRLCK
;
779
exclusive = (fl->l_type ==
F_WRLCK
);
1053
exclusive = (fl->l_type ==
F_WRLCK
);
1103
fl->l_type =
F_WRLCK
;
nlm_prot_impl.c
1910
fl.l_type =
F_WRLCK
;
1924
(fl.l_type ==
F_WRLCK
);
2017
fl.l_type =
F_WRLCK
;
2196
fl.l_type =
F_WRLCK
;
/src/sys/compat/ultrix/
ultrix_misc.c
703
fl->l_type =
F_WRLCK
;
730
case
F_WRLCK
:
/src/usr.bin/at/
at.c
214
lock.l_type =
F_WRLCK
;
/src/sys/compat/sunos/
sunos_ioctl.c
957
case
F_WRLCK
:
987
oflp->l_type =
F_WRLCK
;
/src/sys/compat/sunos32/
sunos32_ioctl.c
983
case
F_WRLCK
:
1013
oflp->l_type =
F_WRLCK
;
/src/tests/lib/libpthread/
t_cancellation.c
265
.l_type =
F_WRLCK
,
282
.l_type =
F_WRLCK
,
/src/lib/libukfs/
ukfs.c
472
flarg.l_type = rdonly ? F_RDLCK :
F_WRLCK
;
/src/libexec/ftpd/
conf.c
903
fl.l_type =
F_WRLCK
;
/src/usr.bin/xinstall/
xinstall.c
1253
metalog_lock.l_type =
F_WRLCK
;
/src/sys/fs/nfs/client/
nfs_clstate.c
1007
(type ==
F_WRLCK
&&
1333
if (lop->nfslo_type ==
F_WRLCK
) {
1360
if (lop->nfslo_type ==
F_WRLCK
) {
3710
if (lop->nfslo_type ==
F_WRLCK
||
3711
nlop->nfslo_type ==
F_WRLCK
||
nfs_clrpcops.c
680
if (lop->nfslo_type ==
F_WRLCK
)
3881
fl->l_type =
F_WRLCK
;
/src/sys/fs/nfs/server/
nfs_nfsdstate.c
5618
ltype =
F_WRLCK
;
5624
oldltype =
F_WRLCK
;
5629
if (ltype == oldltype || (oldltype ==
F_WRLCK
&& ltype == F_RDLCK))
Completed in 99 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025