Home
last modified time | relevance | path

Searched refs:F_WRLCK (Results 1 – 16 of 16) sorted by relevance

/dragonfly/test/debug/
H A Dposixlock.c73 lk.l_type = F_WRLCK; in main()
77 ((lk.l_type == F_WRLCK) ? 'x' : in main()
90 lk.l_type = F_WRLCK; in main()
104 lk.l_type = F_WRLCK; in main()
/dragonfly/lib/libc/gen/
H A Dlockf.c65 fl.l_type = F_WRLCK; in lockf()
69 fl.l_type = F_WRLCK; in lockf()
72 fl.l_type = F_WRLCK; in lockf()
/dragonfly/sys/kern/
H A Dkern_lockf.c375 if (type == F_WRLCK || range->lf_type == F_WRLCK) in lf_setlock()
420 if ((flags & F_POSIX) == 0 && type == F_WRLCK) in lf_setlock()
602 if (type == F_RDLCK && range->lf_type == F_WRLCK) in lf_setlock()
778 (type == F_WRLCK || range->lf_type == F_WRLCK)) in lf_getlock()
H A Dkern_descrip.c830 case F_WRLCK: in kern_fcntl()
874 dat->fc_flock.l_type != F_WRLCK && in kern_fcntl()
3144 lf.l_type = F_WRLCK; in sys_flock()
H A Dkern_sig.c2563 lf.l_type = F_WRLCK; in coredump()
H A Dvfs_syscalls.c2232 lf.l_type = F_WRLCK; in kern_open()
4944 lf.l_type = F_WRLCK; in sys_fhopen()
/dragonfly/contrib/lvm2/dist/lib/misc/
H A Dlvm-file.c41 .l_type = F_WRLCK, in create_temp_name()
237 (lock_type == F_WRLCK) ? "F_WRLCK" : "F_RDLCK", in fcntl_lock_file()
/dragonfly/contrib/binutils-2.27/gold/
H A Dftruncate.c76 fl.l_type = F_WRLCK; /* write lock on file space */ in ftruncate()
/dragonfly/test/lockf/
H A Dlockf.c105 fl.l_type = F_WRLCK; in trylocks()
/dragonfly/contrib/lvm2/dist/daemons/cmirrord/
H A Dclogd.c100 lock.l_type = F_WRLCK; in create_lockfile()
/dragonfly/sys/sys/
H A Dfcntl.h219 #define F_WRLCK 3 /* exclusive or write lock */ macro
/dragonfly/contrib/lvm2/dist/lib/filters/
H A Dfilter-persistent.c208 if ((lockfd = fcntl_lock_file(pf->file, F_WRLCK, 0)) < 0) in persistent_filter_dump()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgcov-io.c100 s_flock.l_type = F_WRLCK; in gcov_open()
/dragonfly/usr.bin/at/
H A Dat.c246 lock.l_type = F_WRLCK; lock.l_whence = SEEK_SET; lock.l_start = 0; in writefile()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgcov-io.c161 s_flock.l_type = F_WRLCK; in gcov_open()
/dragonfly/sys/vfs/smbfs/
H A Dsmbfs_vnops.c928 case F_WRLCK: in smbfs_advlock()