/openbsd/regress/sys/kern/flock/ |
H A D | flock.c | 81 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 D | lockf.c | 41 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/lib/libc/gen/ |
H A D | lockf.c | 54 fl.l_type = F_WRLCK; in lockf() 58 fl.l_type = F_WRLCK; in lockf() 61 fl.l_type = F_WRLCK; in lockf()
|
/openbsd/regress/sys/kern/kqueue/ |
H A D | kqueue-flock.c | 35 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/gnu/llvm/lldb/source/Host/posix/ |
H A D | LockFilePosix.cpp | 41 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/sys/kern/ |
H A D | vfs_lockf.c | 334 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()
|
H A D | kern_descrip.c | 548 case F_WRLCK: in sys_fcntl() 607 fl.l_type != F_WRLCK && in sys_fcntl() 1314 lf.l_type = F_WRLCK; in sys_flock()
|
H A D | vfs_syscalls.c | 1149 lf.l_type = F_WRLCK; in doopenat() 1428 lf.l_type = F_WRLCK; in sys_fhopen()
|
H A D | uipc_syscalls.c | 1578 fl.l_type = F_WRLCK; in sys_ypconnect()
|
/openbsd/gnu/usr.bin/cvs/lib/ |
H A D | ftruncate.c | 55 fl.l_type = F_WRLCK; /* Write lock on file space. */
|
/openbsd/sys/sys/ |
H A D | fcntl.h | 168 #define F_WRLCK 3 /* exclusive or write lock */ macro
|
/openbsd/gnu/usr.bin/perl/ext/Fcntl/ |
H A D | Makefile.PL | 22 F_WRACC F_WRDNY F_WRLCK LOCK_MAND LOCK_READ LOCK_WRITE
|
/openbsd/gnu/llvm/compiler-rt/lib/profile/ |
H A D | CMakeLists.txt | 34 s_flock.l_type = F_WRLCK;
|
H A D | InstrProfilingUtil.c | 144 s_flock.l_type = F_WRLCK; in lprofLockFd()
|
/openbsd/gnu/gcc/gcc/ |
H A D | gcov-io.c | 70 s_flock.l_type = F_WRLCK; in gcov_open()
|
/openbsd/regress/lib/libpthread/dlopen/ |
H A D | dlopen.c | 289 .l_type = F_WRLCK,
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/ |
H A D | export.t | 46 F_SETFD F_SETFL F_SETLK F_SETLKW F_UNLCK F_WRLCK HUGE_VAL
|
/openbsd/gnu/usr.sbin/mkhybrid/src/libhfs_iso/ |
H A D | low.c | 42 lock.l_type = (vol->flags & HFS_READONLY) ? F_RDLCK : F_WRLCK; in l_lockvol()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | libgcc2.c | 1309 s_flock.l_type = F_WRLCK; in __bb_exit_func()
|
/openbsd/gnu/llvm/llvm/lib/Support/Unix/ |
H A D | Path.inc | 1218 Lock.l_type = F_WRLCK; 1235 Lock.l_type = F_WRLCK;
|
/openbsd/regress/usr.bin/diff/ |
H A D | t9.2 | 907 lf.l_type = F_WRLCK; 1090 lf.l_type = F_WRLCK;
|
H A D | t9.1 | 765 lf.l_type = F_WRLCK;
|
/openbsd/gnu/usr.bin/perl/ |
H A D | doio.c | 2175 fl.l_type = F_WRLCK; /* write lock on file space */ in my_chsize()
|
H A D | pp_sys.c | 6104 flock.l_type = F_WRLCK; in fcntl_emulate_flock()
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/lib/ |
H A D | POSIX.pod | 2711 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…
|