Searched refs:F_UNLCK (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/cmd/zed/ |
| H A D | zed_file.c | 123 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 D | kern_lockf.c | 489 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 D | kern_descrip.c | 659 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 D | vfs_vnops.c | 1769 lf.l_type = F_UNLCK; in vn_closefile() 1770 (void) VOP_ADVLOCK(vp, fp, F_UNLCK, &lf, F_FLOCK); in vn_closefile()
|
| H A D | kern_sig.c | 3816 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 D | fcntl.h | 276 #define F_UNLCK 2 /* unlock */ macro
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_files.c | 798 fl.l_type = F_UNLCK; in ngx_unlock_fd()
|