Symbol: F_WRLCK
bin/cat/cat.c
199
stdout_lock.l_type = F_WRLCK;
crypto/heimdal/lib/krb5/fcache.c
81
l.l_type = exclusive ? F_WRLCK : F_RDLCK;
crypto/heimdal/lib/roken/flock.c
69
arg.l_type = F_WRLCK;
crypto/krb5/src/lib/krb5/os/lock_file.c
126
lock_arg.l_type = F_WRLCK;
crypto/openssh/openbsd-compat/bsd-flock.c
53
fl.l_type = F_WRLCK;
lib/libc/sys/lockf.c
57
fl.l_type = F_WRLCK;
lib/libc/sys/lockf.c
61
fl.l_type = F_WRLCK;
lib/libc/sys/lockf.c
64
fl.l_type = F_WRLCK;
sys/compat/linux/linux_file.c
1267
bsd_flock->l_type = F_WRLCK;
sys/compat/linux/linux_file.c
1290
case F_WRLCK:
sys/compat/linux/linux_file.c
1324
bsd_flock->l_type = F_WRLCK;
sys/compat/linux/linux_file.c
1347
case F_WRLCK:
sys/fs/nfsclient/nfs_clrpcops.c
4793
fl->l_type = F_WRLCK;
sys/fs/nfsclient/nfs_clrpcops.c
885
if (lop->nfslo_type == F_WRLCK)
sys/fs/nfsclient/nfs_clstate.c
1212
(type == F_WRLCK &&
sys/fs/nfsclient/nfs_clstate.c
1537
if (lop->nfslo_type == F_WRLCK) {
sys/fs/nfsclient/nfs_clstate.c
1564
if (lop->nfslo_type == F_WRLCK) {
sys/fs/nfsclient/nfs_clstate.c
4266
if (lop->nfslo_type == F_WRLCK ||
sys/fs/nfsclient/nfs_clstate.c
4267
nlop->nfslo_type == F_WRLCK ||
sys/fs/nfsserver/nfs_nfsdstate.c
5916
ltype = F_WRLCK;
sys/fs/nfsserver/nfs_nfsdstate.c
5922
oldltype = F_WRLCK;
sys/fs/nfsserver/nfs_nfsdstate.c
5927
if (ltype == oldltype || (oldltype == F_WRLCK && ltype == F_RDLCK))
sys/fs/smbfs/smbfs_vnops.c
960
case F_WRLCK:
sys/kern/coredump_vnode.c
481
lf.l_type = F_WRLCK;
sys/kern/kern_descrip.c
4007
lf.l_type = F_WRLCK;
sys/kern/kern_descrip.c
773
case F_WRLCK:
sys/kern/kern_descrip.c
851
if (flp->l_type != F_RDLCK && flp->l_type != F_WRLCK &&
sys/kern/kern_lockf.c
1380
if (lock->lf_type == F_WRLCK)
sys/kern/kern_lockf.c
1404
lock->lf_type == F_WRLCK) {
sys/kern/kern_lockf.c
1407
lock->lf_type = F_WRLCK;
sys/kern/kern_lockf.c
2622
lock->lf_type == F_WRLCK ? "exclusive" :
sys/kern/kern_lockf.c
2648
lf->lf_type == F_WRLCK ? "exclusive" :
sys/kern/kern_lockf.c
2657
blk->lf_type == F_WRLCK ? "exclusive" :
sys/kern/kern_lockf.c
850
&& (x->lf_type == F_WRLCK || y->lf_type == F_WRLCK)
sys/kern/vfs_vnops.c
416
lf.l_type = (fmode & O_EXLOCK) != 0 ? F_WRLCK : F_RDLCK;
sys/nlm/nlm_advlock.c
1050
exclusive = (fl->l_type == F_WRLCK);
sys/nlm/nlm_advlock.c
1100
fl->l_type = F_WRLCK;
sys/nlm/nlm_advlock.c
294
&& fl->l_type == F_WRLCK) {
sys/nlm/nlm_advlock.c
314
fl->l_type = F_WRLCK;
sys/nlm/nlm_advlock.c
777
exclusive = (fl->l_type == F_WRLCK);
sys/nlm/nlm_prot_impl.c
1902
fl.l_type = F_WRLCK;
sys/nlm/nlm_prot_impl.c
1916
(fl.l_type == F_WRLCK);
sys/nlm/nlm_prot_impl.c
2009
fl.l_type = F_WRLCK;
sys/nlm/nlm_prot_impl.c
2188
fl.l_type = F_WRLCK;
tests/sys/capsicum/fcntl.cc
219
fl.l_type = F_WRLCK;
tests/sys/capsicum/fcntl.cc
229
fl.l_type = F_WRLCK;
tests/sys/capsicum/linux.cc
1304
EXPECT_NOTCAPABLE(fcntl(fd_rw, F_SETLEASE, F_WRLCK));
tests/sys/capsicum/linux.cc
1308
EXPECT_OK(fcntl(fd_all, F_SETLEASE, F_WRLCK));
tests/sys/capsicum/linux.cc
1309
EXPECT_EQ(F_WRLCK, fcntl(fd_all, F_GETLEASE));
tests/sys/file/flock_helper.c
1068
fl.l_type = F_WRLCK;
tests/sys/file/flock_helper.c
1193
fl.l_type = wrlock ? F_WRLCK : F_RDLCK;
tests/sys/file/flock_helper.c
1247
map[i] = F_WRLCK;
tests/sys/file/flock_helper.c
1398
fl.l_type = F_WRLCK;
tests/sys/file/flock_helper.c
1457
tc.tc_fl.l_type = F_WRLCK;
tests/sys/file/flock_helper.c
152
fl1.l_type = F_WRLCK;
tests/sys/file/flock_helper.c
196
fl.l_type = F_WRLCK;
tests/sys/file/flock_helper.c
267
fl.l_type = F_WRLCK;
tests/sys/file/flock_helper.c
336
fl.l_type = F_WRLCK;
tests/sys/file/flock_helper.c
374
FAIL(fl.l_type != F_WRLCK);
tests/sys/file/flock_helper.c
422
fl.l_type = F_WRLCK;
tests/sys/file/flock_helper.c
508
fl.l_type = F_WRLCK;
tests/sys/file/flock_helper.c
611
fl.l_type = F_WRLCK;
tests/sys/file/flock_helper.c
794
fl.l_type = F_WRLCK;
tests/sys/file/flock_helper.c
831
fl.l_type = F_WRLCK;
tests/sys/file/flock_helper.c
899
fl.l_type = F_WRLCK;
tests/sys/file/flock_helper.c
944
fl.l_type = F_WRLCK;
tests/sys/file/flock_helper.c
985
fl.l_type = F_WRLCK;
tests/sys/file/path_test.c
836
flk.l_type = F_WRLCK;
tests/sys/fs/fusefs/locks.cc
182
expect_setlk(ino, F_WRLCK, 0);
tests/sys/fs/fusefs/locks.cc
201
expect_setlk(ino, F_WRLCK, EAGAIN);
tests/sys/fs/fusefs/locks.cc
334
out.body.getlk.lk.type = F_WRLCK;
tests/sys/fs/fusefs/locks.cc
350
EXPECT_EQ(F_WRLCK, fl.l_type);
tests/sys/fs/fusefs/locks.cc
391
out.body.getlk.lk.type = F_WRLCK;
tests/sys/fs/fusefs/locks.cc
411
EXPECT_EQ(F_WRLCK, fl.l_type);
tests/sys/fs/fusefs/locks.cc
456
out.body.getlk.lk.type = F_WRLCK;
tests/sys/fs/fusefs/locks.cc
476
EXPECT_EQ(F_WRLCK, fl.l_type);
usr.bin/at/at.c
248
lock.l_type = F_WRLCK; lock.l_whence = SEEK_SET; lock.l_start = 0;
usr.bin/xinstall/xinstall.c
1440
metalog_lock.l_type = F_WRLCK;
usr.sbin/rpc.lockd/kern.c
188
case F_WRLCK:
usr.sbin/rpc.lockd/kern.c
276
msg->lm_fl.l_type == F_WRLCK ? "write" : "read",
usr.sbin/rpc.lockd/kern.c
284
arg4.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0;
usr.sbin/rpc.lockd/kern.c
308
arg.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0;
usr.sbin/rpc.lockd/kern.c
347
msg->lm_fl.l_type == F_WRLCK ? "write" : "read",
usr.sbin/rpc.lockd/kern.c
354
arg4.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0;
usr.sbin/rpc.lockd/kern.c
379
arg.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0;