Home
last modified time | relevance | path

Searched refs:F_WRLCK (Results 1 – 25 of 25) sorted by last modified time

/openbsd/gnu/usr.bin/perl/
H A Dpp_sys.c5870 flock.l_type = F_WRLCK; in fcntl_emulate_flock()
H A Ddoio.c2132 fl.l_type = F_WRLCK; /* write lock on file space */ in my_chsize()
/openbsd/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pod2656 C<F_SETLKW> C<F_UNLCK> C<F_WRLCK> C<O_ACCMODE> C<O_APPEND> C<O_CREAT> C<O_EXCL> C<O_NOCTTY> C<O_NON…
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t46 F_SETFD F_SETFL F_SETLK F_SETLKW F_UNLCK F_WRLCK HUGE_VAL
/openbsd/sys/kern/
H A Duipc_syscalls.c1588 fl.l_type = F_WRLCK; in sys_ypconnect()
H A Dvfs_syscalls.c1155 lf.l_type = F_WRLCK; in doopenat()
1432 lf.l_type = F_WRLCK; in sys_fhopen()
H A Dkern_descrip.c557 case F_WRLCK: in sys_fcntl()
616 fl.l_type != F_WRLCK && in sys_fcntl()
1323 lf.l_type = F_WRLCK; in sys_flock()
H A Dvfs_lockf.c334 if (lock->lf_type == F_WRLCK) in lf_setlock()
366 if ((lock->lf_flags & F_FLOCK) && lock->lf_type == F_WRLCK) { in lf_setlock()
369 lock->lf_type = F_WRLCK; in lf_setlock()
438 overlap->lf_type == F_WRLCK) in lf_setlock()
472 overlap->lf_type == F_WRLCK) { in lf_setlock()
626 if ((lock->lf_type == F_WRLCK || overlap->lf_type == F_WRLCK)) in lf_getblock()
877 lock->lf_type == F_WRLCK ? "exclusive" : in lf_print()
/openbsd/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c144 s_flock.l_type = F_WRLCK; in lprofLockFd()
H A DCMakeLists.txt34 s_flock.l_type = F_WRLCK;
/openbsd/gnu/llvm/llvm/lib/Support/Unix/
H A DPath.inc1218 Lock.l_type = F_WRLCK;
1235 Lock.l_type = F_WRLCK;
/openbsd/gnu/llvm/lldb/source/Host/posix/
H A DLockFilePosix.cpp41 return fileLock(m_fd, F_SETLKW, F_WRLCK, start, len); in DoWriteLock()
45 return fileLock(m_fd, F_SETLK, F_WRLCK, start, len); in DoTryWriteLock()
/openbsd/regress/sys/kern/flock/
H A Dflock.c81 fl1.l_type = F_WRLCK; in test1()
122 fl.l_type = F_WRLCK; in test2()
193 fl.l_type = F_WRLCK; in test3()
262 fl.l_type = F_WRLCK; in test4()
345 fl.l_type = F_WRLCK; in test5()
431 fl.l_type = F_WRLCK; in test6()
534 fl.l_type = F_WRLCK; in test7()
717 fl.l_type = F_WRLCK; in test9()
754 fl.l_type = F_WRLCK; in test10()
816 fl.l_type = F_WRLCK; in test11()
[all …]
H A Dlockf.c41 fl.l_type = F_WRLCK; in test1()
52 FAIL(fl.l_type != F_WRLCK); in test1()
77 fl.l_type = F_WRLCK; in test2()
94 FAIL(fl.l_type != F_WRLCK); in test2()
/openbsd/sys/sys/
H A Dfcntl.h168 #define F_WRLCK 3 /* exclusive or write lock */ macro
/openbsd/regress/usr.bin/diff/
H A Dt9.1765 lf.l_type = F_WRLCK;
H A Dt9.2919 lf.l_type = F_WRLCK;
1102 lf.l_type = F_WRLCK;
/openbsd/regress/sys/kern/kqueue/
H A Dkqueue-flock.c35 fl.l_type = F_WRLCK; in check_lock()
44 if (fl.l_type != F_WRLCK) { in check_lock()
68 fl.l_type = F_WRLCK; in do_flock()
/openbsd/regress/lib/libpthread/dlopen/
H A Ddlopen.c289 .l_type = F_WRLCK,
/openbsd/lib/libc/gen/
H A Dlockf.c54 fl.l_type = F_WRLCK; in lockf()
58 fl.l_type = F_WRLCK; in lockf()
61 fl.l_type = F_WRLCK; in lockf()
/openbsd/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dlow.c42 lock.l_type = (vol->flags & HFS_READONLY) ? F_RDLCK : F_WRLCK; in l_lockvol()
/openbsd/gnu/usr.bin/perl/ext/Fcntl/
H A DMakefile.PL21 F_WRACC F_WRDNY F_WRLCK LOCK_MAND LOCK_READ LOCK_WRITE
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dlibgcc2.c1309 s_flock.l_type = F_WRLCK; in __bb_exit_func()
/openbsd/gnu/usr.bin/cvs/lib/
H A Dftruncate.c55 fl.l_type = F_WRLCK; /* Write lock on file space. */
/openbsd/gnu/gcc/gcc/
H A Dgcov-io.c70 s_flock.l_type = F_WRLCK; in gcov_open()