Symbol: F_WRLCK
bin/cat/cat.c
127
stdout_lock.l_type = F_WRLCK;
lib/libc/gen/lockf.c
64
fl.l_type = F_WRLCK;
lib/libc/gen/lockf.c
68
fl.l_type = F_WRLCK;
lib/libc/gen/lockf.c
71
fl.l_type = F_WRLCK;
lib/libukfs/ukfs.c
473
flarg.l_type = rdonly ? F_RDLCK : F_WRLCK;
libexec/ftpd/conf.c
903
fl.l_type = F_WRLCK;
sys/compat/sunos/sunos_ioctl.c
957
case F_WRLCK:
sys/compat/sunos/sunos_ioctl.c
987
oflp->l_type = F_WRLCK;
sys/compat/sunos32/sunos32_ioctl.c
1013
oflp->l_type = F_WRLCK;
sys/compat/sunos32/sunos32_ioctl.c
983
case F_WRLCK:
sys/compat/ultrix/ultrix_misc.c
703
fl->l_type = F_WRLCK;
sys/compat/ultrix/ultrix_misc.c
730
case F_WRLCK:
sys/fs/nfs/client/nfs_clrpcops.c
3881
fl->l_type = F_WRLCK;
sys/fs/nfs/client/nfs_clrpcops.c
680
if (lop->nfslo_type == F_WRLCK)
sys/fs/nfs/client/nfs_clstate.c
1007
(type == F_WRLCK &&
sys/fs/nfs/client/nfs_clstate.c
1333
if (lop->nfslo_type == F_WRLCK) {
sys/fs/nfs/client/nfs_clstate.c
1360
if (lop->nfslo_type == F_WRLCK) {
sys/fs/nfs/client/nfs_clstate.c
3710
if (lop->nfslo_type == F_WRLCK ||
sys/fs/nfs/client/nfs_clstate.c
3711
nlop->nfslo_type == F_WRLCK ||
sys/fs/nfs/nlm/nlm_advlock.c
1053
exclusive = (fl->l_type == F_WRLCK);
sys/fs/nfs/nlm/nlm_advlock.c
1103
fl->l_type = F_WRLCK;
sys/fs/nfs/nlm/nlm_advlock.c
296
&& fl->l_type == F_WRLCK) {
sys/fs/nfs/nlm/nlm_advlock.c
316
fl->l_type = F_WRLCK;
sys/fs/nfs/nlm/nlm_advlock.c
779
exclusive = (fl->l_type == F_WRLCK);
sys/fs/nfs/nlm/nlm_prot_impl.c
1910
fl.l_type = F_WRLCK;
sys/fs/nfs/nlm/nlm_prot_impl.c
1924
(fl.l_type == F_WRLCK);
sys/fs/nfs/nlm/nlm_prot_impl.c
2017
fl.l_type = F_WRLCK;
sys/fs/nfs/nlm/nlm_prot_impl.c
2196
fl.l_type = F_WRLCK;
sys/fs/nfs/server/nfs_nfsdstate.c
5618
ltype = F_WRLCK;
sys/fs/nfs/server/nfs_nfsdstate.c
5624
oldltype = F_WRLCK;
sys/fs/nfs/server/nfs_nfsdstate.c
5629
if (ltype == oldltype || (oldltype == F_WRLCK && ltype == F_RDLCK))
sys/kern/sys_descrip.c
280
case F_WRLCK:
sys/kern/sys_descrip.c
305
fl->l_type != F_WRLCK &&
sys/kern/sys_descrip.c
658
lf.l_type = F_WRLCK;
sys/kern/vfs_lockf.c
145
lock->lf_type == F_WRLCK ? "exclusive" :
sys/kern/vfs_lockf.c
168
lf->lf_type == F_WRLCK ? "exclusive" :
sys/kern/vfs_lockf.c
179
blk->lf_type == F_WRLCK ? "exclusive" :
sys/kern/vfs_lockf.c
490
if ((lock->lf_type == F_WRLCK || overlap->lf_type == F_WRLCK))
sys/kern/vfs_lockf.c
591
lock->lf_type == F_WRLCK) {
sys/kern/vfs_lockf.c
594
lock->lf_type = F_WRLCK;
sys/kern/vfs_lockf.c
665
overlap->lf_type == F_WRLCK)
sys/kern/vfs_lockf.c
696
overlap->lf_type == F_WRLCK) {
sys/kern/vfs_syscalls.c
316
lf.l_type = F_WRLCK;
tests/fs/vfs/t_vnops.c
800
l.l_type = F_RDLCK | F_WRLCK;
tests/fs/vfs/t_vnops.c
822
l.l_type = F_RDLCK | F_WRLCK;
tests/fs/vfs/t_vnops.c
898
{ 0, 2, 0, F_WRLCK, SEEK_SET },
tests/fs/vfs/t_vnops.c
899
{ 2, 1, 0, F_WRLCK, SEEK_SET },
tests/fs/vfs/t_vnops.c
900
{ 7, 5, 0, F_WRLCK, SEEK_SET },
tests/fs/vfs/t_vnops.c
901
{ 4, 3, 0, F_WRLCK, SEEK_SET },
tests/kernel/t_lockf.c
94
fl.l_type = F_WRLCK;
tests/lib/libpthread/t_cancellation.c
265
.l_type = F_WRLCK,
tests/lib/libpthread/t_cancellation.c
282
.l_type = F_WRLCK,
tools/compat/flock.c
51
fl.l_type = F_WRLCK;
usr.bin/at/at.c
214
lock.l_type = F_WRLCK;
usr.bin/xinstall/xinstall.c
1266
metalog_lock.l_type = F_WRLCK;