Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_file.c96 lock.l_type = F_WRLCK; in zed_file_lock()
149 lock.l_type = F_WRLCK; in zed_file_is_locked()
/f-stack/freebsd/sys/
H A Dfcntl.h277 #define F_WRLCK 3 /* exclusive or write lock */ macro
/f-stack/freebsd/kern/
H A Dkern_lockf.c863 && (x->lf_type == F_WRLCK || y->lf_type == F_WRLCK) in lf_blocks()
1393 if (lock->lf_type == F_WRLCK) in lf_setlock()
1417 lock->lf_type == F_WRLCK) { in lf_setlock()
1420 lock->lf_type = F_WRLCK; in lf_setlock()
2507 lock->lf_type == F_WRLCK ? "exclusive" : in lf_print()
2538 lf->lf_type == F_WRLCK ? "exclusive" : in lf_printlist()
2547 blk->lf_type == F_WRLCK ? "exclusive" : in lf_printlist()
H A Dkern_descrip.c646 case F_WRLCK: in kern_fcntl()
724 if (flp->l_type != F_RDLCK && flp->l_type != F_WRLCK && in kern_fcntl()
3569 lf.l_type = F_WRLCK; in sys_flock()
H A Dvfs_vnops.c349 lf.l_type = (fmode & O_EXLOCK) != 0 ? F_WRLCK : F_RDLCK; in vn_open_vnode_advlock()
H A Dkern_sig.c3795 lf.l_type = F_WRLCK; in coredump()
/f-stack/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_cpp_pcie_ops.c656 lock.l_type = F_WRLCK; in nfp_acquire_process_lock()
706 lock.l_type = F_WRLCK; in nfp_acquire_secondary_process_lock()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_files.c764 fl.l_type = F_WRLCK; in ngx_trylock_fd()
781 fl.l_type = F_WRLCK; in ngx_lock_fd()
/f-stack/dpdk/lib/librte_eal/freebsd/
H A Deal.c63 .l_type = F_WRLCK,
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal.c76 .l_type = F_WRLCK,
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file.c750 bf.l_type = F_WRLCK; in zpl_fallocate_common()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_replay.c802 fl.l_type = F_WRLCK; in zfs_replay_truncate()