Home
last modified time | relevance | path

Searched refs:F_UNLCK (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_file.c123 lock.l_type = F_UNLCK; in zed_file_unlock()
157 if (lock.l_type == F_UNLCK) in zed_file_is_locked()
/f-stack/freebsd/kern/
H A Dkern_lockf.c489 fl->l_type = F_UNLCK; in lf_advlockasync()
677 case F_UNLCK: in lf_advlockasync()
1310 if (lock->lf_type != F_UNLCK) in lf_activate_lock()
1317 if (lock->lf_type != F_UNLCK) in lf_activate_lock()
1418 lock->lf_type = F_UNLCK; in lf_setlock()
1559 if (unlock->lf_type != F_UNLCK) in lf_clearlock()
1595 fl->l_type = F_UNLCK; in lf_getlock()
1904 ldesc->fl.l_type = F_UNLCK; in lf_iteratelocks_sysid()
1971 ldesc->fl.l_type = F_UNLCK; in lf_iteratelocks_vnode()
2004 VOP_ADVLOCK(vp, 0, F_UNLCK, fl, F_REMOTE); in lf_clearremotesys_iterator()
[all …]
H A Dkern_descrip.c659 case F_UNLCK: in kern_fcntl()
675 if (error != 0 || flp->l_type == F_UNLCK || in kern_fcntl()
706 flp->l_type = F_UNLCK; in kern_fcntl()
708 F_UNLCK, flp, F_POSIX); in kern_fcntl()
725 flp->l_type != F_UNLCK) { in kern_fcntl()
2473 lf.l_type = F_UNLCK; in fdclearlocks()
2476 (caddr_t)p->p_leader, F_UNLCK, in fdclearlocks()
2797 lf.l_type = F_UNLCK; in closef()
2799 F_UNLCK, &lf, F_POSIX); in closef()
2820 lf.l_type = F_UNLCK; in closef()
[all …]
H A Dvfs_vnops.c1769 lf.l_type = F_UNLCK; in vn_closefile()
1770 (void) VOP_ADVLOCK(vp, fp, F_UNLCK, &lf, F_FLOCK); in vn_closefile()
H A Dkern_sig.c3816 lf.l_type = F_UNLCK; in coredump()
3817 VOP_ADVLOCK(vp, (caddr_t)p, F_UNLCK, &lf, F_FLOCK); in coredump()
/f-stack/freebsd/sys/
H A Dfcntl.h276 #define F_UNLCK 2 /* unlock */ macro
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_files.c798 fl.l_type = F_UNLCK; in ngx_unlock_fd()