Searched refs:F_UNLCK (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-10-stable/lib/libc/gen/
H A Dlockf.c54 fl.l_type = F_UNLCK;
70 if (fl.l_type == F_UNLCK || (fl.l_sysid == 0 &&
/freebsd-10-stable/contrib/sendmail/libsmutil/
H A Dlockfile.c49 lfd.l_type = F_UNLCK;
/freebsd-10-stable/contrib/apr/file_io/unix/
H A Dflock.c96 l.l_type = F_UNLCK;
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dflock.c61 arg.l_type = F_UNLCK;
/freebsd-10-stable/tests/sys/file/
H A Dflock_helper.c146 * except for the lock type which is set to F_UNLCK.
165 FAIL(fl1.l_type != F_UNLCK);
471 fl.l_type = F_UNLCK;
473 err(1, "F_UNLCK");
574 fl.l_type = F_UNLCK;
576 err(1, "F_UNLCK");
729 fl.l_type = F_UNLCK;
731 err(1, "F_UNLCK");
921 fl.l_type = F_UNLCK;
1033 fl.l_type = F_UNLCK;
[all...]
/freebsd-10-stable/sys/kern/
H A Dkern_lockf.c481 fl->l_type = F_UNLCK;
666 case F_UNLCK:
1309 if (lock->lf_type != F_UNLCK)
1316 if (lock->lf_type != F_UNLCK)
1417 lock->lf_type = F_UNLCK;
1558 if (unlock->lf_type != F_UNLCK)
1594 fl->l_type = F_UNLCK;
1905 ldesc->fl.l_type = F_UNLCK;
1971 ldesc->fl.l_type = F_UNLCK;
2003 VOP_ADVLOCK(vp, 0, F_UNLCK, f
[all...]
H A Dkern_descrip.c670 case F_UNLCK:
671 error = VOP_ADVLOCK(vp, (caddr_t)p->p_leader, F_UNLCK,
690 if (error != 0 || flp->l_type == F_UNLCK ||
721 flp->l_type = F_UNLCK;
723 F_UNLCK, flp, F_POSIX); local
741 flp->l_type != F_UNLCK) {
2038 lf.l_type = F_UNLCK;
2041 (caddr_t)td->td_proc->p_leader, F_UNLCK, local
2301 lf.l_type = F_UNLCK;
2303 F_UNLCK, local
2327 (caddr_t)fdtol->fdl_leader, F_UNLCK, &lf, local
[all...]
H A Dvfs_vnops.c367 lf.l_type = F_UNLCK;
368 (void) VOP_ADVLOCK(vp, fp, F_UNLCK, &lf,
1649 lf.l_type = F_UNLCK;
1650 (void) VOP_ADVLOCK(vp, fp, F_UNLCK, &lf, F_FLOCK);
/freebsd-10-stable/sys/sys/
H A Dfcntl.h242 #define F_UNLCK 2 /* unlock */ macro
/freebsd-10-stable/sys/compat/svr4/
H A Dsvr4_fcntl.c155 case F_UNLCK:
184 oflp->l_type = F_UNLCK;
210 case F_UNLCK:
239 oflp->l_type = F_UNLCK;
/freebsd-10-stable/sys/nfs/
H A Dnfs_lock.c303 if (fl->l_type == F_UNLCK)
339 fl->l_type = F_UNLCK;
/freebsd-10-stable/sys/i386/ibcs2/
H A Dibcs2_fcntl.c90 case F_UNLCK:
127 flp->l_type = F_UNLCK;
/freebsd-10-stable/sys/nlm/
H A Dnlm_advlock.c227 if (op == F_SETLK || op == F_UNLCK)
310 fl->l_type = F_UNLCK;
312 retries, vp, F_UNLCK, fl, flags,
352 case F_UNLCK:
459 newfl.l_type = F_UNLCK;
464 error = nlm_advlock_internal(vp, NULL, F_UNLCK, &newfl, F_REMOTE,
1101 fl->l_type = F_UNLCK;
H A Dnlm_prot_impl.c1909 if (fl.l_type == F_UNLCK) {
2274 fl.l_type = F_UNLCK;
2275 error = VOP_ADVLOCK(vs.vs_vp, NULL, F_UNLCK, &fl, F_REMOTE);
2372 af->af_fl.l_type = F_UNLCK;
2373 error = VOP_ADVLOCK(af->af_vp, NULL, F_UNLCK, &af->af_fl, F_REMOTE);
/freebsd-10-stable/contrib/sendmail/libsmdb/
H A Dsmdb.c92 lfd.l_type = F_UNLCK;
/freebsd-10-stable/contrib/netbsd-tests/kernel/
H A Dt_lockf.c97 fl.l_type = F_UNLCK;
/freebsd-10-stable/sys/fs/smbfs/
H A Dsmbfs_vnops.c1076 case F_UNLCK:
1090 fl->l_type = F_UNLCK;
1091 ap->a_op = F_UNLCK;
1096 case F_UNLCK:
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_file.c1168 bsd_flock->l_type = F_UNLCK;
1191 case F_UNLCK:
1225 bsd_flock->l_type = F_UNLCK;
1248 case F_UNLCK:
/freebsd-10-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_vnops.c778 l.l_type = F_UNLCK;
823 if (l.l_type == F_UNLCK)
/freebsd-10-stable/contrib/sendmail/contrib/
H A Dqtool.pl75 my $fcntl_structunlockp = pack($fcntl_struct, Fcntl::F_UNLCK,
/freebsd-10-stable/usr.bin/at/
H A Dat.c306 lock.l_type = F_UNLCK; lock.l_whence = SEEK_SET; lock.l_start = 0;
/freebsd-10-stable/usr.sbin/rpc.lockd/
H A Dkern.c195 case F_UNLCK:
/freebsd-10-stable/contrib/apr/locks/unix/
H A Dproc_mutex.c538 proc_mutex_unlock_it.l_type = F_UNLCK; /* set exclusive/write lock */
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dfcache.c123 l.l_type = F_UNLCK;
/freebsd-10-stable/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c177 struct flock fl = { 0, 0, 0, F_UNLCK, SEEK_SET, 0 };

Completed in 210 milliseconds

12